lout-users
[Top][All Lists]
Advanced

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

[BUG] Line gap and paragraphs within tables


From: Ludovic Courtès
Subject: [BUG] Line gap and paragraphs within tables
Date: Mon, 25 Sep 2006 11:42:36 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

Hi,

The example below illustrates a problem with line gaps (using the `v'
unit) within tables.  Namely, the `//1vx' gap after the paragraph is not
properly handled: the gap that gets issued is much smaller than 1vx
(around 1.0fx at first sight).

I tried to dig it further without any success so far.  This may have to
do with address@hidden' object, but they're undocumented (the comment in
`externs.h' is very concise...) and I do not understand the code.  Jeff:
could you tell us more about address@hidden'?

Thanks,
Ludovic.


@SysInclude { doc }
@SysInclude { tbl }

@Document
  @InitialFont { Palatino Base 15p }
  @InitialBreak { 2.8fx adjust hyphen }
//

@Text @Begin

@LP
@Tbl {
@Row format { @Cell A | @Cell B }
A { A word. }
B {
A short line.
//1vx
Another one.
//1vx
A paragraph. A paragraph. A paragraph. A paragraph. A paragraph. A
paragraph. A paragraph. A paragraph. A paragraph. A paragraph. A
paragraph. A paragraph. A paragraph. A paragraph. A paragraph. A
paragraph.
//1vx
The next short line (too close).
//1vx
The next one.
}
}

@End @Text

reply via email to

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