使用pandoc将latex转换为纯文本:“unexpected () \begin{document}”错误

使用pandoc将latex转换为纯文本:“unexpected () \begin{document}”错误

我想使用潘多克将 latex 转换为纯文本。我尝试转换此 latex 文件:https://arxiv.org/e-print/1603.03827

我在 Ubuntu 22.04 上安装了 pandoc 2.9.2.1,如下所示:

sudo apt-get install pandoc

然后我跑了:

pandoc --to=plain --wrap=none naaclhlt2016.tex

出现以下错误:

Error at "source" (line 61, column 17):
unexpected ()
\begin{document}
                ^

为什么?naaclhlt2016.tex在 arXiv 和 Overleaf 上都可以很好地编译。此外,在 Windows 10 上使用 pandoc 3.1.1 时转换也可以进行。

相关内容