comparison stylesheets/fo.xsl @ 768:a79fb712fe20

Set hyphenate.verbatim=0
author Dongsheng Song <songdongsheng@live.cn>
date Tue, 07 Apr 2009 11:04:18 +0800
parents 4e8f302ae313
children
comparison
equal deleted inserted replaced
767:55e2953f82d6 768:a79fb712fe20
49 <xsl:param name="title.margin.left">0pt</xsl:param> 49 <xsl:param name="title.margin.left">0pt</xsl:param>
50 <xsl:param name="body.start.indent">24pt</xsl:param> 50 <xsl:param name="body.start.indent">24pt</xsl:param>
51 <xsl:param name="body.end.indent">0pt</xsl:param> 51 <xsl:param name="body.end.indent">0pt</xsl:param>
52 52
53 <!-- Breaking long lines --> 53 <!-- Breaking long lines -->
54 <xsl:param name="hyphenate.verbatim">1</xsl:param> 54 <xsl:param name="hyphenate.verbatim">0</xsl:param>
55 <xsl:attribute-set name="monospace.verbatim.properties" 55 <xsl:attribute-set name="monospace.verbatim.properties"
56 use-attribute-sets="verbatim.properties monospace.properties"> 56 use-attribute-sets="verbatim.properties monospace.properties">
57 <xsl:attribute name="wrap-option">wrap</xsl:attribute> 57 <xsl:attribute name="wrap-option">wrap</xsl:attribute>
58 <xsl:attribute name="hyphenation-character">&#x25BA;</xsl:attribute> 58 <xsl:attribute name="hyphenation-character">&#x25BA;</xsl:attribute>
59 </xsl:attribute-set> 59 </xsl:attribute-set>