]> git.lyx.org Git - features.git/blobdiff - lib/layouts/theorems-case.inc
Fix compilation with gcc 4.9
[features.git] / lib / layouts / theorems-case.inc
index e5be40ebbae0a912ea35ffa2425428d2a9f32470..3c8e4ffde56cb144be3db74a323cccdcb99f6d57 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 95
 
 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