]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdstarsections.inc
The layouts should allow short title for \part.
[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 35
13 Style Part*
14         CopyStyle             Part
15         Category              Unnumbered
16         Margin                Static
17         LatexName             part*
18         LabelType             No_Label
19         LabelCounter          ""
20         OptionalArgs          0
21 End
22
23
24 Style Chapter*
25         CopyStyle             Chapter
26         Category              Unnumbered
27         Margin                Static
28         LatexName             chapter*
29         LabelType             No_Label
30         LabelCounter          ""
31         OptionalArgs          0
32 End
33
34
35 Style Section*
36         CopyStyle             Section
37         Category              Unnumbered
38         Margin                Static
39         LatexName             section*
40         LabelType             No_Label
41         LabelCounter          ""
42         OptionalArgs          0
43 End
44
45
46 Style Subsection*
47         CopyStyle             Subsection
48         Category              Unnumbered
49         Margin                Static
50         LatexName             subsection*
51         LabelType             No_Label
52         LabelCounter          ""
53         OptionalArgs          0
54 End
55
56
57 Style Subsubsection*
58         CopyStyle             Subsubsection
59         Category              Unnumbered
60         Margin                Static
61         LatexName             subsubsection*
62         LabelType             No_Label
63         LabelCounter          ""
64         OptionalArgs          0
65 End
66
67
68 Style Paragraph*
69         CopyStyle             Paragraph
70         Category              Unnumbered
71         Margin                Static
72         LatexName             paragraph*
73         LabelType             No_Label
74         LabelCounter          ""
75         OptionalArgs          0
76 End
77
78
79 Style Subparagraph*
80         CopyStyle             Subparagraph
81         Category              Unnumbered
82         Margin                Static
83         LatexName             subparagraph*
84         LabelType             No_Label
85         LabelCounter          ""
86         OptionalArgs          0
87 End