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] Custom Chapter font-size in fo


http://docbook.sourceforge.net/release/xsl/current/doc/reference.html

has a link to the fo and html parameters. - is that what you're looking for?

LN

-----Original Message-----
From: Volker Bernhard Duetsch [mailto:vbd@linuxsource.de]
Sent: Wednesday, April 13, 2005 4:38 PM
To: docbook-apps@lists.oasis-open.org
Subject: [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]