]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/theorems-case.inc
Make continuous spellcheck the default.
[lyx.git] / lib / layouts / theorems-case.inc
index e5be40ebbae0a912ea35ffa2425428d2a9f32470..f186970714959349c1745d89af34a37b320fc019 100644 (file)
@@ -1,12 +1,12 @@
 # Original Author : Paul Rubin <rubin@msu.edu>
-# Modified by Richard Heck to use enumitem
+# Modified by Richard Kimberly Heck to use enumitem
 
 # Definition of case environment as an enumeration
 
 # Define Case as an enumeration environment
 # with its own counters
 
-Format 80
+Format 93
 
 Counter casei
        GuiName "Case (Level 1)"
@@ -86,4 +86,6 @@ Style Case
     \addto\captions$$lang{\renewcommand{\casename}{_(Case)}}
   EndBabelPreamble
   RefPrefix OFF
+  DocBookTag            para
+  DocBookAttr           role='cases'
 End