]> git.lyx.org Git - features.git/blobdiff - lib/layouts/stdlyxlist.inc
DocBook: implement other letter classes (frletter, standard letter, KOMA-Script).
[features.git] / lib / layouts / stdlyxlist.inc
index 67d25e4bd680034ac76927c7665806ff6399cfa8..a698945e78a1fb41bc2cbeeb93e1950553af0a87 100644 (file)
@@ -1,7 +1,7 @@
 # The special "LyXList". Separated out for inclusion where the
 # whole of stdlist.inc is not needed.
 
-Format 70
+Format 85
 
 Style Labeling
        Category              List
@@ -57,4 +57,11 @@ Style Labeling
                        margin-right: 1em;
                }
        EndHTMLStyle
+       
+       DocBookTag            variablelist
+       DocBookItemWrapperTag varlistentry
+       DocBookItemTag        listitem
+       DocBookItemInnerTag   para
+       DocBookItemLabelTag   term
+       DocBookItemLabelTagType   paragraph
 End