]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/paralist.module
Fix bug #11410.
[lyx.git] / lib / layouts / paralist.module
index ca162491f0faf4a3de506afa97c7f34fc24548e2..ee5d70918d31bb5bda5cebbc74ca6c4fb7363623 100644 (file)
@@ -1,15 +1,19 @@
 #\DeclareLyXModule[paralist.sty]{Paragraph Lists (paralist)}
+#\DeclareCategory{List Enhancements}
 #DescriptionBegin
 # The package paralist provides some new list environments.
 # Itemized and enumerated lists can be typeset within paragraphs, as
 # paragraphs and in a compact version. Most environments have optional
 # arguments to format the labels. Additionally, the LaTeX environments
 # itemize and enumerate are extended to use a similar optional argument.
+# For details see Paralist in Specific Manuals.
 #DescriptionEnd
+#Excludes: enumitem
+
 # Author: Georg Baum <baum@lyx.org>
 # (structuring taken from enumitem.module by Günter Milde)
 
-Format 57
+Format 97
 
 AddToPreamble
        \usepackage{paralist}
@@ -22,14 +26,14 @@ EndPreamble
 # With paralist, the itemize and enumerate environments take an optional
 # argument. See paralist.pdf for possible values.
 
-IfStyle Itemize
+ModifyStyle Itemize
        Argument 1
                LabelString   "Itemize Options"
                Tooltip       "Optional arguments for this list (see paralist manual)"
        EndArgument
 End
 
-IfStyle Enumerate
+ModifyStyle Enumerate
        Argument 1
                LabelString   "Enumerate Options"
                Tooltip       "Optional arguments for this list (see paralist manual)"
@@ -104,7 +108,7 @@ End
 
 Style AsParagraphDescr
        CopyStyle             Description
-       LatexName             asparadescr
+       LatexName             asparadesc
        Argument 1
                LabelString   "As Paragraph Description Options"
                Tooltip       "Optional arguments for this list (see paralist manual)"
@@ -113,7 +117,7 @@ End
 
 Style InParagraphDescr
        CopyStyle             Description
-       LatexName             inparadescr
+       LatexName             inparadesc
        Argument 1
                LabelString   "In Paragraph Description Options"
                Tooltip       "Optional arguments for this list (see paralist manual)"
@@ -122,7 +126,7 @@ End
 
 Style CompactDescr
        CopyStyle             Description
-       LatexName             compactdescr
+       LatexName             compactdesc
        TopSep                0.0
        BottomSep             0.0
        ParSep                0.0