diff options
| author | John MacFarlane <[email protected]> | 2025-02-04 15:17:39 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-02-04 15:17:39 -0800 |
| commit | 3291605c9173ea10b747f0abf6e69bbe5363dadd (patch) | |
| tree | 906f78dfb45be95cbbcde6c6a22aebcce4f4d9b9 /MANUAL.txt | |
| parent | 6c31896c295a0716c1804113812f69d9925d4545 (diff) | |
LaTeX template: allow `csquotesoptions` to be specified.
Obsoletes #7025.
See #8283.
Diffstat (limited to 'MANUAL.txt')
| -rw-r--r-- | MANUAL.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index e475432e7..cf145eb02 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -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` |
