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