Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2021-06-19 | Change heading, footnote formatting | John Ankarström | |
2021-06-19 | Add consistent amount of space after date/name/title | John Ankarström | |
2021-06-19 | Add _m (margin) environment | John Ankarström | |
This fixes a bug where the page number and footnotes were affected by the last active environment. | |||
2021-06-19 | Fix bug in _e macro | John Ankarström | |
2021-06-19 | Fix ( macro eating line | John Ankarström | |
2021-06-19 | Add footnotes | John Ankarström | |
2021-06-18 | Arrange macros alphabetically | John Ankarström | |
This relieves the programmer of the burden of having to decide where new macros should be placed. | |||
2021-06-18 | Change formatting | John Ankarström | |
2021-06-18 | Use zero-clause BSD license | John Ankarström | |
2021-06-18 | Support block quotations | John Ankarström | |
2021-06-18 | Organize and document source code | John Ankarström | |
2021-06-18 | g.tmac: Add c (code) macro, rework margins | John Ankarström | |
2021-06-18 | g.tmac: Re-organize code, implement h (heading) macro | John Ankarström | |