]> granicus.if.org Git - docbook-dsssl/commitdiff
changed all instances of ".sp -1n" to ".sp -1"
authorMichael Smith <xmldoc@users.sourceforge.net>
Sun, 2 Mar 2008 23:23:15 +0000 (23:23 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Sun, 2 Mar 2008 23:23:15 +0000 (23:23 +0000)
xsl/manpages/info.xsl
xsl/manpages/synop.xsl
xsl/manpages/table.xsl

index 555d6bd8cfd37d8585e34903a4fcf69ab58a2db2..d8d053c08e173009d78426daa1eb0cb0b2833864 100644 (file)
 
   <xsl:template name="publisher.attribution">
     <xsl:text>&#10;</xsl:text>
-    <xsl:text>.sp -1n&#10;</xsl:text>
+    <xsl:text>.sp -1&#10;</xsl:text>
     <xsl:text>.IP ""</xsl:text> 
     <xsl:if test="not($blurb-indent = '')">
       <xsl:text> </xsl:text>
       <!-- * Editor, then render the corresponding localized gentext -->
       <xsl:when test="self::author">
         <xsl:text>&#10;</xsl:text>
-        <xsl:text>.sp -1n&#10;</xsl:text>
+        <xsl:text>.sp -1&#10;</xsl:text>
         <xsl:text>.IP ""</xsl:text> 
         <xsl:if test="not($blurb-indent = '')">
           <xsl:text> </xsl:text>
       </xsl:when>
       <xsl:when test="self::editor">
         <xsl:text>&#10;</xsl:text>
-        <xsl:text>.sp -1n&#10;</xsl:text>
+        <xsl:text>.sp -1&#10;</xsl:text>
         <xsl:text>.IP ""</xsl:text> 
         <xsl:if test="not($blurb-indent = '')">
           <xsl:text> </xsl:text>
         <xsl:choose>
           <xsl:when test="@class and @class != 'other'">
             <xsl:text>&#10;</xsl:text>
-            <xsl:text>.sp -1n&#10;</xsl:text>
+            <xsl:text>.sp -1&#10;</xsl:text>
             <xsl:text>.IP ""</xsl:text> 
             <xsl:if test="not($blurb-indent = '')">
               <xsl:text> </xsl:text>
                 |../othername|../lineage|../honorific
                 |../affiliation|../email|../address">
         <xsl:text>&#10;</xsl:text>
-        <xsl:text>.sp -1n&#10;</xsl:text>
+        <xsl:text>.sp -1&#10;</xsl:text>
         <xsl:text>.IP ""</xsl:text> 
         <xsl:if test="not($blurb-indent = '')">
           <xsl:text> </xsl:text>
index bd53c5540fa762ef9e7375d3ee95982578ec8e2f..b4a451b508041f02b62a1cae5466bb80cf1c43ee 100644 (file)
@@ -50,7 +50,7 @@
   <!-- * up one line vertically to negate the line of vertical space -->
   <!-- * that's added by the .HP macro -->
   <xsl:if test="preceding-sibling::*[1][self::synopfragment]">
-    <xsl:text>.sp -1n&#10;</xsl:text>
+    <xsl:text>.sp -1&#10;</xsl:text>
   </xsl:if>
   <xsl:text>.HP </xsl:text>
   <!-- * For each Synopfragment, make a hanging paragraph, with the -->
index 5a1bb9d1d2eea61e640333414a8b5ac50eba2866..da4dd4f91e4e769e79c0036351c996f8110c148d 100644 (file)
         </xsl:if>
         <xsl:value-of select="normalize-space($title)"/>
         <xsl:text>&#10;</xsl:text>
-        <xsl:text>.sp -1n&#10;</xsl:text>
+        <xsl:text>.sp -1&#10;</xsl:text>
       </xsl:if>
       
       <!-- * mark the start of the table -->