]> git.lyx.org Git - lyx.git/blob - lib/layouts/copernicus.layout
DocBook: implement ectaart.
[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 85
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         DocBookTag            title
41         DocBookTagType        paragraph
42         DocBookInInfo         maybe
43 End
44
45 Style InFrontmatter
46         Category        FrontMatter
47         Align           Left
48         InTitle         1
49         LatexType       Command
50         LabelType       Static
51         Margin          Dynamic
52         LabelSep        xxx
53         NextNoIndent    1
54         LabelFont
55                 Series          Medium
56                 Shape           Italic
57                 Color           red
58         EndFont
59 End
60
61 Style Author
62         CopyStyle       InFrontmatter
63         KeepEmpty       1
64         LatexName       Author
65         LabelString     "Author:"
66         Argument 1
67                 LabelString     "Author affiliation"
68                 ToolTip         "Insert the affiliation number"
69         EndArgument
70         Argument 2
71                 LabelString     "Given name"
72                 Mandatory       1
73         EndArgument
74         Argument 3
75                 Mandatory       1
76                 LabelString     "Surname"
77                 ToolTip         "Surname"
78         EndArgument
79         DocBookTag            personname
80         DocBookTagType        paragraph
81         DocBookWrapperTag     author
82         DocBookWrapperTagType inline
83         DocBookInInfo         always
84 End
85
86 Style Affil
87         # enters the affiliation that applies to all the previous
88         # authors since the last \affil entry.
89         CopyStyle       InFrontmatter
90         LatexName       affil
91         LabelString     "Affiliation:"
92         Argument 1
93                 LabelString     "Affiliation Mark"
94                 ToolTip         "identify the author with the corresponding affiliation. 1, 2, 3, etc. should be inserted."
95         EndArgument
96         DocBookTag            address
97         DocBookTagType        block
98         DocBookWrapperTag     author
99         DocBookWrapperTagType inline
100         DocBookWrapperMergeWithPrevious  true
101         DocBookInInfo         always
102 End
103
104 Style Running_Title
105         # enters the short title that appears at the
106         # top of all pages (except for the first page).
107         CopyStyle       InFrontmatter
108         LatexName       runningtitle
109         LabelString     "Running title:"
110         DocBookTag            titleabbrev
111         DocBookTagType        paragraph
112         DocBookInInfo         maybe
113 End
114
115 Style FirstPage
116         LatexType       Command
117         LatexName       firstpage
118         LabelString     firstpage
119         LabelType       Static
120         Margin          Dynamic
121         LabelSep        xx
122         LabelFont
123                 Shape           Italic
124                 Color           Red
125         EndFont
126         DocBookTag            IGNORE
127         DocBookInInfo         maybe
128 End
129
130 Style RunningAuthor
131         # enters the abbreviated list of authors that appears
132         # at the top of all pages (except for the first page)
133         CopyStyle       InFrontmatter
134         LatexName       runningauthor
135         LabelString     "Running author:"
136         DocBookTag            authorinitials
137         DocBookTagType        paragraph
138         DocBookInInfo         maybe
139 End
140
141 Style Publications
142         Margin          Dynamic
143         KeepEmpty       1
144         LatexType       Command
145         NextNoIndent    1
146         LabelSep        M
147         ParSkip         0.4
148         TopSep          1.3
149         BottomSep       0.7
150         ParSep          0.7
151         Align           Left
152         LabelType       Static
153         Font
154                 Size            Small
155                 Series          Medium
156         EndFont
157         LabelFont
158                 Series          Bold
159                 Shape           Up
160                 Color           Black
161         EndFont
162 End
163
164 Style Correspondence
165         CopyStyle       Publications
166         LatexName       correspondence
167         LabelString     "Correspondence:"
168         DocBookTag      address
169         DocBookAttr     role='correspondence'
170         DocBookInInfo   always
171 End
172
173 Style Received
174         # enters the date that the manuscript was submitted
175         # (to be inserted by the Publication Production Office).
176         CopyStyle       Publications
177         LatexName       received
178         LabelString     "Received:"
179         DocBookTag      date
180         DocBookAttr     role='received'
181         DocBookInInfo   always
182 End
183
184 Style Accepted
185         # enters the date that the paper was accepted for publication
186         # (to be inserted by the Publication Production Office)
187         CopyStyle       Publications
188         LatexName       accepted
189         LabelString     "Accepted:"
190         DocBookTag      date
191         DocBookAttr     role='accepted'
192         DocBookInInfo   always
193 End
194
195 Style Pubdiscuss
196         # enters the date that the manuscript was published
197         # in the discussion stage
198         # (to be inserted by the Publication Produc- tion Office).
199         CopyStyle       Publications
200         LatexName       pubdiscuss
201         LabelString     "Pubdiscuss:"
202         DocBookTag      date
203         DocBookAttr     role='pubdiscuss'
204         DocBookInInfo   always
205 End
206
207 Style Revised
208         # enters the date that the revised manuscript was received
209         # (to be inserted by the Publication Production Office and
210         # omitted if there were no revisions).
211         CopyStyle       Publications
212         LatexName       revised
213         LabelString     "Revised:"
214         DocBookTag      date
215         DocBookAttr     role='revised'
216         DocBookInInfo   always
217 End
218
219 Style Published
220         # enters the date that the manuscript was published
221         # in its final form
222         # (to be inserted by the Publication Production Office).
223         CopyStyle       Publications
224         LatexName       published
225         LabelString     "Published:"
226         DocBookTag      date
227         DocBookAttr     role='published'
228         DocBookInInfo   always
229 End
230
231 Style Abstract
232         LatexType       Environment
233         LatexName       abstract
234         LabelType       Static
235         LabelSep        xx
236         LabelString     "Abstract."
237         Margin          Dynamic
238         NextNoIndent    1
239         Align           Left
240         LabelFont
241                 Size            Normal
242                 Series          Bold
243         EndFont
244         ParSkip         0.4
245         TopSep          1.3
246         BottomSep       0.7
247         ParSep          0.7
248         DocBookAbstract       true
249         DocBookInInfo         always
250         DocBookWrapperTag     abstract
251         DocBookWrapperMergeWithPrevious    true
252         DocBookTag            para
253 End
254
255 Style Statements
256         LabelType       Static
257         LabelFont
258                 Shape           Italic
259         EndFont
260         LabelSep        xx
261         LatexType       Command
262         Margin          Dynamic
263         KeepEmpty       0
264         DocBookTag      para
265         DocBookAttr     role='statements'
266 End
267
268 Style Copyrightstatement
269         CopyStyle       Statements
270         LatexName       copyrightstatement
271         LabelString     "Copyright:"
272         DocBookTag            para
273         DocBookWrapperTag     legalnotice
274         DocBookWrapperTagType block
275         DocBookWrapperMergeWithPrevious  true
276         DocBookInInfo         maybe
277 End
278
279 Style Introduction
280         CopyStyle       Section
281         LatexName       introduction
282         LabelString     "\thesection Introduction"
283         KeepEmpty       1
284         LabelSep        ""
285         DocBookSection  true
286         DocBookSectionTag  section
287 End
288
289 Style Conclusions
290         CopyStyle       Section
291         LatexName       conclusions
292         LabelString     "\thesection Conclusions"
293         KeepEmpty       1
294         LabelSep        ""
295         DocBookSection  true
296         DocBookSectionTag  section
297 End
298
299 Counter appendix
300         GuiName Appendix
301         Within          "none"
302 End
303
304 Style Section_Appendix
305         CopyStyle       Section
306         Category        Appendix
307         LabelCounter    appendix
308         LabelString     "Appendix \Alph{appendix}:"
309 End
310
311 Counter subappendix
312         GuiName Subappendix
313         Within          "appendix"
314 End
315
316 Style Subsection_Appendix
317         CopyStyle       Subsection
318         Category        Appendix
319         LabelCounter    subappendix
320         LabelString     "\Alph{appendix}\arabic{subappendix}"
321 End
322
323 Counter subsubappendix
324         GuiName Subsubappendix
325         Within          subappendix
326 End
327
328 Style Subsubsection_Appendix
329         CopyStyle       Subsubsection
330         Category        Appendix
331         LabelCounter    subsubappendix
332         LabelString     "\Alph{appendix}\arabic{subappendix}.\arabic{subsubappendix}"
333 End
334
335 InsetLayout Flex:Appendix
336         LyXType         custom
337         LatexType       Environment
338         LatexName       copappendix
339         Decoration      Classic
340         MultiPar        true
341         LabelString     "[Appendix]"
342         KeepEmpty       1
343         Font
344                 Family          Roman
345                 Size            Normal
346                 Shape           Up
347         EndFont
348         Preamble
349                 \newenvironment{copappendix}
350                 {\appendix}
351                 {\noappendix}
352         EndPreamble
353 End
354
355 Style CodeAvailability
356         CopyStyle       Statements
357         LabelString     "Code availability."
358         LatexName       codeavailability
359         DocBookTag      para
360         DocBookAttr     role='codeavailability'
361 End
362
363 Style DataAvailability
364         CopyStyle       Statements
365         LabelString     "Data availability."
366         LatexName       dataavailability
367         DocBookTag      para
368         DocBookAttr     role='dataavailability'
369 End
370
371 Style CodeAndDataAvailability
372         CopyStyle       Statements
373         LabelString     "Code and data availability."
374         LatexName       codedataavailability
375         DocBookTag      para
376         DocBookAttr     role='codedataavailability'
377 End
378
379 Style SampleAvailability
380         CopyStyle       Statements
381         LabelString     "Sample availability."
382         LatexName       sampleavailability
383         DocBookTag      para
384         DocBookAttr     role='sampleavailability'
385 End
386
387 Style Statements2
388         CopyStyle       Statements
389         ParSkip         0.4
390         TopSep          1.3
391         BottomSep       0.7
392         ParSep          0.7
393         DocBookTag      para
394         DocBookAttr     role='statements'
395 End
396
397 Style AuthorContribution
398         CopyStyle       Statements2
399         LabelString     "Author contributions."
400         LatexName       authorcontribution
401         DocBookTag      para
402         DocBookAttr     role='authorcontribution'
403 End
404
405 Style CompetingInterests
406         CopyStyle       Statements2
407         LatexName       competinginterests
408         LabelString     "Competing Interests."
409         DocBookTag      para
410         DocBookAttr     role='competinginterests'
411 End
412
413 Style Disclaimer
414         CopyStyle       Statements2
415         LatexName       disclaimer
416         LabelString     "Disclaimer."
417         DocBookTag      para
418         DocBookAttr     role='disclaimer'
419 End
420
421 Style Acknowledgements
422         CopyStyle       Statements2
423         LatexName       acknowledgements
424         LabelString     "Acknowledgements."
425         DocBookTag            para
426         DocBookWrapperTag     acknowledgements
427         DocBookSection        true
428 End
429
430 Style Bibliography
431         Margin          First_Dynamic
432         LatexType       Bib_Environment
433         LatexName       thebibliography
434         Category        BackMatter
435         NextNoIndent    1
436         ToggleIndent    Never
437         LeftMargin      MM
438         ParSkip         0.4
439         ItemSep         0
440         TopSep          0.7
441         BottomSep       0.7
442         ParSep          0.5
443         Align           Block
444         AlignPossible   Block, Left
445         LabelType       Bibliography
446         LabelString     "References"
447         LabelBottomSep  0.7
448         LabelFont
449                 Series          Bold
450         EndFont
451         TocLevel        0
452         IsTocCaption    0
453         Argument listpreamble:1
454           LabelString    "Bib preamble"
455           MenuString     "Bibliography Preamble"
456           Tooltip        "LaTeX code to be inserted before the first bibliography item"
457           PassThru       1
458           Font
459             Family typewriter
460             Color latex
461           EndFont
462         EndArgument
463 End
464
465 NoStyle         Statements
466 NoStyle         Statements2
467 NoStyle         Publications
468 NoStyle         InFrontmatter
469 NoStyle         Chapter
470 NoStyle         Chapter*
471 NoStyle         Part
472 NoStyle         Part*