]> git.lyx.org Git - features.git/blob - lib/layouts/agutex.layout
DocBook: implement title for layouts that previously missed it.
[features.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 85
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         DocBookTag      title
72         DocBookTagType  paragraph
73         DocBookInInfo   maybe
74 End
75
76
77 Style Authors
78         Margin          Static
79         LatexType       Command
80         Category        FrontMatter
81         LatexName       authors
82         LabelSep        xxx
83         ParSkip         0.4
84         TopSep          1.3
85         BottomSep       0.7
86         ParSep          0.7
87         Align           Center
88         LabelType       No_Label
89         Font
90           Size          Large
91         EndFont
92 End
93
94
95 InsetLayout "Flex:Affiliation Mark"
96         LyxType         custom
97         LatexType       command
98         LatexName       altaffilmark
99         LabelString     "Affiliation Mark"
100         Font
101           Color         foreground
102           Size          Small
103           Family        Roman
104           Shape         Up
105           Series        Medium
106           Misc          No_Emph
107           Misc          No_Noun
108           Misc          No_Bar
109         EndFont
110         LabelFont
111           Color         latex
112           Size          Small
113         EndFont
114 End
115
116
117 Style "Author affiliation"
118         Margin          Dynamic
119         LatexType       Command
120         LatexName       altaffiltext
121         Category        FrontMatter
122         ParSkip         0.4
123         BottomSep       0.5
124         Align           Left
125         Argument 1
126           Mandatory     1
127           LabelString   "Number"
128           Tooltip       "Consecutive number for the author affiliations"
129           PassThru      1
130         EndArgument
131         LabelSep        xx
132         LabelType       Static
133         LabelString     "Author affiliation:"
134         LabelFont
135           Color         Green
136           Series        Bold
137         EndFont
138 End
139
140
141 Style Abstract
142         Margin          Dynamic
143         LatexType       Environment
144         LatexName       abstract
145         Category        FrontMatter
146         NextNoIndent    1
147         LabelSep        xxx
148         ParSkip         0.4
149         TopSep          0.7
150         BottomSep       0.4
151         Align           Block
152         LabelType       Static
153         LabelString     "Abstract."
154         LabelFont
155           Series        Bold
156         EndFont
157 End
158
159
160 Style Paragraph
161         CopyStyle       Subsection*
162         Category        BackMatter
163         LatexName       paragraph
164         TocLevel        4
165 End
166
167
168 Style Notation
169         Margin          Static
170         LatexType       Environment
171         LatexName       notation
172         Category        BackMatter
173         NextNoIndent    1
174         LabelSep        xxx
175         ParSkip         0.4
176         TopSep          0.7
177         BottomSep       0.4
178         Align           Block
179         LabelType       Above
180         LabelString     "Notation"
181         LabelFont
182           Series        Bold
183           Size          Larger
184         EndFont
185 End
186
187
188 Style Acknowledgments
189         Margin          Dynamic
190         LatexType       Environment
191         LatexName       acknowledgments
192         Category        BackMatter
193         NextNoIndent    1
194         LabelSep        xxx
195         ParSkip         0.4
196         TopSep          0.7
197         BottomSep       0.4
198         Align           Block
199         LabelType       Static
200         LabelString     "Acknowledgments."
201         Font
202           Size          Small
203         EndFont
204         LabelFont
205           Series        Bold
206           Size          Small
207         EndFont
208         DocBookTag            para
209         DocBookWrapperTag     acknowledgements
210         DocBookSection        true
211 End
212
213
214 Style Bibliography
215         Margin          First_Dynamic
216         LatexType       Bib_Environment
217         LatexName       thebibliography
218         Category        BackMatter
219         NextNoIndent    1
220         ToggleIndent    Never
221         LeftMargin      MM
222         ParSkip         0.4
223         ItemSep         0
224         TopSep          0.7
225         BottomSep       0.7
226         ParSep          0.5
227         Align           Block
228         AlignPossible   Block, Left
229         LabelType       Bibliography
230         LabelString     "References"
231         LabelBottomSep  1.2
232         LabelFont
233           Series        Bold
234           Size          Larger
235         EndFont
236         TocLevel        1
237         IsTocCaption    0
238         Argument listpreamble:1
239           LabelString    "Bib preamble"
240           MenuString     "Bibliography Preamble"
241           Tooltip        "LaTeX code to be inserted before the first bibliography item"
242           PassThru       1
243           Font
244             Family typewriter
245             Color latex
246           EndFont
247         EndArgument
248 End
249