OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook-apps] Whitespace in <indexterm>


El Martes, 19 de Junio de 2007 20:06, Steve Blair escribió:

> FOP 0.93 creates a PDF file with unwanted whitespace in paragraphs that
> use these index entries. 

This might work also:

Copy the match="indexterm" name="indexterm" template found in fo/index.xsl to 
your customization layer. In the  name="wrapper.name" variable defined here, 
change

<xsl:when test="$axf.extensions != 0">

to

<xsl:when test="$axf.extensions != 0 or $fop1.extensions != 0">

If that works, maybe it should be the default.

-- 
Manuel Canales Esparcia
Usuario de LFS nº2886:       http://www.linuxfromscratch.org
LFS en castellano: http://www.escomposlinux.org/lfs-es http://www.lfs-es.info
TLDP-ES:                           http://es.tldp.org


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]