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