]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdlyxlist.inc
DocBook: fix indentation.
[lyx.git] / lib / layouts / stdlyxlist.inc
index e30a7faaf35f556fdaf9abdb394d249c3461f13c..a698945e78a1fb41bc2cbeeb93e1950553af0a87 100644 (file)
@@ -1,7 +1,7 @@
 # The special "LyXList". Separated out for inclusion where the
 # whole of stdlist.inc is not needed.
 
-Format 36
+Format 85
 
 Style Labeling
        Category              List
@@ -18,6 +18,16 @@ 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'
        HTMLItem              li
@@ -47,4 +57,11 @@ Style Labeling
                        margin-right: 1em;
                }
        EndHTMLStyle
+       
+       DocBookTag            variablelist
+       DocBookItemWrapperTag varlistentry
+       DocBookItemTag        listitem
+       DocBookItemInnerTag   para
+       DocBookItemLabelTag   term
+       DocBookItemLabelTagType   paragraph
 End