]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/paralist.module
Fix bug #11410.
[lyx.git] / lib / layouts / paralist.module
index ebc902f869e2e6945936b7a33cd0a98895934e2c..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 64
+Format 97
 
 AddToPreamble
        \usepackage{paralist}