Author: gaohoward
Date: 2010-05-26 22:49:34 -0400 (Wed, 26 May 2010)
New Revision: 9270
Modified:
trunk/lib/docbook-support/styles/zh/fopdf.xsl
trunk/lib/docbook-support/support/fop-conf/fop.xconf
Log:
fix build problem caused by font path in fop config
Modified: trunk/lib/docbook-support/styles/zh/fopdf.xsl
===================================================================
--- trunk/lib/docbook-support/styles/zh/fopdf.xsl 2010-05-26 15:22:34 UTC (rev 9269)
+++ trunk/lib/docbook-support/styles/zh/fopdf.xsl 2010-05-27 02:49:34 UTC (rev 9270)
@@ -27,10 +27,11 @@
don't want that -->
<xsl:param name="xref.with.number.and.title" select="0"/>
+<!--
<xsl:param name="body.font.family">FangSong</xsl:param>
<xsl:param name="title.font.family">FangSong</xsl:param>
<xsl:param name="monospace.font.family">FangSong</xsl:param>
-
+-->
<xsl:template match="processing-instruction('lb')">
<fo:block>
<xsl:text> </xsl:text>
Modified: trunk/lib/docbook-support/support/fop-conf/fop.xconf
===================================================================
--- trunk/lib/docbook-support/support/fop-conf/fop.xconf 2010-05-26 15:22:34 UTC (rev
9269)
+++ trunk/lib/docbook-support/support/fop-conf/fop.xconf 2010-05-27 02:49:34 UTC (rev
9270)
@@ -94,6 +94,7 @@
<font-triplet name="ArialMT" style="normal"
weight="bold"/>
</font>
-->
+ <!--
<font
metrics-url="file:///home/howard/tmp/fop/fop-0.95/ttchdzb96.xml"
kerning="yes"
embed-url="file:///usr/share/fonts/truetype/wqy/wqy-zenhei.ttc">
<font-triplet name="WenQuanYi Zen Hei" style="normal"
weight="normal"/>
@@ -105,7 +106,7 @@
<font-triplet name="FangSong" style="italic"
weight="normal"/>
<font-triplet name="FangSong" style="oblique"
weight="bold"/>
</font>
-
+ -->
<!-- automatically detect operating system installed fonts -->
<!-- <auto-detect/> -->
Show replies by date