[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: indexterm indentation
Hello.
I use DocBook XSL 1.68.1. In some cases (index for article)
primary indexterms shifted from 'secondary' and 'see' like:
____term
__secondary
____see
instead of:
term
__secondary
____see
This small patch fixes this problem for me:
--- autoidx.xsl.orig 2005-07-01 17:01:28 +0400
+++ autoidx.xsl 2005-07-01 17:00:55 +0400
@@ -181,7 +181,7 @@
<xsl:variable name="key" select="&primary;"/>
<xsl:variable name="refs" select="key('primary', $key)[&scope;]"/>
- <fo:block>
+ <fo:block start-indent="0pc">
<xsl:if test="$axf.extensions != 0">
<xsl:attribute
name="axf:suppress-duplicate-page-number">true</xsl:attribute>
</xsl:if>
I can't easy change it in my customization layer since
autoidx.xsl uses uppercase/lowercase entities.
--
Regards, Vyt
mailto: vyt@vzljot.ru
JID: vyt@vzljot.ru
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]