Skip to content
Snippets Groups Projects
Commit 6c7265b8 authored by Veli Mäkinen's avatar Veli Mäkinen
Browse files

Merge branch 'biblatex-fix-2020' into 'master'

Fix for overriding biblatex bibliography name. Works now in overleaf

See merge request cs/thesis-template!5
parents e563d4b4 d324cdf7
No related branches found
No related tags found
No related merge requests found
......@@ -558,9 +558,7 @@
}
\AtBeginDocument{
\AtEndPreamble{
% 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.
\@ifpackageloaded{biblatex}{
......@@ -574,8 +572,9 @@
}
}
}
\AtBeginDocument{
\newcounter{numberofpages}
\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