]> git.lyx.org Git - lyx.git/blob - lib/layouts/agutex.layout
Implement IsTocCaption for normal layouts.
[lyx.git] / lib / layouts / agutex.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[agutex]{American Geophysical Union (AGUTeX)}
3 #  \DeclareCategory{Articles}
4 # AGUTeX textclass definition file.
5 # Author: Uwe Stöhr (uwestoehr@web.de)
6
7 Format 66
8
9 Columns                 1
10 Sides                   1
11 SecNumDepth             3
12 TocDepth                3
13 DefaultStyle            Standard
14 Provides natbib         1
15
16 ClassOptions
17         FontSize        10|11|12
18 end
19
20
21 # This is just to show how to declare the default font.
22 # The defaults are exactly those shown here.
23 DefaultFont
24         Family          Roman
25         Series          Medium
26         Shape           Up
27         Size            Normal
28         Color           None
29 EndFont
30
31
32 Style Standard
33         Category        MainText
34         Margin          Static
35         LatexType       Paragraph
36         LatexName       dummy
37         ParIndent       MM
38         ParSkip         0.4
39         Align           Block
40         AlignPossible   Block, Left, Right, Center
41         LabelType       No_Label
42 End
43
44 Input stdcounters.inc
45 Input stdfloats.inc
46 Input stdlists.inc
47 Input stdsections.inc
48 Input stdstarsections.inc
49 Input stdlayouts.inc
50
51 NoStyle Chapter
52 NoCounter chapter
53 NoStyle Chapter*
54
55
56 Style Title
57         Margin          Static
58         LatexType       Command
59         LatexName       title
60         Category        FrontMatter
61         ParSkip         0.4
62         ItemSep         0
63         TopSep          0
64         BottomSep       1
65         ParSep          1
66         Align           Center
67         LabelType       No_Label
68         Font
69           Size          Largest
70         EndFont
71 End
72
73
74 Style Authors
75         Margin          Static
76         LatexType       Command
77         Category        FrontMatter
78         LatexName       authors
79         LabelSep        xxx
80         ParSkip         0.4
81         TopSep          1.3
82         BottomSep       0.7
83         ParSep          0.7
84         Align           Center
85         LabelType       No_Label
86         Font
87           Size          Large
88         EndFont
89 End
90
91
92 InsetLayout "Flex:Affiliation Mark"
93         LyxType         custom
94         LatexType       command
95         LatexName       altaffilmark
96         LabelString     "Affiliation Mark"
97         Font
98           Color         foreground
99           Size          Small
100           Family        Roman
101           Shape         Up
102           Series        Medium
103           Misc          No_Emph
104           Misc          No_Noun
105           Misc          No_Bar
106         EndFont
107         LabelFont
108           Color         latex
109           Size          Small
110         EndFont
111 End
112
113
114 Style "Author affiliation"
115         Margin          Dynamic
116         LatexType       Command
117         LatexName       altaffiltext
118         Category        FrontMatter
119         ParSkip         0.4
120         BottomSep       0.5
121         Align           Left
122         Argument 1
123           Mandatory     1
124           LabelString   "Number"
125           Tooltip       "Consecutive number for the author affiliations"
126           PassThru      1
127         EndArgument
128         LabelSep        xx
129         LabelType       Static
130         LabelString     "Author affiliation:"
131         LabelFont
132           Color         Green
133           Series        Bold
134         EndFont
135 End
136
137
138 Style Abstract
139         Margin          Dynamic
140         LatexType       Environment
141         LatexName       abstract
142         Category        FrontMatter
143         NextNoIndent    1
144         LabelSep        xxx
145         ParSkip         0.4
146         TopSep          0.7
147         BottomSep       0.4
148         Align           Block
149         LabelType       Static
150         LabelString     "Abstract."
151         LabelFont
152           Series        Bold
153         EndFont
154 End
155
156
157 Style Paragraph
158         CopyStyle       Subsection*
159         Category        BackMatter
160         LatexName       paragraph
161         TocLevel        4
162 End
163
164
165 Style Notation
166         Margin          Static
167         LatexType       Environment
168         LatexName       notation
169         Category        BackMatter
170         NextNoIndent    1
171         LabelSep        xxx
172         ParSkip         0.4
173         TopSep          0.7
174         BottomSep       0.4
175         Align           Block
176         LabelType       Above
177         LabelString     "Notation"
178         LabelFont
179           Series        Bold
180           Size          Larger
181         EndFont
182 End
183
184
185 Style Acknowledgments
186         Margin          Dynamic
187         LatexType       Environment
188         LatexName       acknowledgments
189         Category        BackMatter
190         NextNoIndent    1
191         LabelSep        xxx
192         ParSkip         0.4
193         TopSep          0.7
194         BottomSep       0.4
195         Align           Block
196         LabelType       Static
197         LabelString     "Acknowledgments."
198         Font
199           Size          Small
200         EndFont
201         LabelFont
202           Series        Bold
203           Size          Small
204         EndFont
205 End
206
207
208 Style Bibliography
209         Margin          First_Dynamic
210         LatexType       Bib_Environment
211         LatexName       thebibliography
212         Category        BackMatter
213         NextNoIndent    1
214         ToggleIndent    Never
215         LeftMargin      MM
216         ParSkip         0.4
217         ItemSep         0
218         TopSep          0.7
219         BottomSep       0.7
220         ParSep          0.5
221         Align           Block
222         AlignPossible   Block, Left
223         LabelType       Bibliography
224         LabelString     "References"
225         LabelBottomSep  1.2
226         LabelFont
227           Series        Bold
228           Size          Larger
229         EndFont
230         TocLevel        1
231         IsTocCaption    0
232 End
233