Translator program intended to translate a LaTeX document into man
Latex2man is a tool to translate UNIX manual pages written with LaTeX into a format understood by the UNIX man(1)-command. Alternatively HTML, TexInfo, or LaTeX code can be produced too.
Latex2man is a tool to translate UNIX manual pages written with LaTeX into a format understood by the UNIX man(1)-command. Alternatively HTML, TexInfo, or LaTeX code can be produced too.
To install latex2man, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install latex2man
To see what files were installed by latex2man, run:
port contents latex2man
To later upgrade latex2man, run:
sudo port selfupdate && sudo port upgrade latex2man
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.