From 6a3a9a2e64a281d33614f5b43506097ec7935ced Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sun, 20 Jun 2021 12:13:21 +0200 Subject: example.t: Add example for t, d --- example.t | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/example.t b/example.t index f9bda72..09607b6 100644 --- a/example.t +++ b/example.t @@ -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 -- cgit v1.2.3