]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdlists.inc
Reference prefixes for enumerations.
[lyx.git] / lib / layouts / stdlists.inc
index d50ee4f1111f681394f475a1e4e0b823822ff409..ad26c0f5f604f43ccc027765b17787e688819a83 100644 (file)
@@ -7,7 +7,7 @@
 # This include files contains various standard environments for lists.
 
 
-Format 16
+Format 27
 
 Style Itemize
        Category              List
@@ -27,6 +27,7 @@ Style Itemize
        LabelString           "*"
        HTMLTag               ul
        HTMLItem              li
+       HTMLLabel             NONE
 End
 
 
@@ -49,6 +50,8 @@ Style Enumerate
        LabelCounter          "enum"
        HTMLTag               ol
        HTMLItem              li
+       HTMLLabel             NONE
+       RefPrefix             enu
 End
 
 Style Description
@@ -72,8 +75,13 @@ 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