admin管理员组

文章数量:1605636

Latex转换成word

https://www.zhihu/question/31850346

https://tex.stackexchange/questions/4145/workflow-for-converting-latex-into-open-office-ms-word-format

几种的方案:

1、pandoc

2、先转pdf,然后再转word

3、网站转换

https://products.aspose.app/pdf/conversion/latex-to-word

4、TeX2Word

5、LaTeX-to-Word

6、网站

https://mathpix/blog/pdf-to-word-converter


pandoc实践

pandoc main.tex -o output.docx -w docx --pdf-engine xelatex
  • 没有参考文献;
  • 图片裂开了
pandoc main.tex --filter pandoc-crossref --bibliography=ref.bib -o output.docx
  • 参考文献还是没有出来

尝试使用方案2

本文标签: 转换成LaTeXword