]> git.lyx.org Git - lyx.git/blob - lib/layouts/copernicus.layout
Merge branch 'feature/docbook' into master
[lyx.git] / lib / layouts / copernicus.layout
1 #% Do not delete the line below; configure depends on this
2 # \DeclareLaTeXClass[copernicus, manuscript.sty]{Copernicus Publications Manuscript Preparation}
3 # \DeclareCategory{Articles}
4
5 # Please do not edit this file unless you know what you are doing.
6 # At least make backup copies of all your project files!
7
8 Format 82
9
10 Provides        babel   1
11 Provides        inputenc 1
12 Provides        tabularx        1
13 Provides        cancel  1
14 Provides        multirow 1
15 Provides        supertabular    1
16 Provides        algorithmic     1
17 Provides        algorithm       1
18 Provides        amsthm  1
19 Provides        float   1
20 Provides        subfig  1
21 Provides        rotating        1
22 Provides        natbib  1
23 Provides        hyperref        1
24
25 Input           stdclass.inc
26
27 TocDepth        2
28
29 ClassOptions
30         FontSize        10|11|12
31         Other           "journal abbreviation, manuscript"
32 End
33
34 Style Title
35         Align           Left
36         Font
37                 Series          Bold
38                 Size            Largest
39         EndFont
40 End
41
42 Style InFrontmatter
43         Category        FrontMatter
44         Align           Left
45         InTitle         1
46         LatexType       Command
47         LabelType       Static
48         Margin          Dynamic
49         LabelSep        xxx
50         NextNoIndent    1
51         LabelFont
52                 Series          Medium
53                 Shape           Italic
54                 Color           red
55         EndFont
56 End
57
58 Style Author
59         CopyStyle       InFrontmatter
60         KeepEmpty       1
61         LatexName       Author
62         LabelString     "Author:"
63         Argument 1
64                 LabelString     "Author affiliation"
65                 ToolTip         "Insert the affiliation number"
66         EndArgument
67         Argument 2
68                 LabelString     "Given name"
69                 Mandatory       1
70         EndArgument
71         Argument 3
72                 Mandatory       1
73                 LabelString     "Surname"
74                 ToolTip         "Surname"
75         EndArgument
76 End
77
78 Style Affil
79         # enters the affiliation that applies to all the previous
80         # authors since the last \affil entry.
81         CopyStyle       InFrontmatter
82         LatexName       affil
83         LabelString     "Affiliation:"
84         Argument 1
85                 LabelString     "Affiliation Mark"
86                 ToolTip         "identify the author with the corresponding affiliation. 1, 2, 3, etc. should be inserted."
87         EndArgument
88 End
89
90 Style Running_Title
91         # enters the short title that appears at the
92         # top of all pages (except for the first page).
93         CopyStyle       InFrontmatter
94         LatexName       runningtitle
95         LabelString     "Running title:"
96 End
97
98 Style FirstPage
99         LatexType       Command
100         LatexName       firstpage
101         LabelString     firstpage
102         LabelType       Static
103         Margin          Dynamic
104         LabelSep        xx
105         LabelFont
106                 Shape           Italic
107                 Color           Red
108         EndFont
109 End
110
111 Style RunningAuthor
112         # enters the abbreviated list of authors that appears
113         # at the top of all pages (except for the first page)
114         CopyStyle       InFrontmatter
115         LatexName       runningauthor
116         LabelString     "Running author:"
117 End
118
119 Style Publications
120         Margin          Dynamic
121         KeepEmpty       1
122         LatexType       Command
123         NextNoIndent    1
124         LabelSep        M
125         ParSkip         0.4
126         TopSep          1.3
127         BottomSep       0.7
128         ParSep          0.7
129         Align           Left
130         LabelType       Static
131         Font
132                 Size            Small
133                 Series          Medium
134         EndFont
135         LabelFont
136                 Series          Bold
137                 Shape           Up
138                 Color           Black
139         EndFont
140 End
141
142 Style Correspondence
143         CopyStyle       Publications
144         LatexName       correspondence
145         LabelString     "Correspondence:"
146 End
147
148 Style Received
149         # enters the date that the manuscript was submitted
150         # (to be inserted by the Publication Production Office).
151         CopyStyle       Publications
152         LatexName       received
153         LabelString     "Received:"
154 End
155
156 Style Accepted
157         # enters the date that the paper was accepted for publication
158         # (to be inserted by the Publication Production Office)
159         CopyStyle       Publications
160         LatexName       accepted
161         LabelString     "Accepted:"
162 End
163
164 Style Pubdiscuss
165         # enters the date that the manuscript was published
166         # in the discussion stage
167         # (to be inserted by the Publication Produc- tion Office).
168         CopyStyle       Publications
169         LatexName       pubdiscuss
170         LabelString     "Pubdiscuss:"
171 End
172
173 Style Revised
174         # enters the date that the revised manuscript was received
175         # (to be inserted by the Publication Production Office and
176         # omitted if there were no revisions).
177         CopyStyle       Publications
178         LatexName       revised
179         LabelString     "Revised:"
180 End
181
182 Style Published
183         # enters the date that the manuscript was published
184         # in its final form
185         # (to be inserted by the Publication Production Office).
186         CopyStyle       Publications
187         LatexName       published
188         LabelString     "Published:"
189 End
190
191 Style Abstract
192         LatexType       Environment
193         LatexName       abstract
194         LabelType       Static
195         LabelSep        xx
196         LabelString     "Abstract."
197         Margin          Dynamic
198         NextNoIndent    1
199         Align           Left
200         LabelFont
201                 Size            Normal
202                 Series          Bold
203         EndFont
204         ParSkip         0.4
205         TopSep          1.3
206         BottomSep       0.7
207         ParSep          0.7
208 End
209
210 Style Statements
211         LabelType       Static
212         LabelFont
213                 Shape           Italic
214         EndFont
215         LabelSep        xx
216         LatexType       Command
217         Margin          Dynamic
218         KeepEmpty       0
219 End
220
221 Style Copyrightstatement
222         CopyStyle       Statements
223         LatexName       copyrightstatement
224         LabelString     "Copyright:"
225 End
226
227 Style Introduction
228         CopyStyle       Section
229         LatexName       introduction
230         LabelString     "\thesection Introduction"
231         KeepEmpty       1
232         LabelSep        ""
233 End
234
235 Style Conclusions
236         CopyStyle       Section
237         LatexName       conclusions
238         LabelString     "\thesection Conclusions"
239         KeepEmpty       1
240         LabelSep        ""
241 End
242
243 Counter appendix
244         GuiName Appendix
245         Within          "none"
246 End
247
248 Style Section_Appendix
249         CopyStyle       Section
250         Category        Appendix
251         LabelCounter    appendix
252         LabelString     "Appendix \Alph{appendix}:"
253 End
254
255 Counter subappendix
256         GuiName Subappendix
257         Within          "appendix"
258 End
259
260 Style Subsection_Appendix
261         CopyStyle       Subsection
262         Category        Appendix
263         LabelCounter    subappendix
264         LabelString     "\Alph{appendix}\arabic{subappendix}"
265 End
266
267 Counter subsubappendix
268         GuiName Subsubappendix
269         Within          subappendix
270 End
271
272 Style Subsubsection_Appendix
273         CopyStyle       Subsubsection
274         Category        Appendix
275         LabelCounter    subsubappendix
276         LabelString     "\Alph{appendix}\arabic{subappendix}.\arabic{subsubappendix}"
277 End
278
279 InsetLayout Flex:Appendix
280         LyXType         custom
281         LatexType       Environment
282         LatexName       copappendix
283         Decoration      Classic
284         MultiPar        true
285         LabelString     "[Appendix]"
286         KeepEmpty       1
287         Font
288                 Family          Roman
289                 Size            Normal
290                 Shape           Up
291         EndFont
292         Preamble
293                 \newenvironment{copappendix}
294                 {\appendix}
295                 {\noappendix}
296         EndPreamble
297 End
298
299 Style CodeAvailability
300         CopyStyle       Statements
301         LabelString     "Code availability."
302         LatexName       codeavailability
303 End
304
305 Style DataAvailability
306         CopyStyle       Statements
307         LabelString     "Data availability."
308         LatexName       dataavailability
309 End
310
311 Style CodeAndDataAvailability
312         CopyStyle       Statements
313         LabelString     "Code and data availability."
314         LatexName       codedataavailability
315 End
316
317 Style SampleAvailability
318         CopyStyle       Statements
319         LabelString     "Sample availability."
320         LatexName       sampleavailability
321 End
322
323 Style Statements2
324         CopyStyle       Statements
325         ParSkip         0.4
326         TopSep          1.3
327         BottomSep       0.7
328         ParSep          0.7
329 End
330
331 Style AuthorContribution
332         CopyStyle       Statements2
333         LabelString     "Author contributions."
334         LatexName       authorcontribution
335 End
336
337 Style CompetingInterests
338         CopyStyle       Statements2
339         LatexName       competinginterests
340         LabelString     "Competing Interests."
341 End
342
343 Style Disclaimer
344         CopyStyle       Statements2
345         LatexName       disclaimer
346         LabelString     "Disclaimer."
347 End
348
349 Style Acknowledgements
350         CopyStyle       Statements2
351         LatexName       acknowledgements
352         LabelString     "Acknowledgements."
353 End
354
355 Style Bibliography
356         Margin          First_Dynamic
357         LatexType       Bib_Environment
358         LatexName       thebibliography
359         Category        BackMatter
360         NextNoIndent    1
361         ToggleIndent    Never
362         LeftMargin      MM
363         ParSkip         0.4
364         ItemSep         0
365         TopSep          0.7
366         BottomSep       0.7
367         ParSep          0.5
368         Align           Block
369         AlignPossible   Block, Left
370         LabelType       Bibliography
371         LabelString     "References"
372         LabelBottomSep  0.7
373         LabelFont
374                 Series          Bold
375         EndFont
376         TocLevel        0
377         IsTocCaption    0
378         Argument listpreamble:1
379           LabelString    "Bib preamble"
380           MenuString     "Bibliography Preamble"
381           Tooltip        "LaTeX code to be inserted before the first bibliography item"
382           PassThru       1
383           Font
384             Family typewriter
385             Color latex
386           EndFont
387         EndArgument
388 End
389
390 NoStyle         Statements
391 NoStyle         Statements2
392 NoStyle         Publications
393 NoStyle         InFrontmatter
394 NoStyle         Chapter
395 NoStyle         Chapter*
396 NoStyle         Part
397 NoStyle         Part*