fix babel import language order
This commit is contained in:
parent
eaf9ceea28
commit
68128d7d8d
|
@ -279,8 +279,8 @@
|
||||||
\ProcessOptions\relax
|
\ProcessOptions\relax
|
||||||
|
|
||||||
\ifntnu@mylang
|
\ifntnu@mylang
|
||||||
\RequirePackage[norsk, english]{babel}
|
\RequirePackage[english, norsk]{babel}
|
||||||
\renewcommand{\ntnu@pageword}{Side}
|
\renewcommand{\ntnu@pageword}{Side}
|
||||||
\else
|
\else
|
||||||
\RequirePackage[english, norsk]{babel} %% the default
|
\RequirePackage[norsk, english]{babel} %% the default
|
||||||
\fi
|
\fi
|
||||||
|
|
Loading…
Reference in New Issue