]> granicus.if.org Git - docbook-dsssl/commitdiff
Proceed each converted Pre instance with a .sp macro, to generate
authorMichael Smith <xmldoc@users.sourceforge.net>
Thu, 10 Nov 2005 04:27:27 +0000 (04:27 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Thu, 10 Nov 2005 04:27:27 +0000 (04:27 +0000)
a line of vertical space before the .nf no-fill region.

xsl/manpages/html2roff.xsl

index 0030dc17557a1c3f8c6ef2dc39f1bfaf8dee79bb..e87b78a7b13cb32d207a0fa3e8ae6c0bbcc85cfc 100644 (file)
@@ -40,6 +40,7 @@
   </xsl:template>
 
   <xsl:template match="pre">
+    <xsl:element name="xsl:text">.sp&#10;</xsl:element>
     <xsl:element name="xsl:text">.nf&#10;</xsl:element>
     <xsl:copy>
       <xsl:apply-templates select="@* | node()"/>