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