Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-10 | ref.tmac: Remove invalid tabsHEADmaster | John Ankarström | |
2021-07-10 | Rename project to ref | John Ankarström | |
2021-06-04 | re.tmac: Remove footer adjustment | John Ankarstr\xf6m | |
How much space is needed depends on the height of the footnote. It is best manually adjusted by the user. | |||
2021-06-04 | re.tmac: Fix text spacing bug, add Td (text distance) register | John Ankarstr\xf6m | |
2021-06-03 | re.tmac: Add Rr (reset) macro, Tl (text line length) register | John Ankarstr\xf6m | |
2021-06-03 | re.tmac: Fix spacing between text portions | John Ankarstr\xf6m | |
2021-06-03 | re.tmac: Reset with LP after source code | John Ankarstr\xf6m | |
2021-06-03 | re: Chomp lines before matching them | John Ankarstr\xf6m | |
2021-06-03 | re.tmac: Remove unnecessary(?) space | John Ankarstr\xf6m | |
2021-06-03 | re.tmac: Fix spacing bug | John Ankarstr\xf6m | |
2021-06-02 | re: Account for missing indentation | John Ankarstr\xf6m | |
2021-06-02 | re: Improve wrapping | John Ankarstr\xf6m | |
Tabs are now taken into account, as long as they are eight spaces long (which they should be). Also, lines will now only be wrapped if more than five characters extend past the maximum line length. | |||
2021-06-02 | re.tmac: Ignore space before text portion | John Ankarstr\xf6m | |
I also added some more space between adjacent text portions. | |||
2021-06-02 | re.tmac: Add comments, configurable options | John Ankarstr\xf6m | |
2021-06-02 | re: Wrap lines longer than 60 characters | John Ankarstr\xf6m | |
2021-06-02 | re: Handle backslashes and leading period | John Ankarstr\xf6m | |
2021-06-02 | re.tmac: Handle page breaks | John Ankarstr\xf6m | |
It could be better, but it works for now. | |||
2021-06-02 | re.tmac: Fix spacing after long text | John Ankarstr\xf6m | |
2021-06-02 | Add re.tmac | John Ankarstr\xf6m | |
2021-06-02 | Format troff/ms output | John Ankarstr\xf6m | |
This should be put in a separate tmac file. | |||
2021-06-02 | Output Sr/Se (source/end of source) macros | John Ankarstr\xf6m | |
These should be defined by the user and interpreted by troff. | |||
2021-06-02 | First commit | John Ankarstr\xf6m | |