Issue 31 in svnbook: Let pdf file display correctly

codesite-noreply at google.com codesite-noreply at google.com
Mon Mar 23 20:23:11 CDT 2009


Comment #2 on issue 31 by dongsheng.song: Let pdf file display correctly
http://code.google.com/p/svnbook/issues/detail?id=31

1. Got a font include these Chinese characters, e.g. 'SimSun'
2. Register the font with fop
3. Change the docbook-xsl default setting:

   <xsl:param name="body.font.family">serif</xsl:param>

to

   <xsl:param name="body.font.family">serif,SimSun</xsl:param>


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings




More information about the svnbook-dev mailing list