LaTeX template: Add shorthands=off to babel options.
This prevents special bindings of characters like " in Spanish.
This commit is contained in:
parent
5c35a0a698
commit
ec057f0ad3
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ $if(lang)$
|
||||||
\usepackage{polyglossia}
|
\usepackage{polyglossia}
|
||||||
\setmainlanguage{$mainlang$}
|
\setmainlanguage{$mainlang$}
|
||||||
\else
|
\else
|
||||||
\usepackage[$lang$]{babel}
|
\usepackage[shorthands=off,$lang$]{babel}
|
||||||
\fi
|
\fi
|
||||||
$endif$
|
$endif$
|
||||||
$if(natbib)$
|
$if(natbib)$
|
||||||
|
|
Loading…
Add table
Reference in a new issue