From 8031ac137f9f84bf6c12d66592b07a3244b049a9 Mon Sep 17 00:00:00 2001
From: John MacFarlane <jgm@berkeley.edu>
Date: Mon, 7 Dec 2020 18:57:24 -0800
Subject: [PATCH] LaTeX template: include csquotes package if csquotes variable
 set.

---
 data/templates/default.latex | 3 +++
 1 file changed, 3 insertions(+)

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