]> git.lyx.org Git - lyx.git/blob - lib/layouts/theorems-refprefix.inc
Add icon library to link target - needed on Mac OS X - thanks Kornel
[lyx.git] / lib / layouts / theorems-refprefix.inc
1 # Reference prefixes for theorem environments
2
3 Format 53
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 Remark
42         RefPrefix rem
43 End
44
45 IfStyle Claim
46         RefPrefix claim
47 End
48
49 IfStyle Fact
50         RefPrefix fact
51 End
52
53 IfStyle Criterion
54         RefPrefix cri
55 End
56
57 IfStyle Algorithm
58         RefPrefix alg
59 End
60
61 IfStyle Axiom
62         RefPrefix axm
63 End
64
65 IfStyle Condition
66         RefPrefix cond
67 End
68
69 IfStyle Note
70         RefPrefix note
71 End
72
73 IfStyle Notation
74         RefPrefix nota
75 End
76
77 IfStyle Summary
78         RefPrefix sum
79 End
80
81 IfStyle Acknowledgement
82         RefPrefix ack
83 End
84
85 IfStyle Conclusion
86         RefPrefix conc
87 End
88
89 IfStyle Assumption
90         RefPrefix assu
91 End