[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [groff] Small general question concerning ms macro package
From: |
Mikkel Meinike Nielsen |
Subject: |
Re: [groff] Small general question concerning ms macro package |
Date: |
Fri, 23 Aug 2019 00:04:42 +0200 |
"Anyway, if you want block-level boxed text, you can do this:
.B1
.LP
All the text from here to the
.CW \&.B2
macro is boxed"
Oh cool thanks Larry
tor. 22. aug. 2019 22.34 skrev Andreas Kusalananda Kähäri <
address@hidden>:
> 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...
>
>