RE: DOCBOOK-APPS: pagebreak in pdf using fop

From
Kaiser Christian (SV SC RS T33) <>
Date
2001-10-31T07:01:51+00:00
ID
Thread
RE: DOCBOOK-APPS: pagebreak in pdf using fop
Ok, ...
thanks to all for your response.

I just don't like a separation of title and
its text.

I think the only way is in deed
to manipulate the stylesheet by wrapping
the <figure> (which bahaves linke above
mentioned) with a fo:block including
a break-before attribute.

If this doesn't work, i should wrap the previous
tag with <fo.block break-after="page"...
, or have i misunderstood that?

Ok, i suppose a fo:block is already
there, so a just should have to add
the attribute.