Convert layout files to utf8
[lyx.git] / lib / layouts / db_stdsections.inc
blob0f0790fa7e8acf04cb3e40e9aae2baaebe76ca35
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>
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.
9 Format 4
10 Input stdsections.inc
12 Style Part
13         LatexType             Command
14         LatexName             part
15         InnerTag              "title"
16         CommandDepth          0
17 End
20 Style Chapter
21         LatexType             Command
22         LatexName             chapter
23         InnerTag              "title"
24         CommandDepth          1
25 End
28 Style Section
29         LatexType             Command
30         LatexName             sect1
31         InnerTag              "title"
32         CommandDepth          2
33 End
36 Style Subsection
37         LatexType             Command
38         LatexName             sect2
39         InnerTag              "title"
40         CommandDepth          3
41 End
44 Style Subsubsection
45         LatexType             Command
46         LatexName             sect3
47         InnerTag              "title"
48         CommandDepth          4
49 End
52 Style Paragraph
53         LatexType             Command
54         LatexName             sect4
55         InnerTag              "title"
56         CommandDepth          5
57 End
60 Style Subparagraph
61         LatexType             Command
62         LatexName             sect5
63         InnerTag              "title"
64         CommandDepth          6
65 End