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