]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdsections.inc
Replace <programlist> with <screen>, as it is more general.
[lyx.git] / lib / layouts / stdsections.inc
1 # Standard textclass definition file. Taken from initial LyX source code
2 # Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
3 # Transposed by Pascal AndrĂ© <andre@via.ecp.fr>
4 # Heavily modifed and enhanced by several developers.
5
6 # This include files contains all numbered sectionning-related
7 # commands that are useful for article-like document classes, but not
8 # for letters.
9
10 Style Part
11         Margin                Dynamic
12         LatexType             Command
13         LatexName             part
14         NeedProtect           1
15         NextNoIndent          1
16         Labelsep              xxx
17         ParSkip               0.4
18         TopSep                4
19         BottomSep             4
20         ParSep                0.8
21         Align                 Center
22         Alignpossible         Center
23         Font
24           Series              Bold
25           Size                Huge
26         EndFont
27 End
28
29
30 Style Chapter
31         Margin                Static
32         LatexType             Command
33         LatexName             chapter
34         NeedProtect           1
35         NextNoIndent          1
36         ParSkip               0.4
37         TopSep                4
38         BottomSep             0.8
39         ParSep                0.8
40         Align                 Block
41         AlignPossible         Block, Left
42         OptionalArgs          1
43         Font
44           Series              Bold
45           Size                Huge
46         EndFont
47 End
48
49
50 Style Section
51         Margin                Dynamic
52         LatexType             Command
53         LatexName             section
54         NeedProtect           1
55         NextNoIndent          1
56         LabelSep              xxx
57         ParSkip               0.4
58         TopSep                1.3
59         BottomSep             0.7
60         ParSep                0.7
61         Align                 Block
62         AlignPossible         Block, Left
63         OptionalArgs          1
64         Font
65           Series              Bold
66           Size                Larger
67         EndFont
68 End
69
70
71 Style Subsection
72         CopyStyle             Section
73         LatexName             subsection
74         TopSep                0.9
75         BottomSep             0.5
76         ParSep                0.5
77         Font
78           Series              Bold
79           Size                Large
80         EndFont
81 End
82
83
84 Style Subsubsection
85         CopyStyle             Subsection
86         LatexName             subsubsection
87         TopSep                0.7
88         BottomSep             0.4
89         Font
90           Series              Bold
91           Size                Normal
92         EndFont
93 End
94
95
96 Style Paragraph
97         CopyStyle             Subsubsection
98         LatexName             paragraph
99         TopSep                0.4
100         BottomSep             0
101 End
102
103
104 Style Subparagraph
105         CopyStyle             Paragraph
106         LatexName             subparagraph
107         NextNoIndent          0
108         LeftMargin            MM
109 End