From 50cdca7724ef41634ec02dfac0dd4837e3a0be64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Fri, 18 Jun 2021 16:51:51 +0200 Subject: Support block quotations --- example.t | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'example.t') diff --git a/example.t b/example.t index bee06da..5f9789f 100644 --- a/example.t +++ b/example.t @@ -42,10 +42,12 @@ Internal design makes heavy use of named environments, supported by implementations such as GNU troff and Neatroff. Environments obliviate the need for many special registers -that a macro package would need to keep track of. +that a macro package (and its user) would need to keep track of. For example, .i ms -keeps track of the document's font size in the PS register. +keeps track of the document's font size in the +.i PS +register. .i Mg , on the other hand, simply sets the font size inside the environment named @@ -98,3 +100,6 @@ the amount of vertical space to add before environment. 2. \c .c ti , the indentation of the first line in the environment. +.p +These can be set inside a given environment +to control its behavior when invoked. -- cgit v1.2.3