Welcome to the LaTeX Diff Bot!
There is an instanse of the bot hosted by myself:
This bot allows you to generate a LaTeX diff file by comparing two versions of a LaTeX document and receive a PDF with the highlighted changes using latexdiff.
Here's how you can use the bot:
- Send
/start
to begin the interaction. - Upload the original LaTeX project by sending a single
.tex
file or an entire.zip
. - If there is an ambiguity which file is the main document you will be promted to select one.
- Upload the old version (
.tex
or.zip
). - If there is an ambiguity which file is the main document you will be promted to select one.
- The bot will generate a LaTeX diff file and process it.
- Once the diff file is processed, the bot will send you a PDF with the changes highlighted.
- imporove image comparison tool (PDFs aren't supported now)
- detect git, ask which commit to compare with?!
- Web version?
Diff file created by
latexmk -interaction=nonstopmode -cd -f -pdf diff.tex
Created by Ivan Toftul.