]> git.lyx.org Git - lyx.git/blob - lib/layouts/db_stdsections.inc
37a302cccddcb91f2bb1eb22acfc0d34a0726206
[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 68
10 Input stdsections.inc
11
12 Style Part
13         LatexType             Command
14         LatexName             part
15         InnerTag              "title"
16         CommandDepth          0
17 End
18
19
20 Style Chapter
21         LatexType             Command
22         LatexName             chapter
23         InnerTag              "title"
24         CommandDepth          1
25 End
26
27
28 Style Section
29         LatexType             Command
30         LatexName             sect1
31         InnerTag              "title"
32         CommandDepth          2
33 End
34
35
36 Style Subsection
37         LatexType             Command
38         LatexName             sect2
39         InnerTag              "title"
40         CommandDepth          3
41 End
42
43
44 Style Subsubsection
45         LatexType             Command
46         LatexName             sect3
47         InnerTag              "title"
48         CommandDepth          4
49 End
50
51
52 Style Paragraph
53         LatexType             Command
54         LatexName             sect4
55         InnerTag              "title"
56         CommandDepth          5
57 End
58
59
60 Style Subparagraph
61         LatexType             Command
62         LatexName             sect5
63         InnerTag              "title"
64         CommandDepth          6
65 End
66