]> git.lyx.org Git - lyx.git/blob - lib/layouts/cl2emult.layout
DocBook: implement title for layouts that previously missed it.
[lyx.git] / lib / layouts / cl2emult.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[cl2emult]{Springer Contributed Books (cl2emult, Obsolete!)}
3 #  \DeclareCategory{Obsolete}
4 # Springer's cl2emult textclass definition file.
5 # Author : AndrĂ© Poenitz
6
7 Format 85
8 Columns                   1
9 Sides                     1
10 SecNumDepth               2
11 TocDepth                  2
12 DefaultStyle              Standard
13
14 Input stdsections.inc
15 Input stdlists.inc
16 Input stdstruct.inc
17 Input stdlayouts.inc
18 Input stdfloats.inc
19 Input stdcounters.inc
20 Input stdinsets.inc
21
22 NoStyle Chapter
23 NoCounter chapter
24 NoStyle Part
25 NoCounter part
26 NoStyle Paragraph
27 NoCounter paragraph
28 NoStyle Subparagraph
29 NoCounter subparagraph
30
31
32 DefaultFont
33         Family                Roman
34         Series                Medium
35         Shape                 Up
36         Size                  Normal
37         Color                 None
38 EndFont
39
40
41 Style Title
42         Category              FrontMatter
43         Margin                Static
44         LatexType             Command
45         InTitle               1
46         LatexName             title*
47         ItemSep               0
48         TopSep                0
49         BottomSep             2
50         ParSep                1
51         Align                 Left
52         Font
53           Size                Largest
54           Series              Bold
55         EndFont
56         HTMLTitle             true
57         DocBookTag            title
58         DocBookTagType        paragraph
59         DocBookInInfo         maybe
60 End
61
62
63 Style Author
64         Category              FrontMatter
65         Margin                Static
66         LatexType             Command
67         InTitle               1
68         LatexName             author
69         TopSep                1.3
70         BottomSep             0.7
71         ParSep                0.7
72         Align                 Left
73 End
74
75
76 Style Institute
77         Category              FrontMatter
78         LatexType             Command
79         InTitle               1
80         LatexName             institute
81         TopSep                1.3
82         BottomSep             3.0
83         ParSep                1.7
84         Align                 Left
85 End
86
87
88 Style Abstract
89         Margin                First_Dynamic
90         LeftMargin            ""
91         LatexType             Environment
92         LatexName             abstract
93         TopSep                1.7
94         BottomSep             0.7
95         ParSep                0.7
96         Align                 Block
97         LabelType             Static
98         LabelSep              M
99         LabelString           "Abstract"
100         #LabelBottomSep       0.5
101         Font
102           Size                Small
103         EndFont
104         LabelFont
105           Series              Bold
106         EndFont
107 End
108
109
110 Style Bibliography
111         Margin                First_Dynamic
112         LatexType             Bib_Environment
113         LatexName             thebibliography
114         NextNoIndent          1
115         ToggleIndent          Never
116         LeftMargin            MM
117         ParSkip               0.4
118         ItemSep               0
119         TopSep                0.7
120         BottomSep             0.7
121         ParSep                0.5
122         Align                 Block
123         AlignPossible         Block, Left
124         LabelType             Bibliography
125         LabelString           "References"
126         LabelBottomSep        0.7
127         LabelFont
128           Series              Bold
129           Size                Larger
130         EndFont
131         TocLevel              1
132         IsTocCaption          0
133         Argument listpreamble:1
134           LabelString    "Bib preamble"
135           MenuString     "Bibliography Preamble"
136           Tooltip        "LaTeX code to be inserted before the first bibliography item"
137           PassThru       1
138           Font
139             Family typewriter
140             Color latex
141           EndFont
142         EndArgument
143 End
144
145
146 Style Standard
147         Category              MainText
148         Margin                Static
149         LatexType             Paragraph
150         LatexName             dummy
151         ParIndent             ""
152         ParSkip               0.4
153         Align                 Block
154         AlignPossible         Block, Left, Right, Center
155         LabelType             No_Label
156         DocBookTag            para
157 End