]> git.lyx.org Git - lyx.git/blob - lib/layouts/scrartcl.layout
copy some code over to allow work to start on prefs
[lyx.git] / lib / layouts / scrartcl.layout
1 #% Do not delete the line below; configure depends on this
2 #  \DeclareLaTeXClass[scrartcl]{article (koma-script)}
3 # KOMA scrartcl textclass definition file.
4 # Bernd Rellermeyer <100.41728@germanynet.de>, 1998/7/11.
5
6 # General textclass parameters
7 Input scrclass.inc
8 MaxCounter              Counter_Section
9 NoStyle Chapter
10 NoStyle Chapter*
11 NoStyle Addchap
12 NoStyle Addchap*
13 SecNumDepth             3
14 TocDepth                3
15
16 # Modify Part
17 Style Part
18   Align                 Left
19   AlignPossible         Left
20   TopSep                2
21   BottomSep             1.5
22
23   Font
24     Size                Larger
25   EndFont
26 End
27
28 # Modify Part*
29 Style Part*
30   Align                 Left
31   AlignPossible         Left
32   TopSep                2
33   BottomSep             1.5
34
35   Font
36     Size                Larger
37   EndFont
38 End