diff options
author | John Ankarström <john@ankarstrom.se> | 2021-06-22 20:30:15 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-06-22 20:30:15 +0200 |
commit | 0d1f04b92b1f3c369036c4c17af53e23e5d2be4e (patch) | |
tree | 18d4cc4b2b23fec3d211b1764578f601b0e0d988 /toc/toc.tmac | |
parent | d1c128722e4478c386aa6adab88c680c61beb72d (diff) | |
download | mk-0d1f04b92b1f3c369036c4c17af53e23e5d2be4e.tar.gz |
Add toc.tmac
Diffstat (limited to 'toc/toc.tmac')
-rw-r--r-- | toc/toc.tmac | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/toc/toc.tmac b/toc/toc.tmac new file mode 100644 index 0000000..83e05a0 --- /dev/null +++ b/toc/toc.tmac @@ -0,0 +1,21 @@ +.\" "/. +.\" toc.tmac "/. +.\" "/. +.\" Permission to use, copy, modify and/or "/. +.\" distribute this software for any purpose "/. +.\" with or without fee is hereby granted. "/. +.\" "/. +. +.eo +. +.\" to -- evaluate collected lines +.de to +. if \nT=0 .rd +.. +. +.\" te -- collect line +.de te +. if \nT>0 .tm \$* +.. +. +.ec |