LaTeX template: allow csquotesoptions to be specified.

Obsoletes #7025.
See #8283.
This commit is contained in:
John MacFarlane
2025-02-04 15:17:39 -08:00
parent 6c31896c29
commit 3291605c91
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -3037,6 +3037,12 @@ Pandoc uses these variables when [creating a PDF] with a LaTeX engine.
: produce a handout version of Beamer slides (with overlays condensed
into single slides)
`csquotes`
: load `csquotes` package and use `\enquote` or `\enquote*` for quoted text.
`csquotesoptions`
: options to use for `csquotes` package (repeat for multiple options).
#### Fonts
`fontenc`
+1 -1
View File
@@ -261,5 +261,5 @@ $--
$-- csquotes
$--
$if(csquotes)$
\usepackage{csquotes}
\usepackage[$for(csquotesoptions)$$csquotesoptions$$sep$,$endfor$]{csquotes}
$endif$