Convert layout files to utf8
[lyx.git] / lib / layouts / stdsections.inc
blobf47bee60e25f44b2f85d057becdb4eb24064c0b9
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.
6 # This include files contains all numbered sectionning-related
7 # commands that are useful for article-like document classes, but not
8 # for letters.
10 Format 4
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         Font
25           Series              Bold
26           Size                Huge
27         EndFont
28 End
31 Style Chapter
32         Margin                Static
33         LatexType             Command
34         LatexName             chapter
35         NeedProtect           1
36         NextNoIndent          1
37         ParSkip               0.4
38         TopSep                4
39         BottomSep             0.8
40         ParSep                0.8
41         Align                 Block
42         AlignPossible         Block, Left
43         OptionalArgs          1
44         Font
45           Series              Bold
46           Size                Huge
47         EndFont
48 End
51 Style Section
52         Margin                Dynamic
53         LatexType             Command
54         LatexName             section
55         NeedProtect           1
56         NextNoIndent          1
57         LabelSep              xxx
58         ParSkip               0.4
59         TopSep                1.3
60         BottomSep             0.7
61         ParSep                0.7
62         Align                 Block
63         AlignPossible         Block, Left
64         OptionalArgs          1
65         Font
66           Series              Bold
67           Size                Larger
68         EndFont
69 End
72 Style Subsection
73         CopyStyle             Section
74         LatexName             subsection
75         TopSep                0.9
76         BottomSep             0.5
77         ParSep                0.5
78         Font
79           Series              Bold
80           Size                Large
81         EndFont
82 End
85 Style Subsubsection
86         CopyStyle             Subsection
87         LatexName             subsubsection
88         TopSep                0.7
89         BottomSep             0.4
90         Font
91           Series              Bold
92           Size                Normal
93         EndFont
94 End
97 Style Paragraph
98         CopyStyle             Subsubsection
99         LatexName             paragraph
100         TopSep                0.4
101         BottomSep             0
105 Style Subparagraph
106         CopyStyle             Paragraph
107         LatexName             subparagraph
108         NextNoIndent          0
109         LeftMargin            MM
112 Input numarticle.inc