From 68128d7d8d958c3fdcdeaa2d8bfc1c88eab2436c Mon Sep 17 00:00:00 2001 From: h7x4 Date: Mon, 3 May 2021 20:49:22 +0200 Subject: [PATCH] fix babel import language order --- tex/latex/local/ntnu/ntnu.sty | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tex/latex/local/ntnu/ntnu.sty b/tex/latex/local/ntnu/ntnu.sty index 5027cab..d9d8abd 100644 --- a/tex/latex/local/ntnu/ntnu.sty +++ b/tex/latex/local/ntnu/ntnu.sty @@ -279,8 +279,8 @@ \ProcessOptions\relax \ifntnu@mylang - \RequirePackage[norsk, english]{babel} + \RequirePackage[english, norsk]{babel} \renewcommand{\ntnu@pageword}{Side} \else - \RequirePackage[english, norsk]{babel} %% the default + \RequirePackage[norsk, english]{babel} %% the default \fi