aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-21toc/toc: Clean up scriptHEADmasterJohn Ankarström
2021-07-19kx.tmac: Make .n work with sqJohn Ankarström
2021-07-11Remove temporary k.tmac filesJohn Ankarström
2021-07-11toc/README.t: Fix typoJohn Ankarström
2021-07-04Fix indentation in @x (hanging indent)John Ankarstrom
I forgot to change 18p to 5n at this location. Now, @x uses the same indentation as @p and @q.
2021-07-04v0.2v0.2John Ankarstrom
2021-07-04README: Add note about .tmac extensionJohn Ankarstrom
2021-07-04mk/README.t, toc/README.t: Change phrasingJohn Ankarstrom
2021-07-04Add Makefile dependenciesJohn Ankarstrom
2021-07-04Fix paper sizesJohn Ankarstrom
Even though I am Swedish, I admit I am partial to US Letter.
2021-07-04Increase indentation in @p, @q, @l and @fJohn Ankarstrom
Also add indentation on the right in @q. This roughly matches the defaults of ms, to which I am partial.
2021-07-04Rename .l(, .l) to .(l, .)lJohn Ankarstrom
This fits better with established practice (see the me macros).
2021-07-04v0.1v0.1John Ankarstrom
2021-07-04Makefile: Fix typoJohn Ankarstrom
2021-07-04Rename .x (bold italic) to .zJohn Ankarstrom
2021-07-03Add mk/t/ne.pdfJohn Ankarstrom
2021-07-03Move mk into separate directoryJohn Ankarstrom
2021-07-02README.t: Apply patch from James K. LowdenJohn Ankarstrom
2021-07-02README.t: Add missing genitive sJohn Ankarstrom
2021-07-01Update name in commentsJohn Ankarstrom
2021-07-01README: Clarify that kx.tmac is not installed by defaultJohn Ankarstrom
2021-07-01Update test files with new nameJohn Ankarstrom
2021-07-01Rename mu to mkJohn Ankarstrom
The u*.tmac namespace is already a bit busy.
2021-07-01Add plain-text READMEJohn Ankarstrom
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.