pandoc ai_my_version.tex -o output.docx -w docx \
--reference-doc 02-Springer-Paper-Template.docx \
--filter pandoc-crossref \
--bibliography=ref.bib \
--citeproc --csl springer-basic-brackets-no-et-al-alphabetical.csl \
-t docx+native_numbering \
--number-sections \
-M tableEqns -M autoEqnLabels \
-M reference-section-title=Reference\
在.csl文件中找到<sort> ... </sort>代码段,删除sort中间的排序依据
带*的图表不能正确转化。e.g. \begin{figure*}应改为\begin{figure}
表格中带子tabular的不能正确生成
目前查到只能手动调整。但是word可以跨文档使用格式刷,在文档A中点击格式刷可以直接刷文档B中的文字,随后点击样式库“更新匹配样式”可一键修改。