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] Font-size control in FO output


Hi Tristan,
It looks like you will be continuing your XSL education with this one.  8^)

There are two ways to change the Bibliography title.  They are both
described here:

http://www.sagehill.net/docbookxsl/CustomBiblio.html#d0e14871

If you go with the second method, you might need to add a priority="1"
attribute to the xsl:template because your customization would be at the
same import precedence level as the original.

Bob Stayton
Sagehill Enterprises
DocBook Consulting
bobs@sagehill.net


----- Original Message ----- 
From: "Tristan Fiedler" <fiedler@cshl.edu>
To: "Docbook-Apps" <docbook-apps@lists.oasis-open.org>
Sent: Monday, February 14, 2005 2:01 PM
Subject: [docbook-apps] Font-size control in FO output


> Hi All,
>
> In my stylesheet customization layer, I include the following to
> control the <section1> title sizes:
>
> <xsl:attribute-set name="section.title.level1.properties">
> <xsl:attribute name="font-size">
> <xsl:value-of select="$body.font.master * 1.2"/>
> <xsl:text>pt</xsl:text>
> </xsl:attribute>
> </xsl:attribute-set>
>
> Since my XSL training is still in progress :), how can I apply the same
> font-size control to my <title> elements in my <bibliography> section,
> which looks like :
>
> <bibliography>
>      <title>References</title>
>      <bibliomixed>
>          <bibliomisc>Alfonso, A., Grunda.....
>
> Thank you,
>
> Tristan
> ------------------------------
> Tristan J. Fiedler
> Postdoctoral Fellow - Stein Lab
> Cold Spring Harbor Laboratory
>
>
>




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