]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/enumitem.module
- theorems-without-preamble.inc: new file to provide theorem environments without...
[lyx.git] / lib / layouts / enumitem.module
index 67bf7f82a0ed874faed20d21b3082e6b20f68637..efe9683961e7da1040916413b3a983cba176cafd 100644 (file)
@@ -47,54 +47,34 @@ AddToPreamble
        \newlength{\lyxlabelwidth}      % auxiliary length 
 EndPreamble
 
+
 # Customisable Basic Lists
 # ------------------------
 
 # With enumitem, the three standard list environments take an optional
 # argument. See enumitem.pdf_ for possible values.
 
-Style Itemize
+IfStyle Itemize
        OptionalArgs          1
 End
 
-Style Enumerate
+IfStyle Enumerate
        OptionalArgs          1
 End
 
-Style Description
+IfStyle Description
        OptionalArgs          1
 End
 
+
 # Customisable LyX List
 # ---------------------
 
-# We expect this already to be defined, but there may be some classes
-# that do not include stdlists.inc or do not declare Labeling. So we
-# have copied the info from stdlists.inc.
-# To make sure that we are starting fresh, we first clear everything.
-NoStyle Labeling
+Input stdlyxlist.inc
 
 Style Labeling
-       # verbatim insert definition of List environment, 
-       # The KOMA script classes replace List with Labeling, 
-       # this leads to an error with "CopyStyle List"!
-       Category              List
-       Margin                Manual
-       LatexType             List_Environment
-       NextNoindent          1
-       LabelSep              xxx
-       ParSkip               0.4
-       TopSep                0.7
-       BottomSep             0.7
-       ParSep                0.5
-       Align                 Block
-       AlignPossible         Block, Left
-       LabelType             Manual
-       LabelString           "00.00.0000"
-       # en of verbatim copy
-       
        LatexName             elabeling
-       OptionalArgs          1
+       # FIXME This should probably be defined using \newlist instead
        Preamble
        % labeling-like list based on enumitem's description list with
        % mandatory second argument (label-pattern):
@@ -113,13 +93,13 @@ End
 # Styles with pre-defined optional arguments for ease of use
 
 Style Enumerate-Resume
-        CopyStyle             Enumerate
+       CopyStyle             Enumerate
        LatexParam            [resume]
        OptionalArgs          0
        # a blue label to indicate that this is not a WYSIWYG label
        # because the numbering differs in the output
        LabelFont
-         Color               blue
+         Color blue
        EndFont
 End