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] Styling titles of figures in sidebars


Thanks, it does work.

> <xsl:attribute-set name="formal.title.properties">
>   <xsl:attribute name="font-size">
>     <xsl:choose>
>       <xsl:when test="ancestor::sidebar">10pt</xsl:when>
>       <xsl:otherwise>
>         <xsl:value-of select="$body.font.master * 1.2"/>
>       </xsl:otherwise>
>     </xsl:choose>
>   <xsl:attribute>
should be
     </xsl:attribute>
, though. ;-)


best regards
Steffen Glückselig


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