]> git.lyx.org Git - lyx.git/blob - lib/layouts/agu_stdlists.inc
replace most &dquot;...&dquot; by <...>
[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 Input stdlists.inc
10
11
12 Style Itemize
13         LatexType             Item_Environment
14         LatexName             lst
15         Latexparam            "type=<bulleted>"
16         ItemTag               item
17 End
18
19
20 Style Enumerate
21         LatexType             Item_Environment
22         LatexName             lst
23         Latexparam            "type=<ordered>"
24         ItemTag               item
25 End
26
27
28 Style Description
29         LatexType             Item_environment
30         LatexName             lst
31         Latexparam            "type=<unordered>"
32         ItemTag               item
33 End
34
35 # maybe List is the same as simplelist (I need to check it).
36 NoStyle List
37