]> git.lyx.org Git - lyx.git/blob - lib/layouts/agu_stdsections.inc
2350a161c0213cf925143f0c3d4b58460627d81a
[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 68
10 Input stdsections.inc
11
12 Style Part
13         LatexType             Command
14         LatexName             part
15         InnerTag              head
16         LabelTag              label
17         CommandDepth          0
18 End
19
20
21 Style Chapter
22         LatexType             Command
23         LatexName             chapter
24         InnerTag              head
25         LabelTag              label
26         CommandDepth          1
27 End
28
29
30 Style Section
31         LatexType             Command
32         LatexName             section
33         InnerTag              head
34         LabelTag              label
35         CommandDepth          2
36         LatexParam            "id=<s#>"
37 End
38
39
40 Style Subsection
41         LatexType             Command
42         LatexName             subsect1
43         InnerTag              head
44         LabelTag              label
45         CommandDepth          3
46         LatexParam            "id=<s#>"
47 End
48
49
50 Style Subsubsection
51         LatexType             Command
52         LatexName             subsect2
53         InnerTag              head
54         LabelTag              label
55         CommandDepth          4
56         LatexParam            "id=<s#>"
57 End
58
59
60 Style Paragraph
61         LatexType             Command
62         LatexName             subsect3
63         InnerTag              head
64         LabelTag              label
65         CommandDepth          5
66         LatexParam            "id=<s#>"
67 End
68
69
70 Style Subparagraph
71         LatexType             Command
72         LatexName             subsect4
73         InnerTag              head
74         LabelTag              label
75         CommandDepth          6
76         LatexParam            "id=<s#>"
77 End
78
79 Style Subsubparagraph
80         LatexType             Command
81         LatexName             subsect5
82         InnerTag              head
83         LabelTag              label
84         CommandDepth          7
85         LatexParam            "id=<s#>"
86 End
87