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