Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork3.6k
Closed
Labels
Description
Taken from the Pandoc manual athttps://pandoc.org/MANUAL.html#language-variables
Mixing language code and country code don't work together, e.g. this minimal Markdown file
---lang:de-DE---More text in English.['Zitat auf Deutsch.']{lang=de}
if compile to LaTeX with:
pandoc -f markdown -t pdf -o output.pdf input.md
results in
Error producing PDF.! LaTeX Error: Command \ngermandate already defined. Or name \end... illegal, see p.192 of the manual.See the LaTeX manual or LaTeX Companion for explanation.Type H <return> for immediate help. ...l.49 \babelprovide[import]{ngerman}
Pandoc version?
- Pandoc version:
pandoc 3.1.9Features: +server +luaScripting engine: Lua 5.4User data directory: C:\Users\me\AppData\Roaming\pandocCopyright (C) 2006-2023 John MacFarlane. Web: https://pandoc.orgThis is free software; see the source for copying conditions. There is nowarranty, not even for merchantability or fitness for a particular purpose.
- OS: Windows