aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2021-06-21Have w not request too much spaceJohn Ankarström
2021-06-21example.t: Document wJohn Ankarström
2021-06-20Improve wJohn Ankarström
It's still not 100% reliable. But neither is ne, really, in my experience...
2021-06-20Add w (want space) macroJohn Ankarström
It takes, as its arguments, a specification describing the amount of space desired. .w s p requests space for a subheading and a paragraphs line. .w s pp requests space for a subheading and TWO paragraph lines.
2021-06-20Have d not print anything if given \&John Ankarström
2021-06-20example.t: Expand FAQJohn Ankarström
2021-06-20Restore environment after footnote entryJohn Ankarström
2021-06-20Support custom vertical spacing in footnotesJohn Ankarström
2021-06-20Add example.pdfJohn Ankarström
2021-06-20example.t: Add example for t, dJohn Ankarström
2021-06-20Fix footer positionJohn Ankarström
Sometimes, it would be placed too low.
2021-06-20example.t: Rename e to nJohn Ankarström
2021-06-20Fix control character in second argument to cJohn Ankarström
2021-06-20Add first-line indentation to footnotesJohn Ankarström
2021-06-20Rename _ft, _ht, _nt to _tf, _th, _tnJohn Ankarström
2021-06-20Use smaller interword spacing in cJohn Ankarström
2021-06-20example.t: Add FAQJohn Ankarström
2021-06-20Remove n macro (use d instead)John Ankarström
When limiting yourself to one-letter macros, you need to be clever.
2021-06-20Fix overflowed word after footnote sectionJohn Ankarström
2021-06-20Have c copy relative font size instead of absolute from lJohn Ankarström
This is done by calculating the difference between the l environment's font size and that of the 0 environment.
2021-06-20example.t: Improve e macro, remove cc, eo requestsJohn Ankarström
The cc and eo requests break mid-listing page breaks.