TeXML is an XML vocabulary for TeX. The processor transforms the TeXML markup into the TeX markup, escaping special and out-of-encoding characters. The intended audience is developers who automatically generate (La)TeX or ConTeXt files.
TeXML is an XML vocabulary for TeX. The processor transforms the TeXML markup into the TeX markup, escaping special and out-of-encoding characters. The intended audience is developers who automatically generate (La)TeX or ConTeXt files.
To install texml, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install texml
To see what files were installed by texml, run:
port contents texml
To later upgrade texml, run:
sudo port selfupdate && sudo port upgrade texml
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.