← Prev in month ← Prev in thread

Trouble formatting PDF TOC entries

From
Janice Manwiller <>
Date
2014-10-16T11:44:47+00:00
ID
CAP=m=
Thread
Trouble formatting PDF TOC entries
<xsl:attribute-set name="toc.line.properties">
  <xsl:attribute name="font-size">10pt</xsl:attribute>
  <xsl:attribute name="font-weight">
    <xsl:when test="self::chapter | self::preface | self::appendix">bold</xsl:when>
    <xsl:otherwise>normal</xsl:otherwise>
  </xsl:attribute>
</xsl:attribute-set>
← Prev in month ← Prev in thread