Minor tweaks, and a new module for unnumbered theorems only.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22464 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2008-01-10 05:14:12 +00:00
parent e66ced0383
commit b4341a8dae
5 changed files with 23 additions and 8 deletions

View 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>

View 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)

View 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)

View File

@ -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

View 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>