[xep-support] keep-with-next problem
Alexander Peshkov
peshkov at renderx.com
Fri Mar 25 02:13:28 PST 2005
Hello Harm,
Unexpected behavior is caused by the empty fo:blocks like this one:
<fo:block keep-with-next="always" id="Ow5.1.10"/>
Due to some peculiarity in keep processing in XEP empty block may
cause keeps to be applied to preceding element, in this particular
case previous block is glued to the image title. Therefore formatter
moves image to the next page since it can't satisfy all constraints.
As a workaround you should either remove this block completely or put
empty leader inside of it like this:
<fo:block keep-with-next="always" id="Ow5.1.10"><fo:leader/></fo:block>
Sorry for inconvenience.
Best regards,
Alexander Peshkov mailto:peshkov at renderx.com
RenderX
HK> Hi,
HK> I have got a problem with keeping titles with a figure. I am using XEP
HK> 3.8.4 on Java 1.4.2_04 on a windows 2000 platform.
HK> I put the files on: http://stella.diderottrack.nl/unsafe/xep
HK> (the unsafe only states that it is not a password protected area).
HK> When you look on page 1 you see a title: "5.1.9. Nominale afmetingen
HK> EAN8- barcode". This title should be with the figure on the next page.
HK> The same goes for the title on page 2 "Twee cijferige add-on:".
HK> What should I change to keep the title with the picture followinging it?
HK> Regards,
HK> Harm
HK> -------------------
HK> (*) To unsubscribe, send a message with words 'unsubscribe xep-support'
HK> in the body of the message to majordomo at renderx.com from the address
HK> you are subscribed from.
HK> (*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html
-------------------
(*) To unsubscribe, send a message with words 'unsubscribe xep-support'
in the body of the message to majordomo at renderx.com from the address
you are subscribed from.
(*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html
More information about the Xep-support
mailing list