]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdsections.inc
fix typo that put too many include paths for most people
[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 # Part style definition
11 Style Part
12   Margin                Dynamic
13   LatexType             Command
14   LatexName             part
15   NeedProtect           1
16   NextNoIndent          1
17   Labelsep              xxx
18   ParSkip               0.4
19   TopSep                4
20   BottomSep             4
21   ParSep                0.8
22   Align                 Center         
23   Alignpossible         Center
24   LabelType             Static
25   LabelString           "Part #"
26
27   # standard font definition
28   Font 
29     Series              Bold
30     Size                Huge
31   EndFont
32
33 End
34   
35
36 # Chapter style definition
37 Style Chapter
38   Margin                Static
39   LatexType             Command
40   LatexName             chapter
41   NeedProtect           1
42   NextNoIndent          1
43   ParSkip               0.4
44   TopSep                4
45   BottomSep             0.8
46   ParSep                0.8
47   Align                 Block
48   AlignPossible         Block, Left
49   LabelType             Counter_Chapter
50   LabelString           "Chapter "
51   LabelStringAppendix   "Appendix "
52
53   # standard font definition
54   Font 
55     Series              Bold
56     Size                Huge
57   EndFont
58
59 End
60
61 # Section style definition
62 Style Section
63   Margin                Dynamic
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   AlignPossible         Block, Left
75   LabelType             Counter_Section
76
77   # standard font definition
78   Font 
79     Series              Bold
80     Size                Larger
81   EndFont
82
83 End
84
85 # Subsection style definition
86 Style Subsection
87   Margin                Dynamic
88   LatexType             Command
89   LatexName             subsection
90   NeedProtect           1
91   NextNoIndent          1
92   LabelSep              xxx
93   ParSkip               0.4
94   TopSep                0.9
95   BottomSep             0.5
96   ParSep                0.5
97   Align                 Block
98   AlignPossible         Block, Left
99   LabelType             Counter_Subsection
100
101   # standard font definition
102   Font 
103     Series              Bold
104     Size                Large
105   EndFont
106
107 End
108
109 # Subsubsection style definition
110 Style Subsubsection
111   Margin                Dynamic
112   LatexType             Command
113   LatexName             subsubsection
114   NeedProtect           1
115   NextNoIndent          1
116   LabelSep              xxx
117   ParSkip               0.4
118   TopSep                0.7
119   BottomSep             0.4
120   ParSep                0.4
121   Align                 Block
122   AlignPossible         Block, Left
123   LabelType             Counter_SubSubSection
124
125   # standard font definition
126   Font 
127     Series              Bold
128     Size                Normal
129   EndFont
130
131 End
132
133 # Paragraph style definition
134 Style Paragraph
135   Margin                Dynamic
136   LatexType             Command
137   LatexName             paragraph
138   NeedProtect           1
139   NextNoIndent          1
140   LabelSep              xxx
141   ParSkip               0.4
142   TopSep                0.4
143   BottomSep             0
144   ParSep                0.4
145   Align                 Block
146   AlignPossible         Block, Left
147   LabelType             Counter_Paragraph
148
149   # standard font definition
150   Font 
151     Series              Bold
152     Size                Normal
153   EndFont
154
155 End
156
157 # Subparagraph style definition
158 Style Subparagraph
159   Margin                Dynamic
160   LatexType             Command
161   LatexName             subparagraph
162   NeedProtect           1
163   NextNoIndent          0
164   LeftMargin            MM
165   LabelSep              xxx
166   ParSkip               0.4
167   TopSep                0.4
168   BottomSep             0
169   ParSep                0.4
170   Align                 Block
171   AlignPossible         Block, Left
172   LabelType             Counter_SubParagraph
173
174   # standard font definition
175   Font 
176     Series              Bold
177     Size                Normal
178   EndFont
179
180 End