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]

[docbook-apps] Custom Chapter font-size in fo


Hi,

in my custom.xsl file I included

<xsl:attribute-set name="section.title.level1.properties">
<xsl:attribute name="font-size">
<xsl:value-of select="14"/>
<xsl:text>pt</xsl:text>
</xsl:attribute>
</xsl:attribute-set>

--> works just fine

<xsl:attribute-set name="chapter.title.properties">
<xsl:attribute name="font-size">
<xsl:value-of select="20"/>
<xsl:text>pt</xsl:text>
</xsl:attribute>
</xsl:attribute-set

--> this won't

What's wrong?
Where can I find a list (with comments?) the existing attribute-set's
like 'section.title.level1.properties' etc.?

Any hints appreciated :)

regards
Volker

--

WWW: http://www.linuxsource.de
eMail: vbd@linuxsource.de oder volker@duetsch.info


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