Latexdiff 中的新人物

Latexdiff 中的新人物

我在用latexdiff比较两个 tex 文件。在某些地方,我有新的图形并将latexdiff其注释放在includegraphics命令中,然后差异文件将无法编译。

例子:

\includegraphics[ width=0.7\columnwidth,keepaspectratio] {\DIFaddFL{Figures/I3D_MBU.pdf}}

我怎样才能在差异中包含图像?

答案1

删除新旧文件中可选参数和文件名参数之间的空格(首选解决方案)

或者使用选项 --allow-spaces ;但这可能会产生一些不良的副作用。

相关内容