From: Tony G. <Ton...@Su...> - 2005-09-09 13:20:35
|
Stefan Seefeld <se...@sy...> writes: ... > That's great news, and I will definitely try it out. Back to the > > area split problem I was seeing: I'm not sure how to work around that, > as I don't know what it means, i.e. what input will trigger it. > Do you have any advise ? Do, by any chance, anobody here know what > kind of docbook construct will trigger it when using Norm's fo stylesheets ? Without having looked at the problem for a while, the code that directs that areas should be split should recognise that it has previously tried to split at the same height and failed in trying. It should just put the unsplittable areas on the page and move on to the next page. That would require keeping track of the last attempted height (and possibly the last FoArea that needed splitting) so it knows that it's a repeat. Another problem that's been known to cause it, I think, is page-height="auto" (or no page-height specified). Regards, Tony. |