]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdlyxlist.inc
Grammar
[lyx.git] / lib / layouts / stdlyxlist.inc
index 992d10c6f485d53bcec18c4edfa97913ef6da739..a5444bf032baa7e8ed15b451d4c4c2981615828f 100644 (file)
@@ -1,7 +1,7 @@
 # The special "LyXList". Separated out for inclusion where the
 # whole of stdlist.inc is not needed.
 
-Format 40
+Format 104
 
 Style Labeling
        Category              List
@@ -18,8 +18,18 @@ Style Labeling
        AlignPossible         Block, Left
        LabelType             Manual
        LabelString           "00.00.0000"
+       Argument listpreamble:1
+               LabelString    "List preamble"
+               MenuString     "List Preamble"
+               Tooltip        "LaTeX code to be inserted before the first item"
+               PassThru       1
+               Font
+                       Family typewriter
+                       Color latex
+               EndFont
+       EndArgument
        HTMLTag               ol
-       HTMLAttr              class='lyxlist'
+       HTMLClass             lyxlist
        HTMLItem              li
        HTMLLabel             span
        HTMLLabelAttr         class='lyxlist'
@@ -47,4 +57,11 @@ Style Labeling
                        margin-right: 1em;
                }
        EndHTMLStyle
+       
+       DocBookTag            variablelist
+       DocBookItemWrapperTag varlistentry
+       DocBookItemTag        listitem
+       DocBookItemInnerTag   para
+       DocBookItemLabelTag   term
+       DocBookItemLabelTagType   paragraph
 End