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