makefile fragments and shell scripts to manage LaTeX documents
Latex-Mk is a set of makefile fragments and shell scripts designed to assist in the management of LaTeX documents. The user creates a simple Makefile which sets up a few simple variables and then includes the latex.mk fragment at the end.
Latex-Mk is a set of makefile fragments and shell scripts designed to assist in the management of LaTeX documents. The user creates a simple Makefile which sets up a few simple variables and then includes the latex.mk fragment at the end.
To install latex-mk, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install latex-mk
To see what files were installed by latex-mk, run:
port contents latex-mk
To later upgrade latex-mk, run:
sudo port selfupdate && sudo port upgrade latex-mk
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.