Skip to content

Commit

Permalink
Fix definition of \blx@endlang (plk#1350)
Browse files Browse the repository at this point in the history
  • Loading branch information
moewew committed Apr 4, 2024
1 parent 4175cbe commit 533b1ee
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions tex/latex/biblatex/biblatex.sty
Original file line number Diff line number Diff line change
Expand Up @@ -6773,7 +6773,13 @@
\expandafter\expandafter\expandafter{%
\expandafter\blx@thelangenv\expandafter}%
\expandafter{\abx@field@langid}}}
{}}}
{\def\blx@endlang{\endgroup}%
\iftoggle{blx@autolangbib}
{\let\blx@endlangbib\blx@endlang}
{}%
\iftoggle{blx@autolangcite}
{\let\blx@endlangcite\blx@endlang}
{}}}}
{}%
\def\blx@imc@mainlang{%
\ifundef\blx@warn@mainlang
Expand Down Expand Up @@ -6861,7 +6867,13 @@
\expandafter\blx@thelangenv\expandafter}%
\expandafter{\abx@field@langid}}%
\blx@beglang@spacefactors}}
{}}}
{\def\blx@endlang{\endgroup}%
\iftoggle{blx@autolangbib}
{\let\blx@endlangbib\blx@endlang}
{}%
\iftoggle{blx@autolangcite}
{\let\blx@endlangcite\blx@endlang}
{}}}}
{}%
\def\blx@imc@mainlang{%
\ifundef\blx@warn@mainlang
Expand Down

0 comments on commit 533b1ee

Please sign in to comment.