]> git.lyx.org Git - lyx.git/blob - lib/layouts/db_stdlayouts.inc
Rename file.
[lyx.git] / lib / layouts / db_stdlayouts.inc
1 # Textclass definition file for docbook.
2 # Author : José Abílio Oliveira Matos <jamatos@lyx.org>
3
4 # This is the counterpart of stdlayouts.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 stdlayouts.inc
9
10 # SGML style definition
11 Style SGML
12         Margin                Static
13         LatexType             Paragraph
14         LatexName             "!-- --"
15         NewLine               0
16         ParIndent             MM
17         ParSkip               0.4
18         ParSep                0.5
19         Align                 Left
20         AlignPossible         Block
21         LabelType             No_Label
22         FreeSpacing           1
23         PassThru              1
24 End
25
26 # Verbatim style definition
27 Style Literal
28         LatexType             Environment
29         LatexName             literallayout
30         PassThru              1
31 End
32
33 # Quote style definition
34 Style Quotation
35         LatexType             Environment
36         LatexName             blockquote
37         LatexParam            para
38 End
39
40 # Quote should be an inline element
41 NoStyle Quote
42
43 NoStyle Verse
44
45 Style Caption
46         LatexType             Paragraph
47         LatexName             title
48 End