]> git.lyx.org Git - lyx.git/blob - lib/layouts/theorems-std.module
Update covington support in linguistics module (file format change)
[lyx.git] / lib / layouts / theorems-std.module
1 #\DeclareLyXModule{Standard Theorems}
2 #\DeclareCategory{Maths}
3 #DescriptionBegin
4 #Defines some theorem environments for use with non-AMS classes. By default, 
5 #the theorems are numbered consecutively throughout the document. This can be
6 #changed by loading one of the 'Theorems (Numbered by ...)' modules.
7 #DescriptionEnd
8 #Excludes: theorems-ams | theorems-starred
9
10 # Author: Richard Kimberly Heck <rikiheck@lyx.org>
11
12 Format 100
13
14 Counter theorem
15         GuiName Theorem
16         LaTeXName thm
17 End
18
19 Input theorems.inc
20 Input theorems-proof.inc
21 Input theorems-proof-std.inc