]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/theorems-bytype.module
Merge branch 'master' of git.lyx.org:lyx
[lyx.git] / lib / layouts / theorems-bytype.module
index 58ae9c557079181e2a731b3f5e38767b80d9ed88..652deb559c8d4a2c755ac7a2fc23f40674ee5da3 100644 (file)
@@ -11,7 +11,7 @@
 
 # Author: Paul Rubin <rubin@msu.edu> (hacked from Richard Heck's theorems-std.module)
 
-Format 28
+Format 58
 
 # We need separate counters for each theorem-like style.
 Counter theorem
@@ -34,6 +34,8 @@ Counter problem
 End
 Counter exercise
 End
+Counter solution
+End
 Counter remark
 End
 Counter claim
@@ -59,4 +61,5 @@ Style Proof
       \providecommand{\proofname}{Proof}
     \fi
   EndPreamble
+# No LangPreamble or BabelPreamble, since babel knows \proofname already.
 End