]> git.lyx.org Git - lyx.git/commitdiff
Minor tweaks, and a new module for unnumbered theorems only.
authorRichard Heck <rgheck@comcast.net>
Thu, 10 Jan 2008 05:14:12 +0000 (05:14 +0000)
committerRichard Heck <rgheck@comcast.net>
Thu, 10 Jan 2008 05:14:12 +0000 (05:14 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22464 a592a061-630c-0410-9148-cb99ea01b6c8

lib/layouts/theorems-ams.module
lib/layouts/theorems-chap.module
lib/layouts/theorems-sec.module
lib/layouts/theorems-starred.module [new file with mode: 0644]
lib/layouts/theorems-std.module

index 1cf6a76b1d471c51d4f1c301a7d41ad9cd073864..41764e218b6d86f2078e9a2ac3a13a964c90ccc0 100644 (file)
@@ -1,9 +1,11 @@
 #\DeclareLyXModule{Theorems (AMS)}
 #DescriptionBegin
 #Defines theorem environments and the proof environment using the extended 
-#AMS machinery. The theorems are numbered consecutively throughout the document. 
+#AMS machinery. Both numbered and unnumbered types are provided. By default, 
+#the theorems are numbered consecutively throughout the document. This can be
+#changed by loading one of the Theorems (Ordered By ...) modules.
 #DescriptionEnd
-#Excludes: Theorems
+#Excludes: Theorems | Theorems (Starred)
 
 # Original Author : David L. Johnson <dlj0@lehigh.edu>
 # Probably broken by Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
index e7422cd0479333bddac963cf17bb570b17c83a21..aae92e23f4f8532eaf88e63182c941aacaa5adb0 100644 (file)
@@ -1,7 +1,6 @@
 #\DeclareLyXModule{Theorems (Order By Chapter)}
 #DescriptionBegin
-#Defines some theorem environments for use with non-AMS classes. The theorems are 
-#numbered by chapter.
+#Numbers theorems and the like by chapter.
 #DescriptionEnd
 #Requires: Theorems | Theorems (AMS)
 
index ed210e3313b9b785890bb25c1c806b6677a4ad24..704ac589ba70459f852f17a6699412d2323cb307 100644 (file)
@@ -1,6 +1,6 @@
 #\DeclareLyXModule{Theorems (Order By Section)}
 #DescriptionBegin
-#Order theorems by section.
+#Numbers theorems and the like by section.
 #DescriptionEnd
 #Requires: Theorems | Theorems (AMS)
 
diff --git a/lib/layouts/theorems-starred.module b/lib/layouts/theorems-starred.module
new file mode 100644 (file)
index 0000000..5ee9b8a
--- /dev/null
@@ -0,0 +1,13 @@
+#\DeclareLyXModule{Theorems (Starred)}
+#DescriptionBegin
+#Defines only unnumbered theorem environments, and the proof environment, using 
+#the extended AMS machinery. 
+##DescriptionEnd
+#Excludes: Theorems (AMS) | Theorems (Starred) | Theorems (Order By Section) | Theorems (Order By Chapter)
+
+# Author: Richard Heck <rgheck@comcast.net>
+
+Format 6
+
+Input theorems-starred.inc
+Input theorems-proof.inc
index 81ab56e9acc5175b5b9bb74ca093c80a32cefd3c..1c2d7dd679bf0c8040ff3ca8d5496dfbc63e3fdf 100644 (file)
@@ -1,9 +1,10 @@
 #\DeclareLyXModule{Theorems}
 #DescriptionBegin
-#Defines some theorem environments for use with non-AMS classes. The theorems are 
-#numbered consecutively throughout the document. 
+#Defines some theorem environments for use with non-AMS classes. By default, 
+#the theorems are numbered consecutively throughout the document. This can be
+#changed by loading one of the Theorems (Ordered By ...) modules.
 #DescriptionEnd
-#Excludes: Theorems (AMS)
+#Excludes: Theorems (AMS) | Theorems (Starred)
 
 # Author: Richard Heck <rgheck@comcast.net>