]> git.lyx.org Git - lyx.git/blob - lib/layouts/scrclass.inc
Rename file.
[lyx.git] / lib / layouts / scrclass.inc
1 # KOMA script textclass definition file.
2 # Base definitions for the KOMA script layouts.
3 # Bernd Rellermeyer <100.41728@germanynet.de>, 1998/7/23.
4 # Update for Koma Script Release >=2.8q
5 # Juergen Spitzmueller <j.spitzmueller@gmx.de>, 2003/2/08.
6
7 # General textclass parameters
8 SecNumDepth             2
9 TocDepth                2
10 DefaultStyle            Standard
11
12 # Standard style definition
13 Style Standard
14         LatexName             dummy
15         ParIndent             MM
16         ParSkip               0.4
17         AlignPossible         Block, Left, Right, Center
18 End
19
20 Input stdlists.inc
21 Input stdcounters.inc
22 Input stdfloats.inc
23
24 # Modify Description
25 Style Description
26         LabelFont
27           Family              Sans
28         EndFont
29 End
30
31 # Delete List
32 NoStyle List
33
34 # Labeling style definition
35 Style Labeling
36         Margin                Manual
37         LatexType             List_Environment
38         LatexName             labeling
39         NextNoindent          1
40         LabelSep              xxx
41         ParSkip               0.4
42         TopSep                0.7
43         BottomSep             0.7
44         ParSep                0.5
45         Align                 Block
46         AlignPossible         Block, Left
47         LabelType             Manual
48         LabelString           00.00.0000
49 End
50
51 Input stdsections.inc
52
53 # Modify Part
54 Style Part
55         Font
56           Family              Sans
57         EndFont
58 End
59
60 # Modify Chapter
61 Style Chapter
62         LabelString           ""
63         Font
64           Family              Sans
65           Size                Largest
66         EndFont
67 End
68
69 # Modify Section
70 Style Section
71         Font
72           Family              Sans
73         EndFont
74 End
75
76 # Modify Subsection
77 Style Subsection
78         Font
79           Family              Sans
80         EndFont
81 End
82
83 # Modify Subsubsection
84 Style Subsubsection
85         Font
86           Family              Sans
87         EndFont
88 End
89
90 # Modify Paragraph
91 Style Paragraph
92         Font
93           Family              Sans
94         EndFont
95 End
96
97 # Modify Subparagraph
98 Style Subparagraph
99         LeftMargin            ""
100         Font
101           Family              Sans
102         EndFont
103 End
104
105 Input stdstarsections.inc
106
107 # Addpart Style Definition
108 Style Addpart
109         CopyStyle             Part*
110         LatexName             addpart
111 End
112
113 # Addchap Style Definition
114 Style Addchap
115         CopyStyle             Chapter*
116         LatexName             addchap
117 End
118
119 # Addsec Style Definition
120 Style Addsec
121         CopyStyle             Section*
122         LatexName             addsec
123 End
124
125 # Addchap* Style Definition
126 Style Addchap*
127         CopyStyle             Chapter*
128         LatexName             addchap*
129 End
130
131 # Addsec* Style Definition
132 Style Addsec*
133         CopyStyle             Section*
134         LatexName             addsec*
135 End
136
137 # Minisec style definition
138 Style Minisec
139         LatexType             Command
140         LatexName             minisec
141         NeedProtect           1
142         NextNoIndent          1
143         LabelSep              xxx
144         ParSkip               0.4
145         TopSep                0.4
146         ParSep                0.4
147         AlignPossible         Block, Left
148
149         Font 
150           Family              Sans
151           Series              Bold
152         EndFont
153 End
154
155 Input stdtitle.inc
156
157 # Modify Title
158 Style Title
159         Font
160           Family              Sans
161           Series              Bold
162         EndFont
163 End
164
165 # Modify Author
166 Style Author
167         Font
168           Size                Larger
169         EndFont
170 End
171
172 # Modify Date
173 Style Date
174         Font
175           Size                Larger
176         EndFont
177 End
178
179 # Subject style definition
180 Style Subject
181         CopyStyle             Author
182         LatexName             subject
183 End
184
185 # Publishers style definition
186 Style Publishers
187         CopyStyle             Author
188         LatexName             publishers
189 End
190
191 # Dedication style definition
192 Style Dedication
193         CopyStyle             Author
194         LatexName             dedication
195 End
196
197 # Titlehead style definition
198 Style Titlehead
199         CopyStyle             Author
200         LatexName             titlehead
201         Align                 Left
202         AlignPossible         Left
203
204         Font 
205           Size                Normal
206         EndFont
207 End
208
209 # Uppertitleback style definition
210 Style Uppertitleback
211         CopyStyle             Titlehead
212         LatexName             uppertitleback
213 End
214
215 # Lowertitleback style definition
216 Style Lowertitleback
217         CopyStyle             Titlehead
218         LatexName             lowertitleback
219 End
220
221 # Extratitle style definition
222 Style Extratitle
223         CopyStyle             Titlehead
224         LatexName             extratitle
225 End
226
227 Input stdstruct.inc
228
229 # Modify Abstract
230 Style Abstract
231         LabelFont
232           Family              Sans
233         EndFont
234 End
235
236 # Modify Bibliography
237 Style Bibliography
238         LabelFont
239           Family              Sans
240         EndFont
241 End
242
243 Input stdlayouts.inc
244
245 # Captionabove style definition
246 Style Captionabove
247         CopyStyle            Caption
248         LatexName            captionabove
249 End
250
251 # Captionbelow style definition
252 Style Captionbelow
253         CopyStyle            Caption
254         LatexName            captionbelow
255 End
256
257 # Dictum style definition
258 Style Dictum
259         Margin               Right_Address_Box
260         LatexType            Command
261         LatexName            dictum
262         ParSkip              0.4
263         BottomSep            1.5
264         ParSep               1.5
265         Align                Left
266         AlignPossible        Left
267         OptionalArgs         1
268         
269         Font
270           Size                Normal
271         EndFont
272 End
273
274 Input lyxmacros.inc
275 Input scrmacros.inc