aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/templates/default.latex3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/templates/default.latex b/data/templates/default.latex
index 60af51225..169661582 100644
--- a/data/templates/default.latex
+++ b/data/templates/default.latex
@@ -391,6 +391,9 @@ $if(csl-refs)$
\newcommand{\CSLRightInline}[1]{\parbox[t]{\linewidth - \csllabelwidth}{#1}\break}
\newcommand{\CSLIndent}[1]{\hspace{\cslhangindent}#1}
$endif$
+$if(csquotes)$
+\usepackage{csquotes}
+$endif$
$if(title)$
\title{$title$$if(thanks)$\thanks{$thanks$}$endif$}