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: About space between 2 glossentries


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>



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