问题描述
将乳胶文件转换为Word时,我想跳过Pandoc无法很好处理的某些部分,或者重新定义Pandoc无法理解的命令。现在,我使用以下非常模糊的机制:
\iffalse
% code executed by pandoc only
\def\SI#1#2{#1\,\mathrm{#2}}
\fi
解决方法
我猜它现在不可用。 another post处于开放状态,尚未回答。而且我也发现了这种行为的open issue。
将乳胶文件转换为Word时,我想跳过Pandoc无法很好处理的某些部分,或者重新定义Pandoc无法理解的命令。现在,我使用以下非常模糊的机制:
\iffalse
% code executed by pandoc only
\def\SI#1#2{#1\,\mathrm{#2}}
\fi
我猜它现在不可用。 another post处于开放状态,尚未回答。而且我也发现了这种行为的open issue。