Hi, I found that, the font in content panel of CHM specified in the orignal hhc.zh-cn.xsl is not good in a Chinese Windows (at least, I myself think so), try this patch please.
Index: hhc.zh-cn.xsl =================================================================== RCS file: /home/cvspublic/httpd-2.0/docs/manual/style/chm/Attic/hhc.zh-cn.xsl,v retrieving revision 1.1.2.1 diff -u -r1.1.2.1 hhc.zh-cn.xsl --- hhc.zh-cn.xsl 5 May 2003 00:01:45 -0000 1.1.2.1 +++ hhc.zh-cn.xsl 27 May 2003 14:34:50 -0000 @@ -13,7 +13,7 @@ <!-- some meta information have to be passed to the transformation --> <xsl:variable name="output-encoding" select="'gb2312'" /> -<xsl:variable name="toc-font" select="'SimHei,10,134'" /> <!-- MS magic ... --> +<xsl:variable name="toc-font" select="',9,'" /> <!-- MS magic ... --> <xsl:variable name="xml-ext" select="'.xml.zh-cn'" /> <!-- Now get the real guts of the stylesheet --> kajaa --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]