]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/db_stdlists.inc
AEA.layout: restore a style
[lyx.git] / lib / layouts / db_stdlists.inc
index 555f0e87ff373a940e9e81f0c77bc1a34894ed48..d32b2fb1be7dc512dd2c2c4e9bc56c2b3a26670b 100644 (file)
@@ -1,29 +1,36 @@
 # 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 45
 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).
 NoStyle List
+