A text formatting system similar to TeX, but simpler
Lout is a text-formatting system and a purely functional programming language. It outputs PostScript directly, achieving high quality printouts in one step.
Lout is a text-formatting system and a purely functional programming language. It outputs PostScript directly, achieving high quality printouts in one step.
To install lout, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install lout
To see what files were installed by lout, run:
port contents lout
To later upgrade lout, run:
sudo port selfupdate && sudo port upgrade lout
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.