LaTeX template: include csquotes package if csquotes variable set.

This commit is contained in:
John MacFarlane 2020-12-07 18:57:24 -08:00
parent 0fa1023b9e
commit 8031ac137f

View file

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