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