将 tex 转换为 docx 时图形的 Pandoc 问题

Pandoc problem with graph in conversion tex to docx

我在使用 pandoc 从 .tex 文件转换为 .docx 文件时遇到问题。我使用 textdoc 和 stata 来获取 tex 文件。 Tabularx 表不显示在 docx 文件中,但我最大的问题是图表不显示在最终文档 (docx) 中。可悲的是,收到最终文件的人需要一个 docx。文件

我正在为 windows 使用 pandoc 并从 cmd windows.

运行
pandoc -s tesis.tex -o output.docx

我试过其他间接类型的转换:

pandoc -s tesis.tex -o output2.html
pandoc -s output2.html -o output6.docx

通过其他方式,我可以将 knitr 与 R 结合使用来制作 .tex 文件,但我不知道是否可以使用此方法获取 docx 文件。

提前致谢

按照我的评论和 stata 标签的 wiki 中的建议,提供更多信息将使人们能够提供更好的答案。但是,由于您的问题似乎与图表的处理有关,您可以从以下开始:

  1. 正在检查 texdoc 如何处理图表。 The default appears to be .pdf
  2. 确保 \includegraphicsthesis.tex 中的类似引用包含 .pdf 扩展名。 See this discussion for more information