diff options
-rw-r--r-- | template.tex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template.tex b/template.tex index 6e424de..e1ede4f 100644 --- a/template.tex +++ b/template.tex @@ -168,6 +168,9 @@ $if(coverpage)$ \usepackage[final]{pdfpages} $endif$ +% TODO: avoid hardcoding language options (needed for british with polyglossia) +\usepackage[autostyle,autopunct,parthreshold,english=british,strict]{csquotes} + $for(header-includes)$ $header-includes$ $endfor$ |