]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/enumitem.module
Amend 3e92efd: Remove (Begin|End)Frontmatter in elsarticle
[lyx.git] / lib / layouts / enumitem.module
index c7b8041b3472e97b49b210c92b2822be82526d5f..1b78f936a55beec1fdd41ab1f950d98a851dcb82 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.
@@ -11,7 +13,7 @@
 #           both KOMA and non-KOMA document classes.
 # 2011-01-12 bugfix: set elabeling label font to \normalfont.
 
-Format 58
+Format 68
 
 # The package enumitem provides user control over the layout of the three
 # basic list environments: enumerate, itemize and description. It supersedes
@@ -110,11 +112,7 @@ Style Enumerate-Resume
                Tooltip       "Optional arguments for this list (see enumitem manual)"
                PresetArg     "resume"
        EndArgument
-       # a blue label to indicate that this is not a WYSIWYG label
-       # because the numbering differs in the output
-       LabelFont
-         Color blue
-       EndFont
+       ResumeCounter true
        Requires enumitem
 End