]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/theorems-bytype.module
Catalan mathed.lyx: move outdated file to attic/ca/mathed.lyx
[lyx.git] / lib / layouts / theorems-bytype.module
index 6beccac243d176a7b8d0a6af1cb50d71f56838f3..dc99be6363c46b12d2996af8316ee41445620319 100644 (file)
@@ -11,7 +11,7 @@
 
 # Author: Paul Rubin <rubin@msu.edu> (hacked from Richard Heck's theorems-std.module)
 
-Format 33
+Format 65
 
 # 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