]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/paralist.module
Fix bug #11410.
[lyx.git] / lib / layouts / paralist.module
index 3083440b4860c1ed87479ff976355f3f59581ace..ee5d70918d31bb5bda5cebbc74ca6c4fb7363623 100644 (file)
@@ -1,17 +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 59
-
-ExcludesModule enumitem
+Format 97
 
 AddToPreamble
        \usepackage{paralist}