]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/enumitem.module
Make Word Wrap property confiurable by language
[lyx.git] / lib / layouts / enumitem.module
index 4ab191b999c74e8b052c6875cd7a7f64c3d6f8f4..db9ff32d986f0e0653b663a3f40647b5b39e16af 100644 (file)
@@ -1,11 +1,12 @@
 #\DeclareLyXModule[enumitem.sty]{Customisable Lists (enumitem)}
+#\DeclareCategory{List Enhancements}
 #DescriptionBegin
 # 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>
+# Author: Günter Milde <milde@lyx.org>
 # 
 # 2008-12-04 first published version.
 # 2009-02-02 use name Labeling for "LyX-List/Labeling" list type,
@@ -13,7 +14,7 @@
 #           both KOMA and non-KOMA document classes.
 # 2011-01-12 bugfix: set elabeling label font to \normalfont.
 
-Format 59
+Format 74
 
 # The package enumitem provides user control over the layout of the three
 # basic list environments: enumerate, itemize and description. It supersedes
@@ -112,11 +113,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