[xml/sgml-commit] [SCM] linuxdoc-tools package for Debian. branch, experimental, updated. debian/0.9.60-19-g3179a56

Agustin Martin Domingo agmartin at debian.org
Mon May 4 20:02:06 UTC 2009


The following commit has been merged in the experimental branch:
commit bf0d9780d77f37c46272c621efd987165db9a749
Author: Agustin Martin Domingo <agmartin at debian.org>
Date:   Mon May 4 00:03:15 2009 +0200

    info mapping:  Force an empty line before @example and list environments.

diff --git a/lib/mappings/info/mapping b/lib/mappings/info/mapping
index c8e3fb1..cc52059 100644
--- a/lib/mappings/info/mapping
+++ b/lib/mappings/info/mapping
@@ -102,16 +102,16 @@
 
 % ------------ List environments -----------------
 
-<itemize>	+	"@itemize @bullet"	+
+<itemize>	+	"\n at itemize @bullet"	+
 </itemize>	+	"@end itemize"		+
 
-<enum>		+	"@enumerate"		+
+<enum>		+	"\n at enumerate"		+
 </enum>		+	"@end enumerate"	+
 
-<list>		+	"@itemize"     		+
+<list>		+	"\n at itemize"     		+
 </list>		+	"@end itemize"		+
 
-<descrip>	+	"@table @code"		+
+<descrip>	+	"\n at table @code"	+
 </descrip>	+	"@end table"		+
 
 <item>		+	"@item\n"
@@ -207,13 +207,13 @@
 <mc>
 </mc>
 
-<code>		+	"@example"		+
+<code>		+	"\n at example"		+
 </code>		+	"@end example"		+
 
 <verb>
 </verb>
 
-<tscreen>	+	"@example"		+
+<tscreen>	+	"\n at example"		+
 </tscreen>	+	"@end example"		+
 
 <quote>		+       "@quotation"    	+
@@ -222,7 +222,7 @@
 <lq>		+       "@quotation"    	+
 </lq>	        +       "@end quotation" 	+
 
-<comment>	+	"@example"		+
+<comment>	+	"\n at example"		+
 </comment>	+	"@end example"		+
 
 % ------------ theorems and such ---------------------

-- 
linuxdoc-tools package for Debian.



More information about the debian-xml-sgml-commit mailing list