]> git.lyx.org Git - lyx.git/blob - lib/layouts/theorems-refprefix.inc
5d453e51bb24a0718e6447930281cb0b32fed948
[lyx.git] / lib / layouts / theorems-refprefix.inc
1 # Reference prefixes for theorem environments
2
3 Format 57
4
5 IfStyle Theorem
6         RefPrefix thm
7 End
8
9 IfStyle Corollary
10         RefPrefix cor
11 End
12
13 IfStyle Lemma
14         RefPrefix lem
15 End
16
17 IfStyle Proposition
18         RefPrefix prop
19 End
20
21 IfStyle Conjecture
22         RefPrefix conj
23 End
24
25 IfStyle Definition
26         RefPrefix def
27 End
28
29 IfStyle Example
30         RefPrefix exa
31 End
32
33 IfStyle Problem
34         RefPrefix prob
35 End
36
37 IfStyle Exercise
38         RefPrefix exer
39 End
40
41 IfStyle Solution
42         RefPrefix solu
43 End
44
45 IfStyle Remark
46         RefPrefix rem
47 End
48
49 IfStyle Claim
50         RefPrefix claim
51 End
52
53 IfStyle Fact
54         RefPrefix fact
55 End
56
57 IfStyle Criterion
58         RefPrefix cri
59 End
60
61 IfStyle Algorithm
62         RefPrefix alg
63 End
64
65 IfStyle Axiom
66         RefPrefix axm
67 End
68
69 IfStyle Condition
70         RefPrefix cond
71 End
72
73 IfStyle Note
74         RefPrefix note
75 End
76
77 IfStyle Notation
78         RefPrefix nota
79 End
80
81 IfStyle Summary
82         RefPrefix sum
83 End
84
85 IfStyle Acknowledgement
86         RefPrefix ack
87 End
88
89 IfStyle Conclusion
90         RefPrefix conc
91 End
92
93 IfStyle Assumption
94         RefPrefix assu
95 End
96
97
98 IfStyle Question
99         RefPrefix que
100 End