]> git.lyx.org Git - lyx.git/blob - lib/layouts/db_stdstarsections.inc
update OSX instructions
[lyx.git] / lib / layouts / db_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 Style Part*
13         CopyStyle             Part
14         Margin                Static
15         LatexName             bridgehead
16         LatexType             Paragraph
17         InnerTag              "!-- --"
18         LabelType             No_Label
19         LatexParam            renderas="part"
20 End
21
22
23 Style Chapter*
24         CopyStyle             Chapter
25         Margin                Static
26         LatexType             Paragraph
27         InnerTag              "!-- --"
28         LatexName             bridgehead
29         LabelType             No_Label
30         OptionalArgs          0
31         LatexParam            renderas="chapter"
32 End
33
34
35 Style Section*
36         CopyStyle             Section
37         Margin                Static
38         LatexName             bridgehead
39         LatexType             Paragraph
40         InnerTag              "!-- --"
41         LabelType             No_Label
42         OptionalArgs          0
43         LatexParam            renderas="sect1"
44 End
45
46
47 Style Subsection*
48         CopyStyle             Subsection
49         Margin                Static
50         LatexName             bridgehead
51         LatexType             Paragraph
52         InnerTag              "!-- --"
53         LabelType             No_Label
54         OptionalArgs          0
55         LatexParam            renderas="sect2"
56 End
57
58
59 Style Subsubsection*
60         CopyStyle             Subsubsection
61         Margin                Static
62         LatexName             bridgehead
63         LatexType             Paragraph
64         InnerTag              "!-- --"
65         LabelType             No_Label
66         OptionalArgs          0
67         LatexParam            renderas="sect3"
68 End
69
70
71 Style Paragraph*
72         CopyStyle             Paragraph
73         Margin                Static
74         LatexName             bridgehead
75         LatexType             Paragraph
76         InnerTag              "!-- --"
77         LabelType             No_Label
78         OptionalArgs          0
79         LatexParam            renderas="sect4"
80 End
81
82
83 Style Subparagraph*
84         CopyStyle             Subparagraph
85         Margin                Static
86         LatexName             bridgehead
87         LatexType             Paragraph
88         InnerTag              "!-- --"
89         LabelType             No_Label
90         OptionalArgs          0
91         LatexParam            renderas="sect5"
92 End