]> granicus.if.org Git - docbook-dsssl/commitdiff
Added string substitution for eating extra space after .RE macro.
authorMichael Smith <xmldoc@users.sourceforge.net>
Fri, 10 Mar 2006 10:18:49 +0000 (10:18 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Fri, 10 Mar 2006 10:18:49 +0000 (10:18 +0000)
xsl/params/man.string.subst.map.xml

index 70afcf9bd7a45fd4b9814247f7418049d0cb15d0..9847932ade0c7e63444505047681c1cca70f7a27 100644 (file)
@@ -44,6 +44,8 @@
   <substitution oldstring=".PP&#10;.sp" newstring=".PP"/>
   <!-- * squeeze multiple newlines after start of no-fill (verbatim) env. -->
   <substitution oldstring=".nf&#10;&#10;" newstring=".nf&#10;"/>
+  <!-- * squeeze multiple newlines after REstoring margin -->
+  <substitution oldstring=".RE&#10;&#10;" newstring=".RE&#10;"/>
   <!-- * an apostrophe at the beginning of a line gets interpreted as a -->
   <!-- * roff request (groff(7) says it is "the non-breaking control -->
   <!-- * character"); so we must add backslash before any apostrophe -->