]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdsections.inc
Move RevTeX section in Additional.lyx into Chapter 3 Document classes
[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 file contains all numbered sectionning-related
7 # commands that are useful for article-like document classes, but not
8 # for letters.
9
10 Format 98
11
12 Style Part
13         Category              Sectioning
14         Margin                Static
15         LabelString           "Part \thepart"
16         LabelType             Centered
17         TocLevel              -1
18         LabelCounter          part
19         LatexType             Command
20         LatexName             part
21         NeedProtect           1
22         NextNoIndent          1
23         ToggleIndent          Never
24         LabelBottomSep        1
25         ParSkip               0.4
26         TopSep                4
27         BottomSep             4
28         ParSep                0.8
29         Align                 Center
30         Alignpossible         Center
31         Argument 1
32                 LabelString   "Short Title|S"
33                 Tooltip       "The part as it appears in the table of contents/running headers"
34                 InsertCotext  1
35                 IsTocCaption  1
36         DocBookTag    titleabbrev
37         DocBookArgumentAfterMainTag  true
38         EndArgument
39         Font
40           Series              Bold
41           Size                Giant
42         EndFont
43         LabelFont
44           Series              Bold
45           Size                Huge
46         EndFont
47         HTMLTag               h1
48         DocBookTag            title
49         DocBookTagType        paragraph
50         DocBookInInfo         maybe
51         DocBookSectionTag     part
52         DocBookForceAbstractTag partintro
53 End
54
55
56 Style Chapter
57         Margin                Static
58         Category              Sectioning
59         LabelString           "Chapter \thechapter"
60         LabelStringAppendix   "Appendix \thechapter"
61         LabelType             Above
62         LabelCounter          chapter
63         TocLevel              0
64         LatexType             Command
65         LatexName             chapter
66         NeedProtect           1
67         NextNoIndent          1
68         ToggleIndent          Never
69         LabelBottomSep        1
70         ParSkip               0.4
71         TopSep                2
72         BottomSep             0.8
73         ParSep                0.8
74         Align                 Block
75         Argument 1
76                 LabelString   "Short Title|S"
77                 Tooltip       "The chapter as it appears in the table of contents/running headers"
78                 InsertCotext  1
79                 IsTocCaption  1
80         DocBookTag    titleabbrev
81         DocBookArgumentAfterMainTag  true
82         EndArgument
83         Font
84           Series              Bold
85           Size                Giant
86         EndFont
87         LabelFont
88           Series              Bold
89           Size                Huge
90         EndFont
91         HTMLTag               h1
92         DocBookTag            title
93         DocBookTagType        paragraph
94         DocBookInInfo         maybe
95         DocBookSectionTag     chapter
96 End
97
98
99 Style Section
100         Category              Sectioning
101         Margin                Dynamic
102         LabelType             Static
103         LabelCounter          section
104         TocLevel              1
105         LatexType             Command
106         LatexName             section
107         NeedProtect           1
108         NextNoIndent          1
109         ToggleIndent          Never
110         LabelSep              xxx
111         ParSkip               0.4
112         TopSep                1.3
113         BottomSep             0.7
114         ParSep                0.7
115         Align                 Block
116         Argument 1
117                 LabelString   "Short Title|S"
118                 Tooltip       "The section as it appears in the table of contents/running headers"
119                 InsertCotext  1
120                 IsTocCaption  1
121         DocBookTag    titleabbrev
122         DocBookArgumentAfterMainTag  true
123         EndArgument
124         Font
125           Series              Bold
126           Size                Larger
127         EndFont
128         HTMLTag               h2
129         DocBookTag            title
130         DocBookTagType        paragraph
131         DocBookInInfo         maybe
132         DocBookSectionTag     section
133 End
134
135
136 Style Subsection
137         CopyStyle             Section
138         LabelCounter          subsection
139         TocLevel              2
140         LatexName             subsection
141         TopSep                0.9
142         BottomSep             0.5
143         ParSep                0.5
144         Font
145           Series              Bold
146           Size                Large
147         EndFont
148         HTMLTag               h3
149 End
150
151
152 Style Subsubsection
153         CopyStyle             Subsection
154         LabelCounter          subsubsection
155         TocLevel              3
156         LatexName             subsubsection
157         TopSep                0.7
158         BottomSep             0.4
159         Font
160           Series              Bold
161           Size                Normal
162         EndFont
163         HTMLTag               h4
164 End
165
166
167 Style Paragraph
168         CopyStyle             Subsubsection
169         LabelCounter          paragraph
170         TocLevel              4
171         LatexName             paragraph
172         TopSep                0.4
173         BottomSep             0
174         HTMLTag               h5
175 End
176
177
178 Style Subparagraph
179         CopyStyle             Paragraph
180         LabelCounter          subparagraph
181         TocLevel              5
182         LatexName             subparagraph
183         NextNoIndent          0
184         LeftMargin            MM
185         HTMLTag               h6
186 End
187
188 Input stdrefprefix.inc
189 Input numarticle.inc