commit d763840a2f22edfafeb84b2fe6a1c9e6950fc721
Author: Richard Heck <[email protected]>
Date: Thu Jan 21 16:42:55 2016 -0500
enumitem and paralist should exclude each other.
Reverts cb2fe78a64e9, which used the ExcludesModule tag, which
cannot be used in modules.
diff --git a/lib/layouts/enumitem.module b/lib/layouts/enumitem.module
index 1f0a7c7..4ab191b 100644
--- a/lib/layouts/enumitem.module
+++ b/lib/layouts/enumitem.module
@@ -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 <[email protected]>
#
# 2008-12-04 first published version.
diff --git a/lib/layouts/paralist.module b/lib/layouts/paralist.module
index 3083440..61a1384 100644
--- a/lib/layouts/paralist.module
+++ b/lib/layouts/paralist.module
@@ -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 <[email protected]>
# (structuring taken from enumitem.module by Günter Milde)
Format 59
-ExcludesModule enumitem
-
AddToPreamble
\usepackage{paralist}
EndPreamble