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