]> git.lyx.org Git - lyx.git/blob - lib/layouts/agu_stdlists.inc
71459cfb2f70e59bf1f5ccbdca38cc9e64a81b7f
[lyx.git] / lib / layouts / agu_stdlists.inc
1 # Textclass definition file for AGU-Article.
2 # Author : José Abílio Oliveira Matos <jamatos@lyx.org>
3 #          Martin Vermeer <martin.vermeer@hut.fi>
4
5 # This is the counterpart of stdlists.inc
6 # It is desirable, as far as possible, to have the same look and feel for
7 # related layouts in latex and docbook.
8
9 Format 68
10 Input stdlists.inc
11
12
13 Style Itemize
14         LatexType             Item_Environment
15         LatexName             lst
16         Latexparam            "type=<bulleted>"
17         ItemTag               item
18 End
19
20
21 Style Enumerate
22         LatexType             Item_Environment
23         LatexName             lst
24         Latexparam            "type=<ordered>"
25         ItemTag               item
26 End
27
28
29 Style Description
30         LatexType             Item_environment
31         LatexName             lst
32         Latexparam            "type=<unordered>"
33         ItemTag               item
34 End
35
36 # maybe List is the same as simplelist (I need to check it).
37 NoStyle List
38