determine and mark up significant differences between latex files
latexdiff is a Perl script, which compares two latex files and marks up significant differences between them (i.e. a diff for latex files). Various options are available for visual markup using standard latex packages such as "color.sty". Changes not directly affecting visible text, for example in formatting commands, are still marked in the latex source.
latexdiff is a Perl script, which compares two latex files and marks up significant differences between them (i.e. a diff for latex files). Various options are available for visual markup using standard latex packages such as "color.sty". Changes not directly affecting visible text, for example in formatting commands, are still marked in the latex source.
To install latexdiff, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install latexdiff
To see what files were installed by latexdiff, run:
port contents latexdiff
To later upgrade latexdiff, run:
sudo port selfupdate && sudo port upgrade latexdiff
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.