Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-23 | gx.tmac: Fix ta call | John Ankarström | |
This fixes a compatibility issue with Heirloom troff. | |||
2021-06-23 | Use ft/.f instead of fam/.fam | John Ankarström | |
This fixes a compatibility issue with Heirloom troff. | |||
2021-06-23 | README.t: Reflect new toc behavior | John Ankarström | |
2021-06-23 | Set q's ti to 18p | John Ankarström | |
2021-06-23 | Add gx.tmac (extra macros) | John Ankarström | |
2021-06-23 | toc/README.t: Document new behavior | John Ankarström | |
2021-06-23 | toc: Change toc script usage, skip unnecessary passes | John Ankarström | |
2021-06-23 | toc: Use .so instead of .rd | John Ankarström | |
2021-06-23 | toc: Add (toc) prefix to .te output | John 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-23 | toc/README.t: Correct error | John Ankarström | |
2021-06-23 | Capitalize first letter of sentence | John Ankarström | |
2021-06-23 | Rename example.t to README.t | John Ankarström | |
2021-06-23 | Add toc/README.t | John Ankarström | |
2021-06-23 | Rename troc/groc to toc/gtoc | John Ankarström | |
2021-06-22 | example.t: Add FAQ on forward references using toc.tmac | John Ankarström | |
2021-06-22 | example.t: Document toc.tmac | John Ankarström | |
2021-06-22 | example.t: Add table of contents | John Ankarström | |
2021-06-22 | Improve toc.tmac | John Ankarström | |
2021-06-22 | toc/example.t: Change formatting | John Ankarström | |
2021-06-22 | Add toc.tmac | John Ankarström | |
2021-06-22 | Add hacking.t | John Ankarström | |
2021-06-22 | Remove @ds, @nr | John Ankarström | |
There are no longer any registers or strings to set default values for. | |||
2021-06-22 | Change %i, %e to #i, #e | John Ankarström | |
2021-06-22 | ne.t: Circumvent removal of mb register | John Ankarström | |
2021-06-22 | example.t: Make small addition | John Ankarström | |
2021-06-22 | Remove all configuration registers (mt, mb, tt, tb) | John Ankarström | |
2021-06-21 | Implement selectable date formats for d | John Ankarström | |
2021-06-21 | Fix formatting | John Ankarström | |
2021-06-21 | t.tmac: Reword success summary | John Ankarström | |
2021-06-21 | Change macro/register naming scheme | John Ankarström | |
2021-06-21 | ne.t: Test s l, s ll | John Ankarström | |
2021-06-21 | Have w request just a tiny bit more space | John Ankarström | |
2021-06-21 | Add tests | John Ankarström | |
2021-06-21 | Have w not request too much space | John Ankarström | |
2021-06-21 | example.t: Document w | John Ankarström | |
2021-06-20 | Improve w | John Ankarström | |
It's still not 100% reliable. But neither is ne, really, in my experience... | |||
2021-06-20 | Add w (want space) macro | John 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-20 | Have d not print anything if given \& | John Ankarström | |
2021-06-20 | example.t: Expand FAQ | John Ankarström | |
2021-06-20 | Restore environment after footnote entry | John Ankarström | |
2021-06-20 | Support custom vertical spacing in footnotes | John Ankarström | |
2021-06-20 | Add example.pdf | John Ankarström | |
2021-06-20 | example.t: Add example for t, d | John Ankarström | |
2021-06-20 | Fix footer position | John Ankarström | |
Sometimes, it would be placed too low. | |||
2021-06-20 | example.t: Rename e to n | John Ankarström | |
2021-06-20 | Fix control character in second argument to c | John Ankarström | |
2021-06-20 | Add first-line indentation to footnotes | John Ankarström | |
2021-06-20 | Rename _ft, _ht, _nt to _tf, _th, _tn | John Ankarström | |
2021-06-20 | Use smaller interword spacing in c | John Ankarström | |
2021-06-20 | example.t: Add FAQ | John Ankarström | |