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] Body Font Size


Giuseppe,

Here are a couple of things to check out:

1) Are you sure your customization is being called correctly and that this parameter isn't in a comment or otherwise not seen?

2) body.font.master is indirectly used to set the body.font.size parameter, which actually sets the body font point size. So, make sure you're not setting body.font.size somewhere else in your customization. It is already set as follows in the standard param.xsl file:

<xsl:param name="body.font.size">
 <xsl:value-of select="$body.font.master"/><xsl:text>pt</xsl:text>
</xsl:param>

If you have set it to some other value in your customization, that could be the problem.

If that doesn't fix the problem, you might try to put the three lines above in your customization and see if that makes a difference.

HTH

Best Regards,
Dick Hamilton
-------
XML Press
XML for Technical Communicators
http://xmlpress.net
hamilton@xmlpress.net

On Dec 18, 2011, at 1:52 PM, Giuseppe Greco wrote:

> Dear all,
> 
> I added the following statement to my customization layer to set the
> default font size to 12:
> 
> <xsl:param name="body.font.master">12</xsl:param>
> 
> ... but when I generate the PDF I always get the default size (10).
> 
> Am I missing something?
> 
> Tx,
> j3d
> 
> -- 
> ----------------------------------------
> Giuseppe Greco
> 6949 Comano
> Switzerland
> 
> call giuseppe.greco via Skype
> phone:  +41 (0)91 234 51 09
> mobile: +41 (0)79 590 33 06
> email:  giuseppe.greco@agamura.com
> ----------------------------------------
> 
> 
> ---------------------------------------------------------------------
> 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]