rtf2LaTeX2e is an RTF filter that generates LaTeX2e specific code, based on Paul DuBois' RTF reader. Its main features are detecting different text styles, reading embedded figures, tables, equations, footnotes, support for the inputenc package, translating hyperlinks.
rtf2LaTeX2e is an RTF filter that generates LaTeX2e specific code, based on Paul DuBois' RTF reader. Its main features are detecting different text styles, reading embedded figures, tables, equations, footnotes, support for the inputenc package, translating hyperlinks.
To install rtf2latex2e, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rtf2latex2e
To see what files were installed by rtf2latex2e, run:
port contents rtf2latex2e
To later upgrade rtf2latex2e, run:
sudo port selfupdate && sudo port upgrade rtf2latex2e
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.