Hello,

I trying to change the space between two glossentries. I found how to change it between two glossediv, with :

<xsl:template match="d:title" mode="glossdiv.titlepage.recto.auto.mode">
        <fo:block xmlns:fo="http://www.w3.org/1999/XSL/Format";
            xsl:use-attribute-sets="glossdiv.titlepage.recto.style"
margin-left="{$title.margin.left}" font-size="13pt" font- family="{$title.fontset}" space-before="34pt"
            font-weight="bold" color="{$title.color}">
            <xsl:call-template name="component.title">
<xsl:with-param name="node" select="ancestor-or- self::d:glossdiv[1]"/>
            </xsl:call-template>
        </fo:block>
    </xsl:template>

But I did not found anything for glossentry.

Thanks in advance,
Jacques
--
« Mac OS X Server à votre Service » est épuisé.
Vous pouvez désormais l'acquérir en PDF
<http://www.foucry.net/Redaction/service/service.html>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to