Next in thread →
Next in month →
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 ----- Original Message ----- From: "Tristan Fiedler" <> To: "Docbook-Apps" <> 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 > > >
Next in thread →
Next in month →