← Prev in month ← Prev in thread

fat chapter titles

From
Tom Peters <>
Date
2004-02-19T23:05:59+00:00
ID
Pine.LNX.4.44.0402200012490.30950-100000@tompth
Thread
fat chapter titles
I use xsltproc and the fo docbook.xsl from Norman to generate fo, which is
further processed for print by fop.
I append some modifications to the stylesheet defs, e.g.:

<xsl:attribute-set name="section.title.level1.properties">
  <xsl:attribute name="font-size">
    <xsl:value-of select="$body.font.master * 1.728"/>
    <xsl:text>pt</xsl:text>
  </xsl:attribute>
</xsl:attribute-set>

This works for the section titles (1.2* smaller than the default which is
2.0736* master size).

I can not find a similar attribute for chapter titles.  How do I customize
that?

	Thanx,
--
#>!$!%(@^%#%*(&(#@#*$^@^$##*#@&(%)@**$!(&!^(#((#&%!)%*@)(&$($$%(@#)&*!^$)^@*^@)

	Tom "thriving on chaos" Peters
← Prev in month ← Prev in thread