mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 17:20:47 +08:00
LaTeX template: allow csquotesoptions to be specified.
Obsoletes #7025. See #8283.
This commit is contained in:
@@ -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`
|
||||
|
||||
@@ -261,5 +261,5 @@ $--
|
||||
$-- csquotes
|
||||
$--
|
||||
$if(csquotes)$
|
||||
\usepackage{csquotes}
|
||||
\usepackage[$for(csquotesoptions)$$csquotesoptions$$sep$,$endfor$]{csquotes}
|
||||
$endif$
|
||||
|
||||
Reference in New Issue
Block a user