diff options
Diffstat (limited to 'example.t')
-rw-r--r-- | example.t | 34 |
1 files changed, 24 insertions, 10 deletions
@@ -1,4 +1,5 @@ .so g.tmac +.so toc/toc.tmac . .\" configure header and footer .eo @@ -28,6 +29,22 @@ . .\" define macros .eo +.de he +. h +\$* +. tm .the \n% \$* +.. +. +.de the +. nr _ \$1 +. shift +. ta 0 \n(.luR +. tc . +\$* \n_ +. tc +. br +.. +. .de n . if !'\$1'' \{\ . nr ni \$1-1 @@ -52,9 +69,10 @@ a simple macro package for troff John Ankarstr\(:om .d e . +.p +.to . -.h -Introduction +.he Introduction .p .i Mg is a simple macro package for troff with the following features: @@ -98,8 +116,7 @@ The reader is encouraged to inspect the document's source code in order to see how the macro package is used in practice. . . -.h -Environments +.he Environments .p .i Mg makes heavy use of named environments, @@ -173,8 +190,7 @@ which are treated specially and do not support these registers. . . -.h -External macros +.he External macros .p .i Mg defines a number of macros. @@ -381,8 +397,7 @@ For example: \&.w ss p \\" a subheading of two lines + a paragraph of one line . . -.h -Internal macros +.he Internal macros .p .i Mg 's internal macros are generally not meant to be used outside of @@ -464,8 +479,7 @@ special environment variables above). . . -.h -Frequently anticipated questions +.he Frequently anticipated questions . .s How do I customize the default appearance of a document? |