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] Section titles in PDF output using FOP


I have modified the following section to control section title font 
sizes :

<!-- Reduces section title size from default value of 1.8 - BEGIN -->
	<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>
	
		<xsl:attribute-set name="section.title.level2.properties">
		<xsl:attribute name="font-size">
			<xsl:value-of select="$body.font.master * 1.0"/>
			<xsl:text>pt</xsl:text>
		</xsl:attribute>
	</xsl:attribute-set>
	
			<xsl:attribute-set name="section.title.level3.properties">
		<xsl:attribute name="font-size">
			<xsl:value-of select="$body.font.master * 0.9"/>
			<xsl:text>pt</xsl:text>
		</xsl:attribute>
	</xsl:attribute-set>


Cheers,        Tristan
---
Tristan J. Fiedler
Postdoctoral Fellow - Stein Lab
Cold Spring Harbor Laboratory
On Aug 19, 2005, at 12:20 PM, Mauritz Jeanson wrote:

>> -----Original Message-----
>> From: Simon Kennedy
>>
>> I'm attempting to generate PDFs using docbook and the FOP
>> processor but
>> my sect1 titles are appearing smaller than the sect2 titles
>> in the output.
>>
>> Stylesheets: 1.69.1
>> FOP: 0.20.5
>>
>> What do I need to customize to change this?
>
>
> I'm not able to reproduce this appeareance with the stock 1.69.1
> stylesheets. My sect2 titles are smaller than the sect1 titles. Do you 
> use
> any customizations already?
>
> /MJ
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
> For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org
>



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