]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdstarsections.inc
More tweaks, and some fixes for missing files in the makefiles, while we're at it.
[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 6
13 Style Part*
14         CopyStyle             Part
15         Margin                Static
16         LatexName             part*
17         LabelType             No_Label
18         LabelCounter          ""        
19 End
20
21
22 Style Chapter*
23         CopyStyle             Chapter
24         Margin                Static
25         LatexName             chapter*
26         LabelType             No_Label
27         LabelCounter          ""        
28         OptionalArgs          0
29 End
30
31
32 Style Section*
33         CopyStyle             Section
34         Margin                Static
35         LatexName             section*
36         LabelType             No_Label
37         LabelCounter          ""        
38         OptionalArgs          0
39 End
40
41
42 Style Subsection*
43         CopyStyle             Subsection
44         Margin                Static
45         LatexName             subsection*
46         LabelType             No_Label
47         LabelCounter          ""        
48         OptionalArgs          0
49 End
50
51
52 Style Subsubsection*
53         CopyStyle             Subsubsection
54         Margin                Static
55         LatexName             subsubsection*
56         LabelType             No_Label
57         LabelCounter          ""        
58         OptionalArgs          0
59 End
60
61
62 Style Paragraph*
63         CopyStyle             Paragraph
64         Margin                Static
65         LatexName             paragraph*
66         LabelType             No_Label
67         LabelCounter          ""        
68         OptionalArgs          0
69 End
70
71
72 Style Subparagraph*
73         CopyStyle             Subparagraph
74         Margin                Static
75         LatexName             subparagraph*
76         LabelType             No_Label
77         LabelCounter          ""        
78         OptionalArgs          0
79 End