aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-28README.t: Document 'list' utilityJohn Ankarström
2021-06-28list: Use getoptJohn Ankarström
2021-06-27Add 'list' utilityJohn Ankarström
2021-06-24Split q macro into " (inline) and q (block-level)John Ankarström
2021-06-24ux.tmac: Improve he, se macrosJohn Ankarström
2021-06-24Add toc.1John Ankarström
2021-06-24Makefile: Add 'install' targetJohn Ankarström
2021-06-24Change name to muJohn Ankarström
It turns out that Heirloom troff includes an (m)g macro set for groff compatibility. I liked the name mg, because of the association with milligram, but mu is pretty good too. (And mu is the symbol for the SI micro prefix, which is even smaller than milli!)
2021-06-24README.t: Add minor changesJohn Ankarström
2021-06-24README.t: Add page break before headingsJohn Ankarström
2021-06-24Ensure final unfilled line is included before final page footerJohn Ankarström
2021-06-24Fix ./' interpreted as control characters in footnotesJohn Ankarström
Heirloom troff would interpet '(info.groff)... as a request line.
2021-06-24Use floating-point division to set c point size, if availableJohn Ankarström
2021-06-24README.t: Add PDF bookmarks, linksJohn Ankarström
2021-06-24Ensure footer on last pageJohn Ankarström
2021-06-24Automatically enable extensions for Heirloom troffJohn Ankarström
2021-06-24Use Heirloom troffJohn Ankarström
Mg is now tested with both GNU and Heirloom troff.
2021-06-23gx.tmac: Fix ta callJohn Ankarström
This fixes a compatibility issue with Heirloom troff.
2021-06-23Use ft/.f instead of fam/.famJohn Ankarström
This fixes a compatibility issue with Heirloom troff.
2021-06-23README.t: Reflect new toc behaviorJohn Ankarström
2021-06-23Set q's ti to 18pJohn Ankarström
2021-06-23Add gx.tmac (extra macros)John Ankarström
2021-06-23toc/README.t: Document new behaviorJohn Ankarström
2021-06-23toc: Change toc script usage, skip unnecessary passesJohn Ankarström
2021-06-23toc: Use .so instead of .rdJohn Ankarström
2021-06-23toc: Add (toc) prefix to .te outputJohn Ankarström
The original troff cannot disable error output. This patch disambiguates .te's output from troff's normal errors. The (toc) prefix is removed by sed in the toc script.
2021-06-23toc/README.t: Correct errorJohn Ankarström
2021-06-23Capitalize first letter of sentenceJohn Ankarström
2021-06-23Rename example.t to README.tJohn Ankarström
2021-06-23Add toc/README.tJohn Ankarström
2021-06-23Rename troc/groc to toc/gtocJohn Ankarström
2021-06-22example.t: Add FAQ on forward references using toc.tmacJohn Ankarström
2021-06-22example.t: Document toc.tmacJohn Ankarström
2021-06-22example.t: Add table of contentsJohn Ankarström
2021-06-22Improve toc.tmacJohn Ankarström
2021-06-22toc/example.t: Change formattingJohn Ankarström
2021-06-22Add toc.tmacJohn Ankarström
2021-06-22Add hacking.tJohn Ankarström
2021-06-22Remove @ds, @nrJohn Ankarström
There are no longer any registers or strings to set default values for.
2021-06-22Change %i, %e to #i, #eJohn Ankarström
2021-06-22ne.t: Circumvent removal of mb registerJohn Ankarström
2021-06-22example.t: Make small additionJohn Ankarström
2021-06-22Remove all configuration registers (mt, mb, tt, tb)John Ankarström
2021-06-21Implement selectable date formats for dJohn Ankarström
2021-06-21Fix formattingJohn Ankarström
2021-06-21t.tmac: Reword success summaryJohn Ankarström
2021-06-21Change macro/register naming schemeJohn Ankarström
2021-06-21ne.t: Test s l, s llJohn Ankarström
2021-06-21Have w request just a tiny bit more spaceJohn Ankarström
2021-06-21Add testsJohn Ankarström