]> git.lyx.org Git - lyx.git/blob - lib/layouts/theorems-starred-equivalents.inc
Remove comment.
[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 Style Theorem
7         CopyStyle Theorem*
8 End
9
10 Style Corollary
11         CopyStyle Corollary*
12 End
13
14 Style Lemma
15         CopyStyle Lemma*
16 End
17
18 Style Proposition
19         CopyStyle Proposition*
20 End
21
22 Style Conjecture
23         CopyStyle Conjecture*
24 End
25
26 Style Definition
27         CopyStyle Definition*
28 End
29
30 Style Example
31         CopyStyle Example*
32 End
33
34 Style Problem
35         CopyStyle Problem*
36 End
37
38 Style Exercise
39         CopyStyle Exercise*
40 End
41
42 Style Remark
43         CopyStyle Remark*
44 End
45
46 Style Claim
47         CopyStyle Claim*
48 End