]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdstarsections.inc
Convert layout files to utf8
[lyx.git] / lib / layouts / stdstarsections.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 non numbered versions of the
7 # sectioning-related commands that are useful for article-like
8 # document classes, but not for letters. It should be Input after
9 # modifying the style of the regular sectioning layouts.
10
11
12 Format 4
13 Style Part*
14         CopyStyle             Part
15         Margin                Static
16         LatexName             part*
17         LabelType             No_Label
18 End
19
20
21 Style Chapter*
22         CopyStyle             Chapter
23         Margin                Static
24         LatexName             chapter*
25         LabelType             No_Label
26         OptionalArgs          0
27 End
28
29
30 Style Section*
31         CopyStyle             Section
32         Margin                Static
33         LatexName             section*
34         LabelType             No_Label
35         OptionalArgs          0
36 End
37
38
39 Style Subsection*
40         CopyStyle             Subsection
41         Margin                Static
42         LatexName             subsection*
43         LabelType             No_Label
44         OptionalArgs          0
45 End
46
47
48 Style Subsubsection*
49         CopyStyle             Subsubsection
50         Margin                Static
51         LatexName             subsubsection*
52         LabelType             No_Label
53         OptionalArgs          0
54 End
55
56
57 Style Paragraph*
58         CopyStyle             Paragraph
59         Margin                Static
60         LatexName             paragraph*
61         LabelType             No_Label
62         OptionalArgs          0
63 End
64
65
66 Style Subparagraph*
67         CopyStyle             Subparagraph
68         Margin                Static
69         LatexName             subparagraph*
70         LabelType             No_Label
71         OptionalArgs          0
72 End