]> git.lyx.org Git - lyx.git/blob - lib/layouts/agu_stdsections.inc
c614b6783904c2c4dce7984f61bf4cf1a1097fc6
[lyx.git] / lib / layouts / agu_stdsections.inc
1 # Textclass definition file for docbook.
2 # Author : José Abílio Oliveira Matos <jamatos@lyx.org>
3 #          Martin Vermeer <martin.vermeer@hut.fi>
4
5 # This file is the counterpart of stdsections.inc
6 # It is desirable, as far as possible, to have the same look and feel for
7 # related layouts in latex and docbook.
8
9 Format 27
10 Input stdsections.inc
11
12 Style Part
13         LatexType             Command
14         LatexName             part
15         InnerTag              head
16         LabelTag              label
17         CommandDepth          0
18         TocLevel 0
19 End
20
21
22 Style Chapter
23         LatexType             Command
24         LatexName             chapter
25         InnerTag              head
26         LabelTag              label
27         CommandDepth          1
28         TocLevel 0
29 End
30
31
32 Style Section
33         LatexType             Command
34         LatexName             section
35         InnerTag              head
36         LabelTag              label
37         CommandDepth          2
38         LatexParam            "id=<s#>"
39         TocLevel 1
40 End
41
42
43 Style Subsection
44         LatexType             Command
45         LatexName             subsect1
46         InnerTag              head
47         LabelTag              label
48         CommandDepth          3
49         LatexParam            "id=<s#>"
50         TocLevel 2
51 End
52
53
54 Style Subsubsection
55         LatexType             Command
56         LatexName             subsect2
57         InnerTag              head
58         LabelTag              label
59         CommandDepth          4
60         LatexParam            "id=<s#>"
61         TocLevel 3
62 End
63
64
65 Style Paragraph
66         LatexType             Command
67         LatexName             subsect3
68         InnerTag              head
69         LabelTag              label
70         CommandDepth          5
71         LatexParam            "id=<s#>"
72         TocLevel 4
73 End
74
75
76 Style Subparagraph
77         LatexType             Command
78         LatexName             subsect4
79         InnerTag              head
80         LabelTag              label
81         CommandDepth          6
82         LatexParam            "id=<s#>"
83         TocLevel 5
84 End
85
86 Style Subsubparagraph
87         LatexType             Command
88         LatexName             subsect5
89         InnerTag              head
90         LabelTag              label
91         CommandDepth          7
92         LatexParam            "id=<s#>"
93 End
94