]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/theorems-bytype.module
Update it.po
[lyx.git] / lib / layouts / theorems-bytype.module
index 6beccac243d176a7b8d0a6af1cb50d71f56838f3..754754a9126f9d4ff9f7c3edeba19906795846d7 100644 (file)
@@ -11,7 +11,7 @@
 
 # Author: Paul Rubin <rubin@msu.edu> (hacked from Richard Heck's theorems-std.module)
 
-Format 33
+Format 66
 
 # 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