]> git.lyx.org Git - features.git/commitdiff
enumitem and paralist should exclude each other.
authorRichard Heck <rgheck@lyx.org>
Thu, 21 Jan 2016 21:42:55 +0000 (16:42 -0500)
committerRichard Heck <rgheck@lyx.org>
Sat, 23 Jan 2016 14:54:08 +0000 (09:54 -0500)
Reverts cb2fe78a64e9, which used the ExcludesModule tag, which
cannot be used in modules.

lib/layouts/enumitem.module
lib/layouts/paralist.module

index 1f0a7c771c6f7615e12fb98b6fd221fa6f86eab6..4ab191b999c74e8b052c6875cd7a7f64c3d6f8f4 100644 (file)
@@ -3,6 +3,8 @@
 # Controls the layout of enumerate, itemize, description, and list/labeling.
 # See section Customized Lists of the User's Guide for a detailed description.
 #DescriptionEnd
+#Excludes: paralist
+
 # Author: Günter Milde <milde@users.berlios.de>
 # 
 # 2008-12-04 first published version.
index 3083440b4860c1ed87479ff976355f3f59581ace..61a1384b659f83b94665b3d9f39dbb304a6d2d49 100644 (file)
@@ -6,13 +6,13 @@
 # arguments to format the labels. Additionally, the LaTeX environments
 # itemize and enumerate are extended to use a similar optional argument.
 #DescriptionEnd
+#Excludes: enumitem
+
 # Author: Georg Baum <baum@lyx.org>
 # (structuring taken from enumitem.module by Günter Milde)
 
 Format 59
 
-ExcludesModule enumitem
-
 AddToPreamble
        \usepackage{paralist}
 EndPreamble