]> git.lyx.org Git - lyx.git/blob - lib/layouts/llncs.layout
Change LFUN_FONT_CODE to LFUN_FONT_TYPEWERITER, possibly in preparation for a move...
[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 5
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         AlignPossible         Left
136         LabelType             No_Label
137         Font
138           Family              Sans
139           Series              Bold
140           Size                Large
141         EndFont
142 End
143
144
145 Style Running_LaTeX_Title
146         Margin                Static
147         InTitle               1
148         LatexType             Command
149         LatexName             titlerunning
150         NextNoIndent          1
151         LeftMargin            "Running title:xxx"
152         LabelSep              xxx
153         ParSkip               0.4
154         TopSep                1.3
155         BottomSep             0.7
156         ParSep                0.7
157         Align                 Left
158         AlignPossible         Left
159         LabelType             Static
160         LabelString           "Running title:"
161         LabelFont
162           Series              Bold
163           Shape               Italic
164           Color               Red
165         EndFont
166 End
167
168
169 Style TOC_Title
170         CopyStyle             Running_LaTeX_Title
171         LatexName             toctitle
172         LeftMargin            "TOC title:xxx"
173         LabelString           "TOC title:"
174 End
175
176
177 Style Author
178         Margin                Static
179         LatexType             Command
180         InTitle               1
181         LatexName             author
182         NextNoIndent          1
183         ParSkip               0.4
184         TopSep                0.7
185         BottomSep             0.7
186         ItemSep               0
187         ParSep                0
188         Align                 Left
189         AlignPossible         Left
190         LabelType             No_Label
191         Font
192           Series              Bold
193           Shape               Italic
194         EndFont
195 End
196
197
198 Style Author_Running
199         CopyStyle             Running_LaTeX_Title
200         LatexName             authorrunning
201         LeftMargin            "Author Running:xxx"
202         LabelString           "Author Running:"
203 End
204
205
206 Style TOC_Author
207         CopyStyle             Running_LaTeX_Title
208         LatexName             tocauthor
209         LeftMargin            "TOC Author:xxx"
210         LabelString           "TOC Author:"
211 End
212
213
214 Style Institute
215         Margin                Static
216         LatexType             Command
217         InTitle               1
218         LatexName             institute
219         NextNoIndent          1
220         ParSkip               0.4
221         TopSep                1.3
222         BottomSep             0.7
223         ParSep                0.7
224         Align                 Left
225         AlignPossible         Left
226         LabelType             No_Label
227         Font
228           Size                Small
229         EndFont
230 End
231
232
233 Style Email
234         CopyStyle             Running_LaTeX_Title
235         LatexName             email
236         LeftMargin            "Email:xxx"
237         LabelString           "Email:"
238 End
239
240
241 Style Abstract
242         Margin                First_Dynamic
243         LatexType             Environment
244         LatexName             abstract
245         NextNoIndent          0
246         ParIndent             MM
247         LabelSep              xx
248         ItemSep               0
249         TopSep                0.7
250         BottomSep             0.7
251         ParSep                0
252         Align                 Block
253         AlignPossible         Block, Left
254         LabelType             Top_Environment
255         LabelString           "Abstract."
256         LabelFont
257           Series              Bold
258         EndFont
259 End
260
261
262 Style Bibliography
263         Margin                First_Dynamic
264         LatexType             Bib_Environment
265         LatexName             thebibliography
266         NextNoIndent          1
267         LeftMargin            MM
268         ParSkip               0.4
269         ItemSep               0
270         TopSep                0.7
271         BottomSep             0.7
272         ParSep                0.5
273         Align                 Block
274         AlignPossible         Block, Left
275         LabelType             Bibliography
276         LabelString           "References"
277         LabelBottomSep    0.7
278         LabelFont
279           Series              Bold
280         EndFont
281 End
282
283
284 # Mathematics-like definitions:
285 Style Case
286         Margin                First_Dynamic
287         LatexType             Environment
288         LatexName             case
289         NextNoIndent          0
290         ParIndent             MM
291         LabelSep              xx
292         ItemSep               0
293         TopSep                0.5
294         BottomSep             0.5
295         ParSep                0
296         Align                 Block
297         AlignPossible         Block, Left
298         LabelType             Static
299         LabelString           "Case #."
300         LabelFont
301           Shape               Italic
302         EndFont
303 End
304
305
306 Style Claim
307         CopyStyle             Case
308         LatexName             claim
309         LabelString           "Claim."
310 End
311
312
313 Style Conjecture
314         CopyStyle             Case
315         LatexName             conjecture
316         LabelString           "Conjecture #."
317 End
318
319
320 Style Corollary
321         CopyStyle             Case
322         LatexName             corollary
323         LabelString           "Corollary #."
324         Font
325           Shape               Italic
326         EndFont
327         LabelFont
328           Shape               Up
329           Series              Bold
330         EndFont
331 End
332
333
334 Style Definition
335         CopyStyle             Corollary
336         LatexName             definition
337         LabelString           "Definition #."
338 End
339
340
341 Style Example
342         CopyStyle             Case
343         LatexName             example
344         LabelString           "Example #."
345 End
346
347
348 Style Exercise
349         CopyStyle             Case
350         LatexName             exercise
351         LabelString           "Exercise #."
352 End
353
354
355 Style Lemma
356         CopyStyle             Corollary
357         LatexName             lemma
358         LabelString           "Lemma #."
359 End
360
361 Style Note
362         CopyStyle             Case
363         LatexName             note
364         LabelString           "Note #."
365 End
366
367
368 Style Problem
369         CopyStyle             Exercise
370         LatexName             problem
371         LabelString           "Problem #."
372 End
373
374
375 Style Proof
376         CopyStyle             Claim
377         LatexName             proof
378         LabelString           "Proof."
379 End
380
381
382 Style Property
383         CopyStyle             Case
384         LatexName             property
385         LabelString           "Property #."
386 End
387
388
389 Style Proposition
390         CopyStyle             Corollary
391         LatexName             proposition
392         LabelString           "Proposition #."
393 End
394
395 Style Question
396         CopyStyle             Case
397         LatexName             question
398         LabelString           "Question #."
399 End
400
401
402 Style Remark
403         CopyStyle             Case
404         LatexName             remark
405         LabelString           "Remark #."
406 End
407
408
409 Style Solution
410         CopyStyle             Case
411         LatexName             solution
412         LabelString           "Solution #."
413 End
414
415
416 Style Theorem
417         CopyStyle             Corollary
418         LatexName             theorem
419         LabelString           "Theorem #."
420 End
421
422
423 Input stdfloats.inc
424 Input stdcounters.inc