[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] Table of Content: Wrong space between Label/ number and title
Hi Daniel,
It is hard to tell what is going wrong here without
more information about how you customized it. One thing you want to make
sure of is that your customization layer for PDF output does not set
indent="yes" in the xsl:output element. It should be:
<xsl:output indent="no"
method="xml"/>
When indent is set to "yes", the processor
inserts white space into the output, sometimes in locations where it is not
desired. I sometimes set it to "yes" when debugging FO output so I can
more easily read it, but I always set it back to "no" when I'm
done.
If that is not the problem, take a peek inside the
FO output and see what exactly is appearing in the space between the number and
the title. That might give you a clue.
|
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]