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: Font Size of Chapter and Section ???






Hello to all,

I can change the body.font.size without any problems.

But I'am not be able to changed the font size for Chapter and Section
Titles.

I tried it  that way:

<xsl:param name="body.font.master">10</xsl:param>

<xsl:attribute-set name="formal.title.properties"
use-attribute-sets="normal.para.spacing">
  <xsl:attribute name="font-weight">bold</xsl:attribute>
  <xsl:attribute name="font-size">
    <xsl:value-of select="$body.font.master * 1.2"></xsl:value-of>
    <xsl:text>pt</xsl:text>
  </xsl:attribute>
  <xsl:attribute name="hyphenate">false</xsl:attribute>
  <xsl:attribute name="space-after.minimum">0.4em</xsl:attribute>
  <xsl:attribute name="space-after.optimum">0.6em</xsl:attribute>
  <xsl:attribute name="space-after.maximum">0.8em</xsl:attribute>
</xsl:attribute-set>

So I would expect a Title fontsize of 12pt but in reality I get size
greater 40pt, which is a little bit to much.

What am I doing wrong ??

By the way, docbook is printing just before the chapter tiltle the
"Chapter" in german "Kapitel". How can I suppress this feature ?


Thank to all so far for the help

Jochen



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