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