BibTeX, biblatex and biber"! Package biblatex Error: Patching \MakeUppercase failed."

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
The Saint
Posts: 2
Joined: Thu Sep 12, 2024 10:04 pm

"! Package biblatex Error: Patching \MakeUppercase failed."

Post by The Saint »

Hello I have a problem I use ‘texlive-biber-2024.216.2.19svn68188-lp155.212.2.noarch’ under opensuse 15.6 after an update I can no longer translate my LaTex document. I get two error messages,
‘! Package biblatex Error: Patching \MakeUppercase failed.’
and
‘! Package biblatex Error: Patching \MakeLowercase failed.’ .
I hope one of you can help me.
With friendly greetings, TheSaint

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

"! Package biblatex Error: Patching \MakeUppercase failed."

Post by Stefan Kottwitz »

Welcome to the forum!

There was an issue in biblatex causing this. You could update biblatex or use this workaround:

Code: Select all

\makeatletter
\def\blx@err@patch#1{}
\makeatother
Does it fix it for you?

Stefan
LaTeX.org admin
The Saint
Posts: 2
Joined: Thu Sep 12, 2024 10:04 pm

"! Package biblatex Error: Patching \MakeUppercase failed."

Post by The Saint »

Hello, thank you very much. That's works.
Post Reply