Additional groff and mom resources
Mom
Homepage of the mom macro set for groff:
https://www.schaffter.ca/mom/mom-01.html
Online link to the latest mom documentation:
https://www.schaffter.ca/mom/momdoc/toc.html
An introductory article to mom in Linux Gazette:
linuxgazette.net/107/schaffter.html
Groff
If you have the info documentation installed on your system:
info groff
General information about GNU-troff (groff):
www.gnu.org/software/groff/groff.html
A site with links to additional groff resources:
www.cs.pdx.edu/~trent/gnu/groff
Troff
The troff home page:
www.troff.org
The original Computing Science and Technical Report 54 for Unix troff:
54.pdf
Additional troff resources
www.troff.org/links.html
www.kohala.com/start/troff/troff.html
Unix Text Processing (O’Reilly)
An excellent introduction to Unix text processing. Larry Kollar
of the groff development team headed up a project to make this
essential O'Reilly publication available on the web (pdf format):
http://oreilly.com/openbook/utp/
Installing groff fonts – the install-font script
Installing fonts for use with groff isn’t difficult, but there are a number of steps involved which can make it a nuisance.
The subject is covered in-depth in the html documentation, but if you want to simplify the process, download and install the script install-font.sh.
install-font.sh is a bash script that takes care of all the details of font installation, including making fonts available system-wide.
After downloading, put the script anywhere you like, make it executable (chmod 755 install-font.sh), and type install-font.sh -H for instructions.
Actual installation of fonts requires superuser priviledges, so be sure to run it with sudo.