This is the mail archive of the
docbook-apps@lists.oasis-open.org
mailing list .
Indention problems with FOP and para inside listitems
- From: Alexander Karnstedt <alexander_berlin at gmx dot de>
- To: docbook-apps at lists dot oasis-open dot org
- Date: Mon, 18 Apr 2005 19:50:58 +0200
- Subject: Indention problems with FOP and para inside listitems
Hi
relating to some bug with xsl-1.68.1 and body.start.indent
http://lists.oasis-open.org/archives/docbook-apps/200503/msg00024.html
I still struggle with some indention issues.
My PDF document should look like this :
.. 1. Section 1
....... 1.1. Section 1a
....... para
....... - listitem A para
......... para (additional para to listitem A)
....... - listitem B para
well, If I use the normal.para.spacing attribute like
<xsl:attribute-set name="normal.para.spacing">
<xsl:attribute name="margin-left">5pc</xsl:attribute>
<xsl:attribute name="text-indent">0pc</xsl:attribute>
</xsl:attribute-set>
then ALL para elements are indent the same - even the para elements inside
listitems, so it looks like:
.. 1. Section 1
....... 1.1. Section 1a
....... para
....... - listitem A para
....... para (additional para to listitem A) <<-- wrong, should be the
same indention as "listitem A para"
....... - listitem B para
The body.start.indent parameter, wich I think is made for these purposes,
has to be set to 0pc because of this bug with TOC's mentioned above.
I have no idea now how to achieve this.
Regards,
Alexander