]> git.lyx.org Git - lyx.git/blob - lib/layouts/theorems-std.module
Add a bunch of RefFormat and PrettyFormat tags.
[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 104
13
14 Counter theorem
15         GuiName Theorem
16         LaTeXName thm
17         RefFormat thm "Theorem \arabic{theorem}"
18         RefFormat cor "Corollary \arabic{theorem}"
19         RefFormat lem "Lemma \arabic{theorem}"
20         RefFormat prop "Lemma \arabic{theorem}"
21         RefFormat conj "Conjecture \arabic{theorem}"
22         RefFormat fact "Fact \arabic{theorem}"
23         RefFormat def "Definition \arabic{theorem}"
24         RefFormat exa "Example \arabic{theorem}"
25         RefFormat prob "Problem \arabic{theorem}"
26         RefFormat exer "Exercise \arabic{theorem}"
27         RefFormat solu "Solution \arabic{theorem}"
28         RefFormat rem "Remark \arabic{theorem}"
29         RefFormat claim "Claim \arabic{theorem}"
30 End
31
32 Input theorems.inc
33 Input theorems-proof.inc
34 Input theorems-proof-std.inc