]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/enumitem.module
powerdot-example.lyx: update according to latest layout change
[lyx.git] / lib / layouts / enumitem.module
index bd70fae7ea34fe7e8307dff40a089231d94553f5..966847a6cabf568a3ec877e2d8bb47c94019a64a 100644 (file)
@@ -11,7 +11,7 @@
 #           both KOMA and non-KOMA document classes.
 # 2011-01-12 bugfix: set elabeling label font to \normalfont.
 
-Format 40
+Format 54
 
 # The package enumitem provides user control over the layout of the three
 # basic list environments: enumerate, itemize and description. It supersedes
@@ -50,18 +50,27 @@ EndPreamble
 # ------------------------
 
 # With enumitem, the three standard list environments take an optional
-# argument. See enumitem.pdf_ for possible values.
+# argument. See enumitem.pdf for possible values.
 
 IfStyle Itemize
-       OptionalArgs          1
+       Argument 1
+               LabelString   "Itemize Options"
+               Tooltip       "Optional arguments for this list (see enumitem manual)"
+       EndArgument
 End
 
 IfStyle Enumerate
-       OptionalArgs          1
+       Argument 1
+               LabelString   "Enumerate Options"
+               Tooltip       "Optional arguments for this list (see enumitem manual)"
+       EndArgument
 End
 
 IfStyle Description
-       OptionalArgs          1
+       Argument 1
+               LabelString   "Description Options"
+               Tooltip       "Optional arguments for this list (see enumitem manual)"
+       EndArgument
 End
 
 
@@ -71,6 +80,7 @@ End
 Input stdlyxlist.inc
 
 Style Labeling
+       Category              List
        LatexName             elabeling
        # FIXME This should probably be defined using \newlist instead
        Preamble
@@ -92,8 +102,11 @@ End
 
 Style Enumerate-Resume
        CopyStyle             Enumerate
-       LatexParam            [resume]
-       OptionalArgs          0
+       Argument 1
+               LabelString   "Enumerate Options"
+               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