[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [groff] Small general question concerning ms macro package
From: |
Andreas Kusalananda Kähäri |
Subject: |
Re: [groff] Small general question concerning ms macro package |
Date: |
Thu, 22 Aug 2019 22:33:54 +0200 |
User-agent: |
Mutt/1.12.1 (2019-06-15) |
On Thu, Aug 22, 2019 at 04:00:08PM -0400, James K. Lowden wrote:
> On Wed, 21 Aug 2019 15:15:19 -0400
> "T. Kurt Bond" <address@hidden> wrote:
>
> > And it has .QS/.QE, which get the indent from the QI register
>
> It does?
>
> $ man groff_ms | grep -c QS
> 0
>
> --jkl
>
Yes,
$ man groff_ms | grep -c QS
3
$ groff --version
GNU groff version 1.22.4
[...]
>From that manual:
A paragraph bracketed between the macros QS and QE has the same
appearance as a paragraph started with QP and a following paragraph
started with LP. Both QS and QE insert the inter-paragraph spacing
specified in PD and the text is indented on both sides by the amount of
register QI. The text between QS and QE can be split into further
paragraphs by using .LP or .PP.
I'll go back to lurking now...