]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdlists.inc
Move RevTeX section in Additional.lyx into Chapter 3 Document classes
[lyx.git] / lib / layouts / stdlists.inc
index a101c30de6d48f051bb6086f709dfbd7f9177573..041440c1143bd05a5baf5d5adc59b4c48f2bc36d 100644 (file)
@@ -6,7 +6,7 @@
 # This include files contains various standard environments for lists.
 
 
-Format 81
+Format 98
 
 Input stdlyxlist.inc
 
@@ -43,6 +43,9 @@ Style Itemize
                        Color latex
                EndFont
        EndArgument
+       DocBookTag            itemizedlist
+       DocBookItemTag        listitem
+       DocBookItemInnerTag   para
 End
 
 
@@ -82,6 +85,15 @@ Style Enumerate
                        Color latex
                EndFont
        EndArgument
+       DocBookTag            orderedlist
+       DocBookItemTag        listitem
+       DocBookItemInnerTag   para
+       HTMLStyle
+               ol.enumi   { list-style-type: decimal; }
+               ol.enumii  { list-style-type: lower-latin; }
+               ol.enumiii { list-style-type: lower-roman; }
+               ol.enumiv  { list-style-type: upper-latin; }
+       EndHTMLStyle
 End
 
 Style Description
@@ -104,7 +116,6 @@ Style Description
          Series              Bold
        EndFont
        HTMLTag               dl
-       HTMLAttr              class='description'
        HTMLItem              dd
        HTMLLabel             dt
        HTMLLabelFirst        1
@@ -121,6 +132,12 @@ Style Description
                        Color latex
                EndFont
        EndArgument
+       DocBookTag            variablelist
+       DocBookItemWrapperTag varlistentry
+       DocBookItemTag        listitem
+       DocBookItemInnerTag   para
+       DocBookItemLabelTag   term
+       DocBookItemLabelTagType   paragraph
 End