]> git.lyx.org Git - lyx.git/blob - lib/layouts/llncs.layout
Fix conversion of minipages that contains tabulars.
[lyx.git] / lib / layouts / llncs.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass{Springer - Lecture Notes in Comp. Sci.}
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 # General textclass parameters
17 Columns                 1
18 Sides                   1
19 PageStyle               Plain
20 MaxCounter              Counter_Section
21
22 # Standard style definition
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 # The standard sections
35 Input stdsections.inc
36
37 # Chapter style definition
38 Style Chapter
39   Align         Center
40   AlignPossible Block,Left,Center
41 End
42
43 # Section style definition
44 Style Section
45   # standard font definition
46   LabelFont
47     Series              Bold
48     Size                Large
49   EndFont
50   Font
51     Series              Bold
52     Size                Large
53   EndFont
54 End
55
56 # Subsection style definition
57 Style Subsection
58   LabelType             Counter_Subsection
59   LabelFont
60     Series              Bold
61     Size                Normal
62   EndFont
63 End
64
65 # Subsubsection style definition
66 Style Subsubsection
67   # standard font definition
68   LabelFont 
69     Series              Bold
70     Size                Normal
71   EndFont
72 End
73
74 # Paragraph style definition
75 Style Paragraph
76 # standard font definition
77   Font 
78     Series              Medium
79     Shape               Italic
80     Size                Normal
81   EndFont
82 End
83
84 # Subparagraph style definition
85 Style Subparagraph
86   # standard font definition
87   Font
88     Series              Medium
89     Shape               Up
90     Size                Normal
91   EndFont
92 End
93
94 # Now define the starred versions from the normal ones.
95 Input stdstarsections.inc
96
97 # Remove the ones that we do not want
98 NoStyle         Part
99 NoStyle         Part*
100
101 # Some standard things
102 Input stdlayouts.inc
103 Input stdlists.inc
104
105 # Title style definition
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
122   # standard font definition
123   Font 
124     Family              Sans
125     Series              Bold
126     Size                Largest
127   EndFont
128
129 End
130
131 # Title style definition
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   AlignPossible         Left
145   LabelType             No_Label
146
147   # standard font definition
148   Font 
149     Family              Sans
150     Series              Bold
151     Size                Large
152   EndFont
153
154 End
155
156 # Title_Running style definition
157 Style Running_LaTeX_Title
158   Margin                Static
159   InTitle               1
160   LatexType             Command
161   LatexName             titlerunning
162   NextNoIndent          1
163   LeftMargin            "Running title:xxx"
164   LabelSep              xxx
165   ParSkip               0.4
166   TopSep                1.3
167   BottomSep             0.7
168   ParSep                0.7
169   Align                 Left
170   AlignPossible         Left
171   LabelType             Static
172   LabelString           "Running title: "
173
174   # standard font definition
175   LabelFont 
176     Series              Bold
177     Shape               Italic
178     Color               Red
179   EndFont
180
181 End
182
183 # TOC_Title style definition
184 Style TOC_Title
185   CopyStyle             "Running LaTeX Title"
186   LatexName             toctitle
187   LeftMargin            "TOC title:xxx"
188   LabelString           "TOC title: "
189 End
190
191 # Author style definition
192 Style Author
193   Margin                Static
194   LatexType             Command
195   InTitle               1
196   LatexName             author
197   NextNoIndent          1
198   ParSkip               0.4
199   TopSep                0.7
200   BottomSep             0.7
201   ItemSep               0
202   ParSep                0
203   Align                 Left
204   AlignPossible         Left
205   LabelType             No_Label
206
207   # standard font definition
208   Font 
209     Series              Bold
210     Shape               Italic
211   EndFont
212
213 End
214
215 # AuthorRunning style definition
216 Style Author_Running
217   CopyStyle             "Running LaTeX Title"
218   LatexName             authorrunning
219   LeftMargin            "Author Running:xxx"
220   LabelString           "Author Running: "
221 End
222
223 # TOC_Author style definition
224 Style TOC_Author
225   CopyStyle             "Running LaTeX Title"
226   LatexName             tocauthor
227   LeftMargin            "TOC Author :xxx"
228   LabelString           "TOC Author: "
229 End
230
231 # Institute style definition
232 Style Institute
233   Margin                Static
234   LatexType             Command
235   InTitle               1
236   LatexName             institute
237   NextNoIndent          1
238   ParSkip               0.4
239   TopSep                1.3
240   BottomSep             0.7
241   ParSep                0.7
242   Align                 Left
243   AlignPossible         Left
244   LabelType             No_Label
245
246   # Std. font definition
247   Font 
248     Size                Small
249   EndFont
250
251 End
252
253 #
254 #
255 # Correspondence address style definition
256 Style Mail
257   CopyStyle             "Running LaTeX Title"
258   LatexName             mail    
259   LeftMargin            "Corr Author:xx."
260   LabelString           "Corr Author: "
261 End
262
263 # Abstract style definition
264 Style Abstract 
265   Margin                First_Dynamic
266   LatexType             Environment
267   LatexName             abstract
268   NextNoIndent          0
269   ParIndent             MM
270   LabelSep              xx
271   ItemSep               0
272   TopSep                0.7
273   BottomSep             0.7
274   ParSep                0
275   Align                 Block
276   AlignPossible         Block, Left
277   LabelType             Top_Environment
278   LabelString           Abstract. 
279
280   # label font definition
281   LabelFont 
282     Series              Bold
283   EndFont
284 End 
285
286
287 #
288 # Bibliography style definition
289 Style Bibliography
290   Margin                First_Dynamic
291   LatexType             Bib_Environment
292   LatexName             thebibliography
293   NextNoIndent          1
294   LeftMargin            MM
295   ParSkip               0.4
296   ItemSep               0
297   TopSep                0.7
298   BottomSep             0.7
299   ParSep                0.5
300   Align                 Block
301   AlignPossible         Block, Left
302   LabelType             Bibliography
303   LabelString           References 
304   LabelBottomSep    0.7
305
306   # label font definition
307   LabelFont 
308     Series              Bold
309   EndFont
310
311 End
312
313 # Mathematics-like definitions:
314
315 Style Case
316   Margin                First_Dynamic
317   LatexType             Environment
318   LatexName             case
319   NextNoIndent          0
320   ParIndent             MM
321   LabelSep              xx
322   ItemSep               0
323   TopSep                0.5
324   BottomSep             0.5
325   ParSep                0
326   Align                 Block
327   AlignPossible         Block, Left
328   LabelType             Static
329   LabelString           Case #. 
330
331   # font & label font definition
332
333   LabelFont 
334     Shape               Italic
335   EndFont
336
337 End
338
339 Style Claim
340   CopyStyle             Case
341   LatexName             claim
342   LabelString           "Claim. " 
343 End
344
345 Style Conjecture
346   CopyStyle             Case
347   LatexName             conjecture
348   LabelString           "Conjecture #. " 
349 End
350
351 Style Corollary
352   CopyStyle             Case
353   LatexName             corollary
354   LabelString           "Corollary #. " 
355
356   # font & label font definition
357   Font 
358     Shape               Italic
359   EndFont
360
361   LabelFont 
362     Shape               Up
363     Series              Bold
364   EndFont
365
366 End
367
368 Style Definition
369   CopyStyle             Corollary
370   LatexName             definition
371   LabelString           "Definition #. "
372 End
373
374 Style Example
375   CopyStyle             Case
376   LatexName             example
377   LabelString           "Example #. "
378 End
379
380 Style Exercise
381   CopyStyle             Case
382   LatexName             exercise
383   LabelString           "Exercise #. "
384 End
385
386 Style Lemma
387   CopyStyle             Corollary
388   LatexName             lemma
389   LabelString           "Lemma #. "
390 End
391
392 Style Note
393   CopyStyle             Case
394   LatexName             note
395   LabelString           "Note #. "
396 End
397
398 Style Problem
399   CopyStyle             Exercise
400   LatexName             problem
401   LabelString           "Problem #. "
402 End
403
404 Style Proof
405   CopyStyle             Claim
406   LatexName             proof
407   LabelString           "Proof. "
408 End
409
410 Style Property
411   CopyStyle             Case
412   LatexName             property
413   LabelString           "Property #. "
414 End
415
416 Style Proposition
417   CopyStyle             Corollary
418   LatexName             proposition
419   LabelString           "Proposition #. "
420 End
421
422 Style Question
423   CopyStyle             Case
424   LatexName             question        
425   LabelString           "Question #. "
426 End
427
428 Style Remark
429   CopyStyle             Case
430   LatexName             remark
431   LabelString           "Remark #. "
432 End
433
434 Style Solution
435   CopyStyle             Case
436   LatexName             solution
437   LabelString           "Solution #. "
438 End
439
440 Style Theorem
441   CopyStyle             Corollary
442   LatexName             theorem
443   LabelString           "Theorem #. "
444 End
445
446 Input stdfloats.inc
447 Input stdcounters.inc
448
449 #Finally a few older definitions for compatibility
450 Input obsolete.inc