What you see is the effect of indent inheritance. Since the table-cells generate reference-areas, indents can double. This is unfortunate and unexpected for the user, but correct as far as the specification is concerned. The topic is described in detail here: http://wiki.apache.org/xmlgraphics-fop/IndentInheritance
If you explicitely set start-indent="0pt" and end-indent="0pt" on table-body, everything should be fine. On 31.08.2006 19:36:24 Dirk Bromberg wrote: > Hi all, > > > i've a "indent" question. I've a fo:list with an embedded fo:table (full > fo attached) then i've the problem that the elements (blocks) in the > cells are indent by the lists start-indent. But the only thing i want is > to indent the list-item-body and it content but not the elements in the > content one for one... or must i use a table aaround my table with one > column for the "list-item-labels" and one for the "list-item-body"?? > > Thanks > > Dirk > > <fo:list-block > provisional-distance-between-starts="4mm" > provisional-label-separation="0mm"> > <fo:list-item> > <fo:list-item-label end-indent="label-end()"> > <fo:block background-color="#FFE0E0" > text-align="left">1.</fo:block> > </fo:list-item-label> > <fo:list-item-body start-indent="body-start()"> > <fo:block background-color="#E0E0FF" > font="10pt Courier" > text-align="left"> > <fo:block>distance-between-starts = 2 in</fo:block> > <fo:block>label-separation = 0 in</fo:block> > <fo:table provisional-distance-between-starts="0mm" > table-layout="fixed" width="100%" border-collapse="separate"> > <fo:table-column column-width="50mm"/> > Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
