- https://www.ctan.org/pkg/latexdiff
- https://github.com/ftilmann/latexdiff
- http://3142.nl/latex-diff/
- Online - somente para textos pequenos
- http://emeryblogger.com:80/2011/01/14/diff-your-latex-files-with-latexdiff/http://emeryblogger.com:80/…. {WA}
- https://gitorious.org/git-latexdiff {WA}
- https://www.sharelatex.com/blog/2013/02/16/using-latexdiff-for-marking-changes-to-tex-documents.htmlhttps://www.sharelatex.com/…. {WA}
- https://pt.overleaf.com/learn/latex/Articles/Using_Latexdiff_For_Marking_Changes_To_Tex_Documentshttps://pt.overleaf.com/…. {WA}
- http://data-mining.philippe-fournier-viger.com/latexdiff-package-compare-latex-files/http://data-mining.philippe-fournier-viger.com/…. {WA}
- http://www.deanbodenham.com/learn/git-and-latexdiff.htmlhttp://www.deanbodenham.com/…. {WA}
- https://gitlab.com/git-latexdiff/git-latexdiff
- https://progress2future.blogspot.com/2019/07/latexdiff-comparando-versoes-e-gerando.htmlhttps://progress2future.blogspot.com/…. {WA}
- Em alguns casos a opção –flatten pode não funcionar corretamente para processar \include e \input, existem algumas alternativas
- Exemplo de comando para comparar duas versões com input / include :
- DIRETORIO_ORIGINAL - diretório com documento na versão original
- DIRETORIO_NOVO - diretório com documento na versão atual
- ARQUIVO_PRINCIPAL - nome do arquivo principal do documento (ex. main-texto-completo)
- Compilar o documento a partir do diff.tex gerado no DIRETORIO_NOVO
- Utilizar somente esses parametros para entrega de diff nas disciplinas de projetos
latexdiff --encoding=utf8 --flatten DIRETORIO_ORIGINAL/ARQUIVO_PRINCIPAL.tex DIRETORIO_NOVO/ARQUIVO_PRINCIPAL.tex > DIRETORIO_NOVO/diff.tex