]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/db_stdlists.inc
Amend 3058deb: Make convert_fonts robust
[lyx.git] / lib / layouts / db_stdlists.inc
index 73340768fac6e15130590dadabc078b3cffecccf..016e11505c5203166c8b67ac7f487cd8b891462d 100644 (file)
@@ -1,28 +1,34 @@
 # Textclass definition file for docbook.
-# Author : José Abílio Oliveira Matos <jamatos@lyx.org>
+# Author : José Abílio Oliveira Matos <jamatos@lyx.org>
 
 # This is the counterpart of stdlists.inc
-# It is desireable, as far as possible, to have the same look and feeling for
+# It is desirable, as far as possible, to have the same look and feel for
 # related layouts in latex and docbook.
 
+Format 68
 Input stdlists.inc
 
 
 Style Itemize
        LatexType             Item_Environment
        LatexName             itemizedlist
+       ItemTag               listitem
 End
 
 
 Style Enumerate
        LatexType             Item_Environment
        LatexName             orderedlist
+       ItemTag               listitem
 End
 
 
 Style Description
        LatexType             Item_environment
        LatexName             variablelist
+       InnerTag              varlistentry
+       LabelTag              term
+       ItemTag               listitem
 End
 
 # maybe List is the same as simplelist (I need to check it).