LaTeX template: if 'lang' is set, load babel.
Thanks to Magnus Therning for the suggestion.
This commit is contained in:
parent
279110eb7c
commit
6c48030dcd
1 changed files with 3 additions and 0 deletions
|
@ -86,6 +86,9 @@ $endif$
|
|||
$if(verbatim-in-note)$
|
||||
\VerbatimFootnotes % allows verbatim text in footnotes
|
||||
$endif$
|
||||
$if(lang)$
|
||||
\usepackage[$lang$]{babel}
|
||||
$endif$
|
||||
$for(header-includes)$
|
||||
$header-includes$
|
||||
$endfor$
|
||||
|
|
Loading…
Add table
Reference in a new issue