]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/theorems-bytype.module
Tutorial.lyx: get rid of unnecessary preamble code
[lyx.git] / lib / layouts / theorems-bytype.module
index 9188dfe4b2d6dfa3e62969b36abdcad8837340d6..fc58fa45297102d72c46a2d0d1068c3d63fe8a1e 100644 (file)
@@ -11,7 +11,7 @@
 
 # Author: Paul Rubin <rubin@msu.edu> (hacked from Richard Heck's theorems-std.module)
 
-Format 35
+Format 60
 
 # 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