【发布时间】:2018-02-10 15:46:21
【问题描述】:
MWE:
---
lang: hu
---
"Test quotation"
如果我运行pandoc test.md -o test.pdf,我会收到以下错误:
Error producing PDF.
! Undefined control sequence.
l.66 `
这似乎是由于匈牙利语设置所致。我该如何避免这种情况?如果我从 YAML 块中删除 lang: hu,pandoc 会成功构建 pdf 文件,但当然是带有英文引号。我想要本地化的匈牙利语引号......
【问题讨论】:
标签: latex markdown pandoc xelatex typesetting