summaryrefslogtreecommitdiff
path: root/tmac/an-ext.tmac
Commit message (Collapse)AuthorAgeFilesLines
* * tmac/an-ext.tmac (SY): Handle argument with spaces correctly.wl2012-03-051-3/+4
| | | | Problem reported by Bjarni Ingi Gislason <bjarniig@rhi.hi.is>.
* Update copyright year.wl2009-01-051-1/+1
|
* Change .UR/.UE and .MT/.ME so the start macro no longer takesesr2007-02-061-6/+4
| | | | | a second argument that is pasted to the end of the generated text. Instead, the end macro takes an argument that does the same thing.
* * tmac/an-ext.tmac (ME): Don't use `\:'.wl2007-02-021-5/+6
| | | | | * contrib/chem/chem.man, contrib/groffer/roff2.man, src/roff/grog/grog.man: Further refinements and normalizations.
* * tmac/an-ext.tmac (\n[EX]): Rename to \n[mX].wl2007-01-301-28/+95
| | | | | | | | | | | | | | | | | | | (\n[mH]): New register (set if grohtml is used). (\n[SY]): Rename to \n[mS]. (\n[a]): Rename to \n[mA]. (\n[i]): Rename to \n[mI]. (mU): New auxiliary input trap macro. (UR, UE): Replace stub with real definition. (URL): Remove. (MT, ME): New macros. (MTO): Remove. (EX, EE): Don't insert vertical space. Use a register to store (and restore) the current font. * man/ditroff.man, man/groff_diff.man, man/roff.man: Revised, based on patches from Eric Raymond. Fix URL addresses. * contrib/pdfmark/pdfroff.man: Updated.
* * tmac/an-ext.tmac: Protect against being sourced twice.wl2007-01-221-5/+23
| | | | | (URL, EE): Use always two backslashes. (MTO): New macro.
* * tmac/an-ext.tmac: Remove code for grodvi.wl2007-01-161-10/+13
| | | | | | (SY): Fix typos. Don't insert empty line. (URL, TQ): Fix typos.
* * tmac/an-ext.tmac: New file, containing extension macroswl2007-01-151-0/+124
for -man. See discussion on the groff mailing list for background information. * tmac/an-old.tmac: Load an-ext.tmac. Decorate .ds and as with comment escapes where appropriate. * tmac/Makefile.sub (NORMALFILES): Add an-ext.tmac.