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