mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-20 22:46:06 +00:00
LaTeX template: if 'lang' is set, load babel.
Thanks to Magnus Therning for the suggestion.
This commit is contained in:
@@ -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$
|
||||
|
||||
Reference in New Issue
Block a user