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: 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


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