]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/theorems-bytype.module
Make continuous spellcheck the default.
[lyx.git] / lib / layouts / theorems-bytype.module
index ce8dc62bbcd488bbdb963a81a59561615123b2bf..75d523d78ce3d310bc759a7d3d2d95f5b6fa9f19 100644 (file)
 
 # Author: Paul Rubin <rubin@msu.edu> (hacked from Richard Kimberly Heck's theorems-std.module)
 
-Format 89
-
-# We need separate counters for each theorem-like style.
-Counter theorem
-       GuiName Theorem
-       LaTeXName thm
-End
-Counter corollary
-       GuiName Corollary
-       LaTeXName cor
-End
-Counter lemma
-       GuiName Lemma
-       LaTeXName lem
-End
-Counter proposition
-       GuiName Proposition
-       LaTeXName prop
-End
-Counter conjecture
-       GuiName Conjecture
-End
-Counter fact
-       GuiName Fact
-End
-Counter definition
-       GuiName Definition
-       LaTeXName defn
-End
-Counter example
-       GuiName Example
-End
-Counter problem
-       GuiName Problem
-End
-Counter exercise
-       GuiName Exercise
-       LaTeXName xca
-End
-Counter solution
-       GuiName Solution
-       LaTeXName sol
-End
-Counter remark
-       GuiName Remark
-       LaTeXName rem
-End
-Counter claim
-       GuiName Claim
-End
+Format 93
 
+Input theorems-counters-bytype.inc
 Input theorems-bytype.inc
 Input theorems-proof.inc