This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]