]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/db_stdlists.inc
Add some tipa accents
[lyx.git] / lib / layouts / db_stdlists.inc
index 555f0e87ff373a940e9e81f0c77bc1a34894ed48..ec42a1724be44686b122bf111e1abf3d915cfb41 100644 (file)
@@ -2,28 +2,35 @@
 # 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 3
 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
+