]> git.lyx.org Git - lyx.git/blob - lib/layouts/theorems-refprefix.inc
listerrors.lyx : Update a link.
[lyx.git] / lib / layouts / theorems-refprefix.inc
1 # Reference prefixes for theorem environments
2
3 Format 36
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