lout-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: @NP and indent


From: Jeff Kingston
Subject: Re: @NP and indent
Date: Wed, 25 Jan 2006 09:53:35 +1100

> @NP
>
> @PP @Test

The @PP symbol includes a small vertical space, even at the top
of the page.  You could probably get rid of it using

    @NP
    @Null @PP @Test

although you would have to read the Expert's Guide to find out
what @Null really does (if you wanted to know).  Alternatively
you could look up the @PP symbol in the standard packages and
invent your own, similar symbol with the vertical space removed.
The definition is

    macro @PP       { //@ParaGap @ParaIndent @Wide &{0i}    }

so you could use

    import @BasicSetup
    macro @MyPP { //@ParaGap @ParaIndent @Wide &{0i} }

Put it in your mydefs file, then delete the //@ParaGap to
get rid of the vertical gap.  I haven't tested it!

This same symbol should work after displays.

Jeff Kingston


reply via email to

[Prev in Thread] Current Thread [Next in Thread]