]> git.lyx.org Git - lyx.git/blob - lib/layouts/agu_stdclass.inc
d703636ffa67f76b8b611826c0fb964e50ece844
[lyx.git] / lib / layouts / agu_stdclass.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 file is the counterpart of stdclass.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 OutputType              docbook
10
11 Columns                 1
12 Sides                   1
13 SecNumDepth             3
14 TocDepth                3
15 DefaultStyle            Standard
16
17
18 Style Standard
19         Margin                Static
20         LatexType             Paragraph
21         LatexName             p
22         ParIndent             MM
23         ParSkip               0.4
24         Align                 Block
25         AlignPossible         Block
26         LabelType             No_Label
27         LatexParam            "para#"
28 End
29
30
31 CharStyle Firstname
32         LatexType             Command
33         LatexName             firstname
34         Font
35           Shape               SmallCaps
36         EndFont
37         LabelFont
38           Shape               Italic
39           Color               red
40         EndFont
41 End
42
43 CharStyle Surname
44         LatexType             Command
45         LatexName             firstname
46         Font
47           Shape               SmallCaps
48         EndFont
49         LabelFont
50           Shape               Italic
51           Color               red
52         EndFont
53 End
54
55 CharStyle Filename
56         LatexType             Command
57         LatexName             firstname
58         Font
59           Family              Typewriter
60         EndFont
61         LabelFont
62           Shape               Italic
63           Color               red
64         EndFont
65 End
66
67 CharStyle Literal
68         LatexType             Command
69         LatexName             firstname
70         Font
71           Family              Typewriter
72         EndFont
73         LabelFont
74           Shape               Italic
75           Color               red
76         EndFont
77 End
78
79
80 Input agu_stdlists.inc
81 Input agu_stdsections.inc
82 Input db_stdstarsections.inc
83 Input db_stdtitle.inc
84 Input db_stdstruct.inc
85 Input db_lyxmacros.inc
86 Input db_stdlayouts.inc
87 Input stdcounters.inc
88 Input agu_stdcounters.inc
89 Input stdfloats.inc