]> git.lyx.org Git - lyx.git/blob - lib/layouts/db_stdsections.inc
Rename file.
[lyx.git] / lib / layouts / db_stdsections.inc
1 # Textclass definition file for docbook.
2 # Author : José Abílio Oliveira Matos <jamatos@lyx.org>
3
4 # This file is the counterpart of stdsections.inc
5 # It is desireable, as far as possible, to have the same look and feeling for
6 # related layouts in latex and docbook.
7
8 Input stdsections.inc
9
10 # Part style definition
11 Style Part
12         LatexType             Command
13         LatexName             part
14         LatexParam            "0|"
15 End
16
17 # Chapter style definition
18 Style Chapter
19         LatexType             Command
20         LatexName             chapter
21         LatexParam            "1|"
22 End
23
24 # Section style definition
25 Style Section
26         LatexType             Command
27         LatexName             sect1
28         LatexParam            "2|"
29 End
30
31 # Subsection style definition
32 Style Subsection
33         LatexType             Command
34         LatexName             sect2
35         LatexParam            "3|"
36 End
37
38 # Subsubsection style definition
39 Style Subsubsection
40         LatexType             Command
41         LatexName             sect3
42         LatexParam            "4|"
43 End
44
45 # Paragraph style definition
46 Style Paragraph
47         LatexType             Command
48         LatexName             sect4
49         LatexParam            "5|"
50 End
51
52 # Subparagraph style definition
53 Style Subparagraph
54         LatexType             Command
55         LatexName             sect5
56         LatexParam            "6|"
57 End
58