Translator program intended to translate a LaTeX document into RTF
LaTeX2rtf is a translator program which is intended to translate a LaTeX document (precisely: the text and a limited subset of LaTeX tags) into the RTF format which can be imported by several textprocessors (including Microsoft Word for Windows and Word for Macintosh).
LaTeX2rtf is a translator program which is intended to translate a LaTeX document (precisely: the text and a limited subset of LaTeX tags) into the RTF format which can be imported by several textprocessors (including Microsoft Word for Windows and Word for Macintosh).
To install latex2rtf, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install latex2rtf
To see what files were installed by latex2rtf, run:
port contents latex2rtf
To later upgrade latex2rtf, run:
sudo port selfupdate && sudo port upgrade latex2rtf
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.