]> granicus.if.org Git - docbook-dsssl/commitdiff
Added param and attribute set to example makefile, for getting
authorMichael Smith <xmldoc@users.sourceforge.net>
Fri, 1 Sep 2006 00:08:44 +0000 (00:08 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Fri, 1 Sep 2006 00:08:44 +0000 (00:08 +0000)
wrapping in verbatims in FO output.

xsl/tools/make/Makefile.DocBook

index 61b0d66c312ad48fe49cc60cee4273c43940dd46..47024550167623989402c41417a71a86aa4dca3d 100644 (file)
@@ -254,6 +254,7 @@ FO_CUSTOM := <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" \
   <xsl:param name="paper.type">A4</xsl:param> \
   <xsl:param name="draft.watermark.image"></xsl:param> \
   <xsl:param name="hyphenation">false</xsl:param> \
+  <xsl:param name="hyphenate.verbatim">1</xsl:param> \
   <xsl:param name="alignment">left</xsl:param> \
   <xsl:param name="refentry.generate.name">1</xsl:param> \
   <xsl:param name="refentry.generate.title">0</xsl:param> \
@@ -304,6 +305,8 @@ FO_CUSTOM := <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" \
     </xsl:attribute> \
   </xsl:attribute-set> \
   <xsl:attribute-set name="monospace.verbatim.properties"> \
+    <xsl:attribute name="wrap-option">wrap</xsl:attribute> \
+    <xsl:attribute name="hyphenation-character">\</xsl:attribute> \
     <xsl:attribute name="font-size"> \
       <xsl:value-of select="$$body.font.master * 0.8"></xsl:value-of> \
       <xsl:text>pt</xsl:text> \