]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/theorems-bytype.module
DocBook: remove output for some paragraphs in CVs.
[lyx.git] / lib / layouts / theorems-bytype.module
index 6beccac243d176a7b8d0a6af1cb50d71f56838f3..0cf7147f0906c0d6da2f5a52d39ed47fd103af4b 100644 (file)
@@ -1,4 +1,5 @@
-#\DeclareLyXModule{Theorems (Numbered by Type)}
+#\DeclareLyXModule{Standard Theorems (Numbered by Type)}
+#\DeclareCategory{Maths}
 #DescriptionBegin
 #Defines some theorem environments for use with non-AMS classes. Contrary to the
 #plain Theorem module, the different theorem types provided here each have a separate
 
 # Author: Paul Rubin <rubin@msu.edu> (hacked from Richard Heck's theorems-std.module)
 
-Format 33
+Format 85
 
 # We need separate counters for each theorem-like style.
 Counter theorem
+       GuiName Theorem
 End
 Counter corollary
+       GuiName Corollary
 End
 Counter lemma
+       GuiName Lemma
 End
 Counter proposition
+       GuiName Proposition
 End
 Counter conjecture
+       GuiName Conjecture
 End
 Counter fact
+       GuiName Fact
 End
 Counter definition
+       GuiName Definition
 End
 Counter example
+       GuiName Example
 End
 Counter problem
+       GuiName Problem
 End
 Counter exercise
+       GuiName Exercise
+End
+Counter solution
+       GuiName Solution
 End
 Counter remark
+       GuiName Remark
 End
 Counter claim
+       GuiName Claim
 End
 
 Input theorems-bytype.inc
@@ -59,4 +75,5 @@ Style Proof
       \providecommand{\proofname}{Proof}
     \fi
   EndPreamble
+# No LangPreamble or BabelPreamble, since babel knows \proofname already.
 End