]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/db_stdlists.inc
Replace <programlist> with <screen>, as it is more general.
[lyx.git] / lib / layouts / db_stdlists.inc
index 73340768fac6e15130590dadabc078b3cffecccf..739b1d265144004909cbb4e2171effe2f2e71ce3 100644 (file)
@@ -2,7 +2,7 @@
 # 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.
 
 Input stdlists.inc
@@ -11,18 +11,23 @@ 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).