Skip to content

Commit

Permalink
Load .lbx in a box (#1041)
Browse files Browse the repository at this point in the history
  • Loading branch information
moewew committed Aug 27, 2020
1 parent c5e6cfa commit e7e7c38
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tex/latex/biblatex/biblatex.sty
Original file line number Diff line number Diff line change
Expand Up @@ -5499,7 +5499,9 @@
\IfFileExists{#1}
{\blx@info@noline{... file '#1' found}%
\csuse{blx@lbxfilehook@simple@preload@#1}%
#3\@@input\@filef@und#4%
#3%
\setbox\@tempboxa=\hbox\bgroup\@@input\@filef@und\egroup
#4%
\csuse{blx@lbxfilehook@simple@postload@#1}%
#5%
\ifcsundef{blx@file@lbx@simple@#1}
Expand All @@ -5518,7 +5520,9 @@
\IfFileExists{#1}
{\blx@info@noline{... file '#1' found}%
\csuse{blx@lbxfilehook@once@preload@#1}%
#3\@@input\@filef@und#4%
#3%
\setbox\@tempboxa=\hbox\bgroup\@@input\@filef@und\egroup
#4%
\csuse{blx@lbxfilehook@once@postload@#1}%
#5%
\ifcsundef{blx@file@lbx@simple@#1}
Expand Down

0 comments on commit e7e7c38

Please sign in to comment.