reorgenice commant for

different language support
only add the commant if the different language is activated
main
Sebastian Preisner 3 years ago
parent 2cb28a2569
commit 770df9056f

@ -18,15 +18,17 @@
listof=totocnumbered
]{scrartcl}
$if(lang)$
% Support different languages
% default: en
% -----------------------------------------------------------------------
$if(lang)$
\usepackage[shorthands=off,$for(babel-otherlangs)$$babel-otherlangs$,$endfor$main=$babel-lang$]{babel}
$if(babel-newcommands)$
$babel-newcommands$
$endif$
%\usepackage[utf8]{inputenc}
\usepackage[shorthands=off,$for(babel-otherlangs)$$babel-otherlangs$,$endfor$main=$babel-lang$]{babel}
$if(babel-newcommands)$
$babel-newcommands$
$endif$
%\usepackage[utf8]{inputenc}
$endif$
\usepackage{amsmath} % For pandoc extensive `amsmath` collection of symbols for typesetting ordinary math

Loading…
Cancel
Save