]> git.lyx.org Git - lyx.git/blob - lib/layouts/db_stdsections.inc
Update layout format.
[lyx.git] / lib / layouts / db_stdsections.inc
1 # Textclass definition file for docbook.
2 # Author : José Abílio Oliveira Matos <jamatos@lyx.org>
3 # Modified by 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              "title"
16         CommandDepth          0
17         TocLevel 0
18 End
19
20
21 Style Chapter
22         LatexType             Command
23         LatexName             chapter
24         InnerTag              "title"
25         CommandDepth          1
26         TocLevel 0
27 End
28
29
30 Style Section
31         LatexType             Command
32         LatexName             sect1
33         InnerTag              "title"
34         CommandDepth          2
35         TocLevel 1
36 End
37
38
39 Style Subsection
40         LatexType             Command
41         LatexName             sect2
42         InnerTag              "title"
43         CommandDepth          3
44         TocLevel 2
45 End
46
47
48 Style Subsubsection
49         LatexType             Command
50         LatexName             sect3
51         InnerTag              "title"
52         CommandDepth          4
53         TocLevel 3
54 End
55
56
57 Style Paragraph
58         LatexType             Command
59         LatexName             sect4
60         InnerTag              "title"
61         CommandDepth          5
62         TocLevel 4
63 End
64
65
66 Style Subparagraph
67         LatexType             Command
68         LatexName             sect5
69         InnerTag              "title"
70         CommandDepth          6
71         TocLevel 5
72 End
73