aligrudi / neatroff_make

Neatroff top-level makefile
51 stars 15 forks source link

tmac/tmac.e, tmac/me/footnote.me: fix -me footnotes #25

Closed readmemyrights closed 2 years ago

readmemyrights commented 2 years ago

The -me macros used strings called "[" and "]" for footnote formatting, which conflicted with neatroff's use of "[...]" for long string and register names. They've been renamed to "{" and "}" respectively.

I don't usually use github so apologies if I'm doing something wrong.

aligrudi commented 2 years ago

readmemyrights @.***> wrote:

The -me macros used strings called "[" and "]" for footnote formatting, which conflicted with neatroff's use of "[...]" for long string and register names. They've been renamed to "{" and "}" respectively.

I don't usually use github so apologies if I'm doing something wrong. You can view, comment on, or merge this pull request online at:

Thanks, applied.

-- Ali