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