mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
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:
parent
e66ced0383
commit
b4341a8dae
@ -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>
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
13
lib/layouts/theorems-starred.module
Normal file
13
lib/layouts/theorems-starred.module
Normal 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
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user