diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-12-07 18:57:24 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-12-07 18:57:24 -0800 |
commit | 8031ac137f9f84bf6c12d66592b07a3244b049a9 (patch) | |
tree | 5fd2440769fcea671ee3eca549e0a0b5daa1c96e /data/templates | |
parent | 0fa1023b9ef0f39be013befa9ba3d61b81d95928 (diff) | |
download | pandoc-8031ac137f9f84bf6c12d66592b07a3244b049a9.tar.gz |
LaTeX template: include csquotes package if csquotes variable set.
Diffstat (limited to 'data/templates')
-rw-r--r-- | data/templates/default.latex | 3 |
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$} |