# HG changeset patch # User Dongsheng Song <songdongsheng@live.cn> # Date 1239073458 -28800 # Node ID a79fb712fe2050782afe666949599ca13cdb7611 # Parent 55e2953f82d6ba5e0206dcad343ba37e062af2a6 Set hyphenate.verbatim=0 diff -r 55e2953f82d6 -r a79fb712fe20 stylesheets/fo.xsl --- a/stylesheets/fo.xsl Sun Apr 05 12:12:00 2009 +0800 +++ b/stylesheets/fo.xsl Tue Apr 07 11:04:18 2009 +0800 @@ -51,7 +51,7 @@ <xsl:param name="body.end.indent">0pt</xsl:param> <!-- Breaking long lines --> - <xsl:param name="hyphenate.verbatim">1</xsl:param> + <xsl:param name="hyphenate.verbatim">0</xsl:param> <xsl:attribute-set name="monospace.verbatim.properties" use-attribute-sets="verbatim.properties monospace.properties"> <xsl:attribute name="wrap-option">wrap</xsl:attribute>