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