Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2021-06-20 | Remove n macro (use d instead) | John Ankarström | |
When limiting yourself to one-letter macros, you need to be clever. | |||
2021-06-20 | Fix overflowed word after footnote section | John Ankarström | |
2021-06-20 | Have c copy relative font size instead of absolute from l | John Ankarström | |
This is done by calculating the difference between the l environment's font size and that of the 0 environment. | |||
2021-06-20 | example.t: Improve e macro, remove cc, eo requests | John Ankarström | |
The cc and eo requests break mid-listing page breaks. | |||
2021-06-20 | Resume environment after page break | John Ankarström | |
2021-06-20 | Add tt, tb strings (top, bottom margin text) | John Ankarström | |
Also, enable no-space mode after header. | |||
2021-06-19 | example.t: Start documenting internal macros | John Ankarström | |
2021-06-19 | Add ne request to h and s macros | John Ankarström | |
2021-06-19 | Fix control character in third argument to q | John Ankarström | |
2021-06-19 | Fix control character in first argument to c | John Ankarström | |
2021-06-19 | Fix control character in third argument to inline macros | John Ankarström | |
2021-06-19 | Have c copy font family and point size from l environment | John Ankarström | |
2021-06-19 | Fix page break bug in _ft | John Ankarström | |
Sometimes, the first word after a page break would be displayed in the wrong place. This fixes that. |