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