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