A Qt-based GUI for latexdiff.
The following introduction for latexdiff is copied from its website:
Latexdiff is a Perl script for visual mark up and revision of significant differences between two LATEX files. Various options are available for visual markup using standard LATEX packages such as color. Changes not directly affecting visible text, for example in formatting commands, are still marked in the LATEX source. A rudimentary revision facilility is provided by another Perl script, latexrevise, which accepts or rejects all changes. Manual editing of the difference file can be used to override this default behaviour and accept or reject selected changes only.
Before using, you need to install Python. After that, please use the following command to install dependencies:
pip install -r requirements.txt
- Type the following command to open the window:
python ./latexdiff-gui.py
- Follow the steps on the screenshot to get the output file: