]> git.lyx.org Git - lyx.git/blob - lib/layouts/theorems-refprefix.inc
Fix several layout related problems revealed by -dbg tclass.
[lyx.git] / lib / layouts / theorems-refprefix.inc
1 # Reference prefixes for theorem environments
2
3 Format 31
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