]> git.lyx.org Git - lyx.git/blob - lib/layouts/db_stdlayouts.inc
Replace <programlist> with <screen>, as it is more general.
[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 desirable, as far as possible, to have the same look and feel for
6 # related layouts in latex and docbook.
7
8 Input stdlayouts.inc
9
10
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
27 Style Literal
28         LatexType             Environment
29         LatexName             literallayout
30         PassThru              1
31 End
32
33
34 Style Quotation
35         LatexType             Environment
36         LatexName             blockquote
37         InnerTag              para
38 End
39
40 # Quote should be an inline element
41 NoStyle Quote
42 NoStyle Verse
43
44
45 Style Caption
46         LatexType             Paragraph
47         LatexName             title
48 End