]> git.lyx.org Git - lyx.git/blob - lib/layouts/llncs.layout
e5e7539986ad3dd4415885f39df947585a7f9763
[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 43
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 End
35
36
37 Input stdinsets.inc
38 Input stdsections.inc
39
40
41 Style Chapter
42         Align         Center
43         AlignPossible Block,Left,Center
44         TocLevel 0
45 End
46
47
48 Style Section
49         Font
50           Series              Bold
51           Size                Large
52         EndFont
53         TocLevel 1
54 End
55
56
57 Style Subsection
58         Font
59           Series              Bold
60           Size                Normal
61         EndFont
62         TocLevel 2
63 End
64
65
66 Style Subsubsection
67         Font
68           Series              Bold
69           Size                Normal
70         EndFont
71         TocLevel 3
72 End
73
74
75 Style Paragraph
76         Font
77           Series              Medium
78           Shape               Italic
79           Size                Normal
80         EndFont
81         TocLevel 4
82 End
83
84
85 Style Subparagraph
86         Font
87           Series              Medium
88           Shape               Up
89           Size                Normal
90         EndFont
91         TocLevel 5
92 End
93
94
95 # Now define the starred versions from the normal ones.
96 Input stdstarsections.inc
97
98 NoStyle Part
99 NoStyle Part*
100 NoStyle Chapter
101
102
103 # Some standard things
104 Input stdlayouts.inc
105 Input stdlists.inc
106
107
108 Style Title
109         Category              FrontMatter
110         Margin                Static
111         LatexType             Command
112         InTitle               1
113         LatexName             title
114         NextNoIndent          1
115         ParSkip               0.4
116         TopSep                1.3
117         BottomSep             0.7
118         ParSep                0.7
119         Align                 Center
120         AlignPossible         Block, Center, Left, Right
121         LabelType             No_Label
122         Font
123           Family              Sans
124           Series              Bold
125           Size                Largest
126         EndFont
127         HTMLTitle             true
128 End
129
130
131 Style Subtitle
132         Margin                Static
133         LatexType             Command
134         InTitle               1
135         LatexName             subtitle
136         NextNoIndent          1
137         ParSkip               0.4
138         ItemSep               0
139         TopSep                0
140         BottomSep             0
141         ParSep                0
142         Align                 Left
143         LabelType             No_Label
144         Font
145           Family              Sans
146           Series              Bold
147           Size                Large
148         EndFont
149 End
150
151
152 Style Running_LaTeX_Title
153         Margin                Static
154         InTitle               1
155         LatexType             Command
156         LatexName             titlerunning
157         NextNoIndent          1
158         LeftMargin            "Running title:xxx"
159         LabelSep              xxx
160         ParSkip               0.4
161         TopSep                1.3
162         BottomSep             0.7
163         ParSep                0.7
164         Align                 Left
165         LabelType             Static
166         LabelString           "Running title:"
167         LabelFont
168           Series              Bold
169           Shape               Italic
170           Color               Red
171         EndFont
172 End
173
174
175 Style TOC_Title
176         CopyStyle             Running_LaTeX_Title
177         LatexName             toctitle
178         LeftMargin            "TOC title:xxx"
179         LabelString           "TOC title:"
180 End
181
182
183 Style Author
184         Category              FrontMatter
185         Margin                Static
186         LatexType             Command
187         InTitle               1
188         LatexName             author
189         NextNoIndent          1
190         ParSkip               0.4
191         TopSep                0.7
192         BottomSep             0.7
193         ItemSep               0
194         ParSep                0
195         Align                 Left
196         LabelType             No_Label
197         Font
198           Series              Bold
199           Shape               Italic
200         EndFont
201 End
202
203
204 Style Author_Running
205         CopyStyle             Running_LaTeX_Title
206         LatexName             authorrunning
207         LeftMargin            "Author Running:xxx"
208         LabelString           "Author Running:"
209 End
210
211
212 Style TOC_Author
213         CopyStyle             Running_LaTeX_Title
214         LatexName             tocauthor
215         LeftMargin            "TOC Author:xxx"
216         LabelString           "TOC Author:"
217 End
218
219
220 Style Institute
221         Margin                Static
222         LatexType             Command
223         InTitle               1
224         LatexName             institute
225         NextNoIndent          1
226         ParSkip               0.4
227         TopSep                1.3
228         BottomSep             0.7
229         ParSep                0.7
230         Align                 Left
231         LabelType             No_Label
232         Font
233           Size                Small
234         EndFont
235 End
236
237
238 Style Email
239         CopyStyle             Running_LaTeX_Title
240         LatexName             email
241         LeftMargin            "Email:xxx"
242         LabelString           "Email:"
243 End
244
245
246 Style Abstract
247         Category              FrontMatter
248         Margin                First_Dynamic
249         LatexType             Environment
250         LatexName             abstract
251         NextNoIndent          0
252         ParIndent             MM
253         LabelSep              xx
254         ItemSep               0
255         TopSep                0.7
256         BottomSep             0.7
257         ParSep                0
258         Align                 Block
259         AlignPossible         Block, Left
260         LabelType             Top_Environment
261         LabelString           "Abstract."
262         LabelFont
263           Series              Bold
264         EndFont
265 End
266
267
268 Style Bibliography
269         Margin                First_Dynamic
270         LatexType             Bib_Environment
271         LatexName             thebibliography
272         NextNoIndent          1
273         LeftMargin            MM
274         ParSkip               0.4
275         ItemSep               0
276         TopSep                0.7
277         BottomSep             0.7
278         ParSep                0.5
279         Align                 Block
280         AlignPossible         Block, Left
281         LabelType             Bibliography
282         LabelString           "References"
283         LabelBottomSep    0.7
284         LabelFont
285           Series              Bold
286         EndFont
287 End
288
289
290 # Mathematics-like definitions:
291 Style Case
292         Margin                First_Dynamic
293         LatexType             Environment
294         LatexName             case
295         NextNoIndent          0
296         ParIndent             MM
297         LabelSep              xx
298         ItemSep               0
299         TopSep                0.5
300         BottomSep             0.5
301         ParSep                0
302         Align                 Block
303         AlignPossible         Block, Left
304         LabelType             Static
305         LabelString           "Case #."
306         LabelFont
307           Shape               Italic
308         EndFont
309 End
310
311
312 Style Claim
313         CopyStyle             Case
314         LatexName             claim
315         LabelString           "Claim."
316 End
317
318
319 Style Conjecture
320         CopyStyle             Case
321         LatexName             conjecture
322         LabelString           "Conjecture #."
323 End
324
325
326 Style Corollary
327         CopyStyle             Case
328         LatexName             corollary
329         LabelString           "Corollary #."
330         Font
331           Shape               Italic
332         EndFont
333         LabelFont
334           Shape               Up
335           Series              Bold
336         EndFont
337 End
338
339
340 Style Definition
341         CopyStyle             Corollary
342         LatexName             definition
343         LabelString           "Definition #."
344 End
345
346
347 Style Example
348         CopyStyle             Case
349         LatexName             example
350         LabelString           "Example #."
351 End
352
353
354 Style Exercise
355         CopyStyle             Case
356         LatexName             exercise
357         LabelString           "Exercise #."
358 End
359
360
361 Style Lemma
362         CopyStyle             Corollary
363         LatexName             lemma
364         LabelString           "Lemma #."
365 End
366
367 Style Note
368         CopyStyle             Case
369         LatexName             note
370         LabelString           "Note #."
371 End
372
373
374 Style Problem
375         CopyStyle             Exercise
376         LatexName             problem
377         LabelString           "Problem #."
378 End
379
380
381 Style Proof
382         CopyStyle             Claim
383         LatexName             proof
384         LabelString           "Proof."
385 End
386
387
388 Style Property
389         CopyStyle             Case
390         LatexName             property
391         LabelString           "Property #."
392 End
393
394
395 Style Proposition
396         CopyStyle             Corollary
397         LatexName             proposition
398         LabelString           "Proposition #."
399 End
400
401 Style Question
402         CopyStyle             Case
403         LatexName             question
404         LabelString           "Question #."
405 End
406
407
408 Style Remark
409         CopyStyle             Case
410         LatexName             remark
411         LabelString           "Remark #."
412 End
413
414
415 Style Solution
416         CopyStyle             Case
417         LatexName             solution
418         LabelString           "Solution #."
419 End
420
421
422 Style Theorem
423         CopyStyle             Corollary
424         LatexName             theorem
425         LabelString           "Theorem #."
426 End
427
428
429 Input stdfloats.inc
430 Input stdcounters.inc
431 Input stdinsets.inc
432 Input theorems-refprefix.inc