]> git.lyx.org Git - features.git/blobdiff - lib/layouts/theorems-sec-bytype.module
Fix compilation with gcc 4.9
[features.git] / lib / layouts / theorems-sec-bytype.module
index 1291d7ea67fb5e7a3f4ca440f7189d86bf4a2e3d..6efa866f05d4cb3910f7a877bd82286394296f7c 100644 (file)
 
 # Author: Paul Rubin <rubin@msu.edu> (hacked from Richard Kimberly Heck's various modules)
 
-Format 89
+Format 95
+
+Input theorems-counters-bytype.inc
 
-# We need separate counters for each theorem-like style.
 Counter theorem
-       GuiName Theorem
        Within section
-       LaTeXName thm
 End
 Counter corollary
-       GuiName Corollary
        Within section
-       LaTeXName cor
 End
 Counter lemma
-       GuiName Lemma
        Within section
-       LaTeXName lem
 End
 Counter proposition
-       GuiName Proposition
        Within section
-       LaTeXName prop
 End
 Counter conjecture
-       GuiName Conjecture
        Within section
 End
 Counter fact
-       GuiName Fact
        Within section
 End
 Counter definition
-       GuiName Definition
        Within section
-       LaTeXName defn
 End
 Counter example
-       GuiName Example
        Within section
 End
 Counter problem
-       GuiName Problem
        Within section
 End
 Counter exercise
-       GuiName Exercise
        Within section
-       LaTeXName sca
 End
 Counter remark
-       GuiName Remark
        Within section
 End
 Counter claim
-       GuiName Claim
        Within section
 End