enumitem and paralist should exclude each other.

Reverts cb2fe78a64, which used the ExcludesModule tag, which
cannot be used in modules.
This commit is contained in:
Richard Heck 2016-01-21 16:42:55 -05:00
parent 1440ae2e13
commit d763840a2f
2 changed files with 4 additions and 2 deletions

View 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.

View 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