]> git.lyx.org Git - lyx.git/blob - lib/layouts/theorems-refprefix.inc
66b9e35e4d05969d1925a362757d984efd14b576
[lyx.git] / lib / layouts / theorems-refprefix.inc
1 # Reference prefixes for theorem environments
2
3 Format 34
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