]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/theorems-ams-chap-bytype.module
Tools(listFontWithLang.pl): Added type for small capitals.
[lyx.git] / lib / layouts / theorems-ams-chap-bytype.module
index ad422a81533632b19e8a881c31e74cc34363ab7b..4a4a807b58d2f23e0d39a10500ec34a6f2166927 100644 (file)
@@ -1,4 +1,5 @@
-#\DeclareLyXModule{Theorems (AMS, Numbered by Type within Chapters)}
+#\DeclareLyXModule{AMS Theorems (Numbered by Type within Chapters)}
+#\DeclareCategory{Maths}
 #DescriptionBegin
 #Defines theorem environments and the proof environment using the extended
 #AMS machinery. Both numbered and unnumbered types are provided. Contrary to the
@@ -18,7 +19,7 @@
 # Hacked June '09 by Paul Rubin <rubin@msu.edu> to use separate counters
 # Chapter dependence added Oct '16 by Andrew Parsloe <aparsloe@clear.net.nz>
 
-Format 60
+Format 81
 
 Requires       amsmath,amsthm
 
@@ -39,30 +40,43 @@ Requires    amsmath,amsthm
 
 # 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 solution
+       GuiName Solution
 End
 Counter problem
+       GuiName Problem
 End
 Counter exercise
+       GuiName Exercise
 End
 Counter remark
+       GuiName Remark
 End
 Counter claim
+       GuiName Claim
 End