lout-users
[Top][All Lists]
Advanced

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

Re: @NP and indent


From: Ludovic Courtès
Subject: Re: @NP and indent
Date: Tue, 24 Jan 2006 10:55:17 +0100
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux)

Hi,

Sorry for the delay.

Nick Kostirya <address@hidden> writes:

>> > When I enable the forced page break @NP, the indent on the top of the page 
>> > gets larger
>> > than the indent that is usually created automatically. 

[...]

> @Document
>       @InitialLanguage { Russian }
>       @InitialFont { Times Base 24p }
> //
> @Text @Begin
>
> @PP @Test
> @PP @Test
> @PP @Test
> @PP @Test
>
> @NP
>
> @PP @Test
> @PP @Test
> @PP @Test
>
> @End @Text

By default, paragraphs (introduced by address@hidden') have their first line
indented.  This indentation is controlled by the address@hidden' setting,
in your `doc' setup file, for instance.

If you want to create paragraphs that are not indented, you can use
address@hidden'.  For example:

  ...
  @PP @Test

  @NP

  @LP @Test
  @PP @Test
  ...

Is this what you are looking for?

>> > I also fail to find the way to enlarge the indent before @Display, and 
>> > then make it smaller.
>> 
>> Are you talking about the indent that appears to the left of the body of
>> a address@hidden'?  Did you try changing the value of address@hidden' in
>> your `doc' file (assuming your using the `doc' document style)?
>
> About  @DisplayGap, I would like to separate gap above from gap below. :-)

Unfortunately, there is only address@hidden', no address@hidden' and
address@hidden' --- perhaps we should add them?  In the mean time,
you will have to work around this problem.  For instance:

  @PP
  aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa
  aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa
  aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa aaaa

  @LP @LP # Increase the gap above address@hidden'
  @Display { bbbb bbbb bbbb bbbb bbbb bbbb }

  @PP
  cccc cccc cccc cccc cccc cccc cccc cccc cccc cccc cccc cccc cccc cccc
  cccc cccc cccc cccc cccc cccc cccc cccc cccc cccc cccc cccc cccc cccc
  cccc cccc cccc cccc cccc cccc cccc cccc cccc cccc cccc cccc cccc cccc

  @End @Text


I hope this helps!

Ludovic.


reply via email to

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