diff options
author | John Ankarström <john@ankarstrom.se> | 2021-06-20 12:13:21 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-06-20 12:13:21 +0200 |
commit | 6a3a9a2e64a281d33614f5b43506097ec7935ced (patch) | |
tree | b00983a8ff6461a37d93ff4e32e0da4f3a073f25 | |
parent | c6398db06efb36dc9522782477b1bd8d15f5d2d3 (diff) | |
download | mk-6a3a9a2e64a281d33614f5b43506097ec7935ced.tar.gz |
example.t: Add example for t, d
-rw-r--r-- | example.t | 20 |
1 files changed, 19 insertions, 1 deletions
@@ -264,7 +264,24 @@ paragraph subheading .n .c t , -centered title of document +centered title +.p +The +.c t +and +.c d +macros can be used at the beginning of a document +to create a centered header: +.l +\&.t +Document title +\&.d "First author" +\&.d "Second author" +\&.d \\" current date +.p +Here, you can see that the +.c d +macro may be used for other things than dates. . .s Other macros @@ -288,6 +305,7 @@ surrounding text in quotation marks, but if no arguments are given to it, it starts an indented block quotation instead: .l +.ne 2 \&.q This is an indented quotation. \&.p |