]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/theorems-case.inc
Move RevTeX section in Additional.lyx into Chapter 3 Document classes
[lyx.git] / lib / layouts / theorems-case.inc
index e5be40ebbae0a912ea35ffa2425428d2a9f32470..b227b174e24ae9ac2b43549040df92364524dc85 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 98
 
 Counter casei
        GuiName "Case (Level 1)"
@@ -51,6 +51,7 @@ Style Case
   HTMLTag               ol
   HTMLItem              li
   HTMLLabel             NONE
+  HTMLClass             lyxcase
   RefPrefix             enu
   Argument listpreamble:1
     LabelString    "List preamble"
@@ -86,4 +87,6 @@ Style Case
     \addto\captions$$lang{\renewcommand{\casename}{_(Case)}}
   EndBabelPreamble
   RefPrefix OFF
+  DocBookTag            para
+  DocBookAttr           role='cases'
 End