Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-24 | Ensure footer on last page | John Ankarström | |
2021-06-24 | Automatically enable extensions for Heirloom troff | John Ankarström | |
2021-06-24 | Use Heirloom troff | John Ankarström | |
Mg is now tested with both GNU and 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 | Set q's ti to 18p | 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 | 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 | Change macro/register naming scheme | John Ankarström | |
2021-06-21 | Have w request just a tiny bit more space | John Ankarström | |
2021-06-21 | Have w not request too much space | 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 | Restore environment after footnote entry | John Ankarström | |
2021-06-20 | Support custom vertical spacing in footnotes | John Ankarström | |
2021-06-20 | Fix footer position | John Ankarström | |
Sometimes, it would be placed too low. | |||
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 | 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 | 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 | 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 | |
2021-06-17 | Add header and footer | John Ankarström | |
2021-06-17 | Improve | John Ankarström | |
2021-06-17 | g.tmac: Fix environment stack underflow | John Ankarström | |