]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdlists.inc
Backport to generate_contributions.py
[lyx.git] / lib / layouts / stdlists.inc
index d4beb4ae9f93784d7e6c424b9f1ecfcbb4653e20..fc9e453c6bad1d12f84905ba8780e89bcee823df 100644 (file)
@@ -7,7 +7,8 @@
 # This include files contains various standard environments for lists.
 
 
-Format 11
+Format 34
+
 Style Itemize
        Category              List
        Margin                Static
@@ -26,6 +27,7 @@ Style Itemize
        LabelString           "*"
        HTMLTag               ul
        HTMLItem              li
+       HTMLLabel             NONE
 End
 
 
@@ -48,6 +50,8 @@ Style Enumerate
        LabelCounter          "enum"
        HTMLTag               ol
        HTMLItem              li
+       HTMLLabel             NONE
+       RefPrefix             enu
 End
 
 Style Description
@@ -71,12 +75,17 @@ Style Description
          Series              Bold
        EndFont
        HTMLTag               dl
+       HTMLAttr              class='description'
        HTMLItem              dd
        HTMLLabel             dt
+       HTMLLabelFirst        1
+       HTMLStyle
+               dl.description dt { font-weight: bold; }
+       EndHTMLStyle
 End
 
 
-Style List
+Style Labeling
        Category              List
        Margin                Manual
        LatexType             List_Environment
@@ -112,8 +121,17 @@ Style List
                ol.lyxlist {
                        list-style-type: none;
                }
+               li.labeling_item {
+                       text-indent: -5em;
+                       margin-left: 5em;
+               }
                span.lyxlist {
-                       margin-right: 3em;
+                       margin-right: 1em;
                }
        EndHTMLStyle
 End
+
+
+Style List
+  Obsoletedby           Labeling
+End