LaTeX template: Add shorthands=off to babel options.

This prevents special bindings of characters like " in Spanish.
This commit is contained in:
John MacFarlane 2014-09-27 17:05:17 -07:00
parent 5c35a0a698
commit ec057f0ad3

View file

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