我正在尝试将 .adoc 文件转换为 .docx
实际上我正在使用:
asciidoctor file.adoc -o file.html
pandoc -s -S file.html -o output.docx
我在 .adoc 中的数学方程式或符号等于:
latexmath:[$\phi$] and more text as Inline test latexmath:[$\sin(x)$]
它在转换为 docx 后返回 .docx 中的奇怪行:
\($\phi$\) and more text as Inline test \($\sin(x)$\)
有什么提示吗?
$ pandoc --version
pandoc 1.13.2.1
Compiled with texmath 0.8.2, highlighting-kate 0.5.15.