Skip to content
Snippets Groups Projects
Unverified Commit 0777e61e authored by Vít Starý Novotný's avatar Vít Starý Novotný
Browse files

Hotfix biblatex v3.15a

See https://github.com/plk/biblatex/issues/1058 and
https://tex.stackexchange.com/a/581469/70941. The hotfix should be
reverted after BibLaTeX v3.17.
parent ba2251a1
No related branches found
No related tags found
No related merge requests found
......@@ -1527,15 +1527,17 @@
\thesis@requireLocale{\thesis@locale}
\fi
% \end{macrocode}
% Coerce LuaTeX into defining |\l@|\textit{locale} for
% Coerce Lua\TeX{} into defining |\l@|\textit{locale} for
% \textit{locale}s with known hyphenation patterns, unless
% \textsf{babel} has been loaded. In that case
% |\l@|\textit{locale} has already been defined.
% \textsf{babel} or \textsf{polyglossia} have been loaded.
% In that case, |\l@|\textit{locale} has already been defined.
% \changes{v1.0.0}{2020/02/21}{Only load \textsf{babel} in
% Lua\TeX{} if \textsf{polyglossia} has not been loaded yet.}
% \begin{macrocode}
\ifluatex
\ltx@ifpackageloaded{babel}{}{
% See <article.gmane.org/gmane.comp.tex.luatex.user/5680>
\RequirePackage[base]{babel}}
\ltx@ifpackageloaded{polyglossia}{}{
\thesis@require{babel}}}
\fi
% \end{macrocode}
% Fix the value of the |\ifthesis@english| macro.
......
......@@ -432,6 +432,10 @@
\thesis@bibliography@setup{
style = iso-numeric,
sorting = none}
% FIXME: This is a hotfix for biblatex.
% It should be removed after v3.17 has been released.
% See https://tex.stackexchange.com/a/581469/70941.
\thesis@require{expl3}
\thesis@require[
backend=biber,
style=\thesis@bibliography@style,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment