]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdlists.inc
Make continuous spellcheck the default.
[lyx.git] / lib / layouts / stdlists.inc
index dedccbb31c5007297397b1acf29b2b17698083e4..5b4219a9c115340bc542fab29fc3e1e9a4f8385a 100644 (file)
@@ -6,7 +6,7 @@
 # This include files contains various standard environments for lists.
 
 
-Format 74
+Format 93
 
 Input stdlyxlist.inc
 
@@ -43,6 +43,9 @@ Style Itemize
                        Color latex
                EndFont
        EndArgument
+       DocBookTag            itemizedlist
+       DocBookItemTag        listitem
+       DocBookItemInnerTag   para
 End
 
 
@@ -82,6 +85,9 @@ Style Enumerate
                        Color latex
                EndFont
        EndArgument
+       DocBookTag            orderedlist
+       DocBookItemTag        listitem
+       DocBookItemInnerTag   para
 End
 
 Style Description
@@ -121,6 +127,12 @@ Style Description
                        Color latex
                EndFont
        EndArgument
+       DocBookTag            variablelist
+       DocBookItemWrapperTag varlistentry
+       DocBookItemTag        listitem
+       DocBookItemInnerTag   para
+       DocBookItemLabelTag   term
+       DocBookItemLabelTagType   paragraph
 End