diff options
-rw-r--r-- | README.pdf | bin | 91600 -> 91181 bytes | |||
-rw-r--r-- | README.t | 23 |
2 files changed, 4 insertions, 19 deletions
Binary files differ @@ -647,10 +647,6 @@ macros a script that invokes troff in three passes in order to allow a table of contents to be generated .n -.i gtoc , -an alias of -.i toc -that invokes groff instead of troff .p Use .c te @@ -693,14 +689,11 @@ Wherever you want the table of contents to be inserted, you may simply invoke .c to . .p -Just remember to run -.c toc /\c -.c gtoc -instead of -.c troff /\c -.c groff : +Just remember to use +.c toc +to run your processing pipeline: .l -gtoc -Tps example.t > example.ps +<example.t toc refer \\| troff -Tps >example.ps .p Thanks to the multiple passes performed by .i toc , @@ -709,14 +702,6 @@ can be invoked at any place in the document, including the beginning. The macros listed above are the ones used to generate the table of contents of this document. -.p -Note that you can invoke a custom program instead of troff -by setting the -.i TROFF -environment variable. -This may be useful if you need to combine -.i toc -with certain troff post-pocessors. . .se How do I create a reference to a later page? .p |