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

Biblatex ignores babel. This fixes the name of references for swedish and...

Biblatex ignores babel. This fixes the name of references for swedish and finnish. Swedish corrections by Patrik Floreen
parent 27066927
No related branches found
No related tags found
No related merge requests found
......@@ -575,6 +575,21 @@
\AtBeginDocument{
% 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}{
\DefineBibliographyStrings{finnish}{%
bibliography = {L\"ahteet}
}
\DefineBibliographyStrings{swedish}{%
editor = {red.},
editors = {red.},
bibliography = {Referenser}
}
}
\newcounter{selfdefined}
\newcounter{numberofpages}
\newcounter{numberofappendixes}
......
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