http://lucke.i2p/guides/groff-ms-cheatsheet
This document covers some of the basics of the “manuscript” macro package, a.k.a. ms . actually running this damn thing Typical PDF generation commands for tables, images, math, and UTF-8 —> PostScript —> PDF groff -ms -teK utf8 -Tps source.ms > destination.ps … Compile to PostScript gs -dNOPAUSE -sDEVICE=pdfwrite -sOUTPUTFILE={TARGET}.pdf -dBATCH ${TARGET}.ps … Convert to PDF The -ms tag enables the “Manuscript” macro set.