diff options
| author | John MacFarlane <[email protected]> | 2025-09-24 22:25:07 +0200 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-09-24 22:25:07 +0200 |
| commit | 95326e21e6502612ddfcadb59714825aead8a70e (patch) | |
| tree | 60d13b5fa145dd1ef76fd0ae52ac4201f79153b7 /MANUAL.txt | |
| parent | 9024df9348ce38741777296a5845b39539a90acf (diff) | |
Add `shorthands` variable for LaTeX output.
If true, pandoc will allow language-specific shorthands
when loading babel.
Closes #11160.
Diffstat (limited to 'MANUAL.txt')
| -rw-r--r-- | MANUAL.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index af7a573c3..4bff32e2a 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -3056,6 +3056,11 @@ Pandoc uses these variables when [creating a PDF] with a LaTeX engine. - heightrounded ... +`shorthands` +: Enable language-specific shorthands when loading `babel`. + (By default, pandoc includes `shorthands=off` when loading + `babel`, disabling language-specific shorthands.) + `hyperrefoptions` : option for [`hyperref`] package, e.g. `linktoc=all`; repeat for multiple options: |
