]> git.lyx.org Git - lyx.git/blob - lib/layouts/llncs.layout
DocBook: implement standard for layouts that previously missed it.
[lyx.git] / lib / layouts / llncs.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[llncs,aliascnt.sty,multicol.sty]{Lecture Notes in Comp. Science (LNCS)}
3 #  \DeclareCategory{Articles}
4 # llncs (article) textclass definition file.
5 # --------
6 #
7 # Taken from initial LyX source code
8 # Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
9 # Transposed by Pascal AndrĂ© <andre@via.ecp.fr>
10 # Heavily modified and enhanced by serveral developers.
11 #
12 # --------
13 # Based on ejour2.layout.
14 # ejour2 made originally by Martin Vermeer based on article.layout.
15 # Modified for LyX 12 by Jean-Marc Lasgouttes and MV.
16
17
18 Format 85
19 Columns                 1
20 Sides                   1
21 PageStyle               Plain
22
23
24 Style Standard
25         Category              MainText
26         Margin                Static
27         LatexType             Paragraph
28         LatexName             dummy
29         ParIndent             MM
30         ParSkip               0.4
31         Align                 Block
32         AlignPossible         Block, Left, Right, Center
33         LabelType             No_Label
34         DocBookTag            para
35 End
36
37
38 Input stdinsets.inc
39 Input stdsections.inc
40
41
42 Style Chapter
43         Align         Center
44         AlignPossible Block,Left,Center
45         TocLevel 0
46 End
47
48
49 Style Section
50         Font
51           Series              Bold
52           Size                Large
53         EndFont
54         TocLevel 1
55 End
56
57
58 Style Subsection
59         Font
60           Series              Bold
61           Size                Normal
62         EndFont
63         TocLevel 2
64 End
65
66
67 Style Subsubsection
68         Font
69           Series              Bold
70           Size                Normal
71         EndFont
72         TocLevel 3
73 End
74
75
76 Style Paragraph
77         Font
78           Series              Medium
79           Shape               Italic
80           Size                Normal
81         EndFont
82         TocLevel 4
83 End
84
85
86 Style Subparagraph
87         Font
88           Series              Medium
89           Shape               Up
90           Size                Normal
91         EndFont
92         TocLevel 5
93 End
94
95
96 # Now define the starred versions from the normal ones.
97 Input stdstarsections.inc
98
99 NoStyle Part
100 NoStyle Part*
101 NoStyle Chapter
102
103
104 # Some standard things
105 Input stdlayouts.inc
106 Input stdlists.inc
107
108
109 Style Title
110         Category              FrontMatter
111         Margin                Static
112         LatexType             Command
113         InTitle               1
114         LatexName             title
115         NextNoIndent          1
116         ParSkip               0.4
117         TopSep                1.3
118         BottomSep             0.7
119         ParSep                0.7
120         Align                 Center
121         AlignPossible         Block, Center, Left, Right
122         LabelType             No_Label
123         Font
124           Family              Sans
125           Series              Bold
126           Size                Largest
127         EndFont
128         HTMLTitle             true
129 End
130
131
132 Style Subtitle
133         Margin                Static
134         LatexType             Command
135         InTitle               1
136         LatexName             subtitle
137         NextNoIndent          1
138         ParSkip               0.4
139         ItemSep               0
140         TopSep                0
141         BottomSep             0
142         ParSep                0
143         Align                 Left
144         LabelType             No_Label
145         Font
146           Family              Sans
147           Series              Bold
148           Size                Large
149         EndFont
150 End
151
152
153 Style Running_LaTeX_Title
154         Margin                Static
155         InTitle               1
156         LatexType             Command
157         LatexName             titlerunning
158         NextNoIndent          1
159         LeftMargin            "Running title:xxx"
160         LabelSep              xxx
161         ParSkip               0.4
162         TopSep                1.3
163         BottomSep             0.7
164         ParSep                0.7
165         Align                 Left
166         LabelType             Static
167         LabelString           "Running Title:"
168         LabelFont
169           Series              Bold
170           Shape               Italic
171           Color               Red
172         EndFont
173 End
174
175
176 Style TOC_Title
177         CopyStyle             Running_LaTeX_Title
178         LatexName             toctitle
179         LeftMargin            "TOC Title:xxx"
180         LabelString           "TOC Title:"
181 End
182
183
184 Style Author
185         Category              FrontMatter
186         Margin                Static
187         LatexType             Command
188         InTitle               1
189         LatexName             author
190         NextNoIndent          1
191         ParSkip               0.4
192         TopSep                0.7
193         BottomSep             0.7
194         ItemSep               0
195         ParSep                0
196         Align                 Left
197         LabelType             No_Label
198         Font
199           Series              Bold
200           Shape               Italic
201         EndFont
202 End
203
204
205 Style Author_Running
206         CopyStyle             Running_LaTeX_Title
207         LatexName             authorrunning
208         LeftMargin            "Author Running:xxx"
209         LabelString           "Author Running:"
210 End
211
212
213 Style TOC_Author
214         CopyStyle             Running_LaTeX_Title
215         LatexName             tocauthor
216         LeftMargin            "TOC Author:xxx"
217         LabelString           "TOC Author:"
218 End
219
220
221 Style Institute
222         Category              FrontMatter
223         Margin                Static
224         LatexType             Command
225         InTitle               1
226         LatexName             institute
227         NextNoIndent          1
228         ParSkip               0.4
229         TopSep                1.3
230         BottomSep             0.7
231         ParSep                0.7
232         Align                 Left
233         LabelType             No_Label
234         Font
235           Size                Small
236         EndFont
237 End
238
239
240 Style Email
241         CopyStyle             Running_LaTeX_Title
242         LatexName             email
243         LeftMargin            "Email:xxx"
244         LabelString           "Email:"
245 End
246
247
248 Style Abstract
249         Category              FrontMatter
250         Margin                First_Dynamic
251         LatexType             Environment
252         LatexName             abstract
253         NextNoIndent          0
254         ParIndent             MM
255         LabelSep              xx
256         ItemSep               0
257         TopSep                0.7
258         BottomSep             0.7
259         ParSep                0
260         Align                 Block
261         AlignPossible         Block, Left
262         LabelType             Above
263         LabelString           "Abstract."
264         LabelFont
265           Series              Bold
266         EndFont
267 End
268
269
270 Style Bibliography
271         Category              BackMatter
272         Margin                First_Dynamic
273         LatexType             Bib_Environment
274         LatexName             thebibliography
275         NextNoIndent          1
276         ToggleIndent          Never
277         LeftMargin            MM
278         ParSkip               0.4
279         ItemSep               0
280         TopSep                0.7
281         BottomSep             0.7
282         ParSep                0.5
283         Align                 Block
284         AlignPossible         Block, Left
285         LabelType             Bibliography
286         LabelString           "References"
287         LabelBottomSep        0.7
288         LabelFont
289           Series              Bold
290         EndFont
291         TocLevel              0
292         IsTocCaption          0
293         Argument listpreamble:1
294           LabelString    "Bib preamble"
295           MenuString     "Bibliography Preamble"
296           Tooltip        "LaTeX code to be inserted before the first bibliography item"
297           PassThru       1
298           Font
299             Family typewriter
300             Color latex
301           EndFont
302         EndArgument
303 End
304
305
306 # Mathematics-like definitions:
307 Style Case
308         Category              Reasoning
309         Margin                First_Dynamic
310         LatexType             Environment
311         LatexName             case
312         NextNoIndent          0
313         ParIndent             MM
314         LabelSep              xx
315         ItemSep               0
316         TopSep                0.5
317         BottomSep             0.5
318         ParSep                0
319         Align                 Block
320         AlignPossible         Block, Left
321         LabelType             Static
322         LabelString           "Case #."
323         LabelFont
324           Shape               Italic
325         EndFont
326 End
327
328
329 Style Claim
330         CopyStyle             Case
331         LatexName             claim
332         LabelString           "Claim."
333 End
334
335
336 Style Conjecture
337         CopyStyle             Case
338         LatexName             conjecture
339         LabelString           "Conjecture #."
340 End
341
342
343 Style Corollary
344         CopyStyle             Case
345         LatexName             corollary
346         LabelString           "Corollary #."
347         Font
348           Shape               Italic
349         EndFont
350         LabelFont
351           Shape               Up
352           Series              Bold
353         EndFont
354 End
355
356
357 Style Definition
358         CopyStyle             Corollary
359         LatexName             definition
360         LabelString           "Definition #."
361 End
362
363
364 Style Example
365         CopyStyle             Case
366         LatexName             example
367         LabelString           "Example #."
368 End
369
370
371 Style Exercise
372         CopyStyle             Case
373         LatexName             exercise
374         LabelString           "Exercise #."
375 End
376
377
378 Style Lemma
379         CopyStyle             Corollary
380         LatexName             lemma
381         LabelString           "Lemma #."
382 End
383
384 Style Note
385         CopyStyle             Case
386         LatexName             note
387         LabelString           "Note #."
388 End
389
390
391 Style Problem
392         CopyStyle             Exercise
393         LatexName             problem
394         LabelString           "Problem #."
395 End
396
397
398 Style Proof
399         CopyStyle             Claim
400         LatexName             proof
401         LabelString           "Proof."
402 End
403
404
405 Style Property
406         CopyStyle             Case
407         LatexName             property
408         LabelString           "Property #."
409 End
410
411
412 Style Proposition
413         CopyStyle             Corollary
414         LatexName             proposition
415         LabelString           "Proposition #."
416 End
417
418 Style Question
419         CopyStyle             Case
420         LatexName             question
421         LabelString           "Question #."
422 End
423
424
425 Style Remark
426         CopyStyle             Case
427         LatexName             remark
428         LabelString           "Remark #."
429 End
430
431
432 Style Solution
433         CopyStyle             Case
434         LatexName             solution
435         LabelString           "Solution #."
436 End
437
438
439 Style Theorem
440         CopyStyle             Corollary
441         LatexName             theorem
442         LabelString           "Theorem #."
443 End
444
445
446 Input stdfloats.inc
447 Input stdcounters.inc
448 Input stdinsets.inc
449 Input theorems-refprefix.inc