Tool for using latexdiff on latex documents in git repositories
Tool to graphically visualize differences between different versions of LaTeX files between commits in a git repository. Technically, it is a wrapper around git and latexdiff.
Tool to graphically visualize differences between different versions of LaTeX files between commits in a git repository. Technically, it is a wrapper around git and latexdiff.
To install git-latexdiff, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install git-latexdiff
To see what files were installed by git-latexdiff, run:
port contents git-latexdiff
To later upgrade git-latexdiff, run:
sudo port selfupdate && sudo port upgrade git-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.