converts xfig files to PostScript or PDF, processing text with LaTeX
fig2ps is a perl script which converts xfig files to PostScript or PDF, processing text with LaTeX. Its primary aim is to produce documents (such as articles) with a high quality, in which the pictures are seamlessly integrated with the text (notably, the font in the figures is exactly the same as in the text).
fig2ps is a perl script which converts xfig files to PostScript or PDF, processing text with LaTeX. Its primary aim is to produce documents (such as articles) with a high quality, in which the pictures are seamlessly integrated with the text (notably, the font in the figures is exactly the same as in the text).
To install fig2ps, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install fig2ps
To see what files were installed by fig2ps, run:
port contents fig2ps
To later upgrade fig2ps, run:
sudo port selfupdate && sudo port upgrade fig2ps
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.