]> git.lyx.org Git - lyx.git/commitdiff
Forgot the new file.
authorRichard Heck <rgheck@comcast.net>
Sun, 11 Jul 2010 22:14:45 +0000 (22:14 +0000)
committerRichard Heck <rgheck@comcast.net>
Sun, 11 Jul 2010 22:14:45 +0000 (22:14 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34863 a592a061-630c-0410-9148-cb99ea01b6c8

lib/layouts/theorems-refprefix.inc [new file with mode: 0644]

diff --git a/lib/layouts/theorems-refprefix.inc b/lib/layouts/theorems-refprefix.inc
new file mode 100644 (file)
index 0000000..62838b8
--- /dev/null
@@ -0,0 +1,19 @@
+# Reference prefixes for theorem environments
+
+Format 27
+
+IfStyle Theorem
+       RefPrefix thm
+End
+
+IfStyle Corollary
+       RefPrefix cor
+End
+
+IfStyle Lemma
+       RefPrefix lem
+End
+
+IfStyle Proposition
+       RefPrefix prop
+End