]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdsections.inc
c42dc09ca685ca5461dbe0f3851639b36a3a6c4b
[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 Format 6
11 Style Part
12         Margin                Dynamic
13         LabelString           "Part \thepart"
14         LabelType             Counter
15         TocLevel              0
16         LabelCounter          part
17         LatexType             Command
18         LatexName             part
19         NeedProtect           1
20         NextNoIndent          1
21         Labelsep              xxx
22         ParSkip               0.4
23         TopSep                4
24         BottomSep             4
25         ParSep                0.8
26         Align                 Center
27         Alignpossible         Center
28         Font
29           Series              Bold
30           Size                Huge
31         EndFont
32 End
33
34
35 Style Chapter
36         Margin                Static
37         LabelString           "Chapter \thechapter"
38         LabelStringAppendix   "Appendix \thechapter"
39         LabelType             Counter
40         LabelCounter          chapter
41         TocLevel              0
42         LatexType             Command
43         LatexName             chapter
44         NeedProtect           1
45         NextNoIndent          1
46         ParSkip               0.4
47         TopSep                4
48         BottomSep             0.8
49         ParSep                0.8
50         Align                 Block
51         OptionalArgs          1
52         Font
53           Series              Bold
54           Size                Huge
55         EndFont
56 End
57
58
59 Style Section
60         Margin                Dynamic
61         LabelType             Counter
62         LabelCounter          section
63         TocLevel              1
64         LatexType             Command
65         LatexName             section
66         NeedProtect           1
67         NextNoIndent          1
68         LabelSep              xxx
69         ParSkip               0.4
70         TopSep                1.3
71         BottomSep             0.7
72         ParSep                0.7
73         Align                 Block
74         OptionalArgs          1
75         Font
76           Series              Bold
77           Size                Larger
78         EndFont
79 End
80
81
82 Style Subsection
83         CopyStyle             Section
84         LabelCounter          subsection
85         TocLevel              2
86         LatexName             subsection
87         TopSep                0.9
88         BottomSep             0.5
89         ParSep                0.5
90         Font
91           Series              Bold
92           Size                Large
93         EndFont
94 End
95
96
97 Style Subsubsection
98         CopyStyle             Subsection
99         LabelCounter          subsubsection
100         TocLevel              3
101         LatexName             subsubsection
102         TopSep                0.7
103         BottomSep             0.4
104         Font
105           Series              Bold
106           Size                Normal
107         EndFont
108 End
109
110
111 Style Paragraph
112         CopyStyle             Subsubsection
113         LabelCounter          paragraph
114         TocLevel              4
115         LatexName             paragraph
116         TopSep                0.4
117         BottomSep             0
118 End
119
120
121 Style Subparagraph
122         CopyStyle             Paragraph
123         LabelCounter          subparagraph
124         TocLevel              5
125         LatexName             subparagraph
126         NextNoIndent          0
127         LeftMargin            MM
128 End
129
130 Input numarticle.inc