]> git.lyx.org Git - lyx.git/blob - lib/layouts/theorems-starred-equivalents.inc
Remove layout stuff made obsolete by modularization.
[lyx.git] / lib / layouts / theorems-starred-equivalents.inc
1 # Sets the order of the main theorem environments
2 # Author: Richard Heck
3
4 Format 6
5
6 #Get the order right
7 Style Theorem
8         CopyStyle Theorem*
9 End
10
11 Style Corollary
12         CopyStyle Corollary*
13 End
14
15 Style Lemma
16         CopyStyle Lemma*
17 End
18
19 Style Proposition
20         CopyStyle Proposition*
21 End
22
23 Style Conjecture
24         CopyStyle Conjecture*
25 End
26
27 Style Definition
28         CopyStyle Definition*
29 End
30
31 Style Example
32         CopyStyle Example*
33 End
34
35 Style Problem
36         CopyStyle Problem*
37 End
38
39 Style Exercise
40         CopyStyle Exercise*
41 End
42
43 Style Remark
44         CopyStyle Remark*
45 End
46
47 Style Claim
48         CopyStyle Claim*
49 End