Skip to content
Snippets Groups Projects
Commit d324cdf7 authored by Nikolaj Tatti's avatar Nikolaj Tatti
Browse files

Fix for overriding biblatex bibliography name. Works now in overleaf

parent e563d4b4
No related branches found
No related tags found
No related merge requests found
...@@ -558,9 +558,7 @@ ...@@ -558,9 +558,7 @@
} }
\AtEndPreamble{
\AtBeginDocument{
% Biblatex doesn't use bibname or refname. Instead it overwrites it with its own value. % Biblatex doesn't use bibname or refname. Instead it overwrites it with its own value.
% These values must be fixed manually, and done after biblatex has been loaded. % These values must be fixed manually, and done after biblatex has been loaded.
\@ifpackageloaded{biblatex}{ \@ifpackageloaded{biblatex}{
...@@ -574,8 +572,9 @@ ...@@ -574,8 +572,9 @@
} }
} }
}
\AtBeginDocument{
\newcounter{numberofpages} \newcounter{numberofpages}
\newcounter{numberofappendixpages} \newcounter{numberofappendixpages}
......
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