]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/theorems-chap.module
stdletter.inc, letter.lyx: fix http://bugzilla.lyx.org/show_bug.cgi?id=5684
[lyx.git] / lib / layouts / theorems-chap.module
index da4e052a602b361a0391be2b38ab24dfbcad481c..2b986a5803ad0295658a1a8ee86aa1ffa64c49ca 100644 (file)
@@ -1,16 +1,16 @@
-#\DeclareLyXModule{Theorems (Order By Chapter)}
+#\DeclareLyXModule{Theorems (By Chapter)}
 #DescriptionBegin
 #Numbers theorems and the like by chapter. Use this module only with
 #layouts that provide a chapter environment.
 #DescriptionEnd
 #Requires: theorems-std | theorems-ams
+#Excludes: theorems-sec
 
 # Author: Richard Heck <rgheck@comcast.net>
 
-Format 8
+Format 11
 
-Counter
-       Name           theorem
+Counter theorem
        Within         chapter
 End
 
@@ -21,6 +21,5 @@ Style Theorem
                \else
                        \newtheorem{thm}{Theorem}[chapter]
                \fi
-               
        EndPreamble
 End