]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/agu_stdlists.inc
* doc/cs_Tutorial.lyx: update by Pavel Sanda
[lyx.git] / lib / layouts / agu_stdlists.inc
index 769415dff27c93420f94e688eab3cb9f28698306..6468c63cf8f9d25bacaa0dc661e43f0b2f1cf107 100644 (file)
@@ -6,13 +6,14 @@
 # It is desirable, as far as possible, to have the same look and feel for
 # related layouts in latex and docbook.
 
+Format 2
 Input stdlists.inc
 
 
 Style Itemize
        LatexType             Item_Environment
        LatexName             lst
-       Latexparam            "type="bulleted""
+       Latexparam            "type=<bulleted>"
        ItemTag               item
 End
 
@@ -20,7 +21,7 @@ End
 Style Enumerate
        LatexType             Item_Environment
        LatexName             lst
-       Latexparam            "type=&quot;ordered&quot;"
+       Latexparam            "type=<ordered>"
        ItemTag               item
 End
 
@@ -28,7 +29,7 @@ End
 Style Description
        LatexType             Item_environment
        LatexName             lst
-       Latexparam            "type=&quot;unordered&quot;"
+       Latexparam            "type=<unordered>"
        ItemTag               item
 End