commit 29703f07d6718c53b3b13841f29c5d49ba35929d
Author: Richard Heck <[email protected]>
Date:   Tue Jan 19 06:49:33 2016 -0500

    Fix typos in paralist module. The correct command is not compactdescr,
    etc, but compactdesc. At least this is true in the most recent version
    on CTAN.

diff --git a/lib/layouts/paralist.module b/lib/layouts/paralist.module
index e717f81..2e42cbb 100644
--- a/lib/layouts/paralist.module
+++ b/lib/layouts/paralist.module
@@ -104,7 +104,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 +113,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 +122,7 @@ End
 
 Style CompactDescr
        CopyStyle             Description
-       LatexName             compactdescr
+       LatexName             compactdesc
        TopSep                0.0
        BottomSep             0.0
        ParSep                0.0

Reply via email to