]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/theorems-chap-bytype.module
LyXHTML: add explicit HTMLTag for titles.
[lyx.git] / lib / layouts / theorems-chap-bytype.module
index 34ceba61e1314ed27d7cf330b217169d5a6eec3f..fe98e03b2e838639786f86e530df63fc3569c14c 100644 (file)
 #Requires: theorems-bytype | theorems-ams-bytype
 #Excludes: theorems-std | theorems-ams | theorems-starred | theorems-sec | theorems-sec-bytype
 
-# Author: Paul Rubin <rubin@msu.edu> (hacked from Richard Heck's various modules)
+# Author: Paul Rubin <rubin@msu.edu> (hacked from Richard Kimberly Heck's various modules)
 
-Format 89
+Format 99
+
+Input theorems-counters-bytype.inc
 
-# We need separate counters for each theorem-like style.
 Counter theorem
-       GuiName Theorem
        Within chapter
-       LaTeXName thm
 End
 Counter corollary
-       GuiName Corollary
        Within chapter
-       LaTeXName cor
 End
 Counter lemma
-       GuiName Lemma
        Within chapter
-       LaTeXName lem
 End
 Counter proposition
-       GuiName Proposition
        Within chapter
-       LaTeXName prop
 End
 Counter conjecture
-       GuiName Conjecture
        Within chapter
 End
 Counter fact
-       GuiName Fact
        Within chapter
 End
 Counter definition
-       GuiName Definition
        Within chapter
-       LaTeXName defn
 End
 Counter example
-       GuiName Example
        Within chapter
 End
 Counter problem
-       GuiName Problem
        Within chapter
 End
 Counter exercise
-       GuiName Exercise
        Within chapter
-       LaTeXName xca
 End
 Counter remark
-       GuiName Remark
        Within chapter
 End
 Counter claim
-       GuiName Claim
        Within chapter
 End