Utility to convert TeX DVI files directly to bitmaps
dvi2bitmap is a utility to convert TeX DVI files directly to bitmaps, without going through the complicated (and slow!) route of conversion via PostScript and PNM. It consists of a library plus an application.
dvi2bitmap is a utility to convert TeX DVI files directly to bitmaps, without going through the complicated (and slow!) route of conversion via PostScript and PNM. It consists of a library plus an application.
To install dvi2bitmap, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install dvi2bitmap
To see what files were installed by dvi2bitmap, run:
port contents dvi2bitmap
To later upgrade dvi2bitmap, run:
sudo port selfupdate && sudo port upgrade dvi2bitmap
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.