Linux下安装和使用Latexdiff

投稿必然要改稿,痛苦,还要给出改稿清单,latexdiff是个好工具。

https://www.ctan.org/pkg/latexdiff

https://github.com/ftilmann/latexdiff

1、linux下安装:

apt-get install latexdiff

要下载很久。当然Perl要先装好。

2、使用:

latexdiff old.tex new.tex > diff.tex

旧版本文件old.tex和新版本文件new.tex,生成对比文件 diff.tex。 注意保留空格。

参考:https://zoomadmin.com/HowToInstall/UbuntuPackage/latexdiff

还发现一个很好用的在线比较文档:https://www.diffnow.com/samples

你可能感兴趣的:(Linux)