LaTeX template: if 'lang' is set, load babel.

Thanks to Magnus Therning for the suggestion.
This commit is contained in:
John MacFarlane 2011-11-27 20:36:37 -08:00
parent 279110eb7c
commit 6c48030dcd

View file

@ -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$