Skip to content
Snippets Groups Projects
Commit b56c046b authored by Robert Pilstål's avatar Robert Pilstål
Browse files

Fixes errors on building bibliography on overleaf

Error occured when building phd-thesis template on overleaf, due to
missing language; this fixes it by specifying both swedish and
english language.
parent b6fb4404
No related branches found
No related tags found
1 merge request!23Fixes errors on building bibliography on overleaf
This commit is part of merge request !23. Comments created here will be created in the context of that merge request.
...@@ -364,9 +364,9 @@ ...@@ -364,9 +364,9 @@
} }
\else \else
\swedishenglish{ \swedishenglish{
\RequirePackage[swedish]{babel} \RequirePackage[swedish,english]{babel}
}{ }{
\RequirePackage[english]{babel} \RequirePackage[english,swedish]{babel}
} }
\fi \fi
%% Include articles %% Include articles
......
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