转换docx时禁用超链接生成 - >通过pandoc tex

时间:2017-12-11 06:16:53

标签: pandoc hyperref

我有一个包含大量交叉引用的docx文件。但是,大多数这些交叉引用都是虚假的。我想将其转换为LaTeX,但这会导致许多\hyperlink命令分散在整个文档中。我希望pandoc转换文件但不创建超链接。

pandoc -s myfile.docx -o myfile.tex

我在https://pandoc.org/MANUAL.html中搜索了hyperrefhyperlinkcross-reference,但唯一的点击是会生成超链接的评论,而不是关于如何避免创建超链接的建议

0 个答案:

没有答案