Pascal Sancho a écrit : >> -----Message d'origine----- >> De : Pascal Sancho >> Envoyé : mercredi 21 février 2007 13:17 >> >> Hi, >> >> I think there are 2 separate problems here. >> >> 1st: in docbook, keep-together should default to 'auto' in your case. >> >> 2nd, in FOP: >> - fo:table is truncated, that is the correct behaviour. >> (there is a such message in the log file: >> ATTENTION: Content of the region-body on page 1 overflows >> the available area in block-progression dimension. >> (fo:page-sequence, location: 41/44) >> >> - but, IMHO, the following fo:block (containing your table >> caption) should not appear since it is a following-sibling of >> fo:table, and these 2 FO are nested in the same fo:block, >> witch has the keep-toguether property. >> >> I guess that is a bug, but needs more investigation from DEV. >> >> (FYI, tested with same result on both FOP 0.93 & latest TRUNK) >> >> Pascal <snip/> > I add a shorter snippet from Paul's example to illustrate that. > > Pascal
Indeed there seems to be a bug but a quick look didn't allow me to figure out what happens. I'll try to have a deeper look later. Thanks for the sample file, anyway. Vincent --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
