]> git.lyx.org Git - lyx.git/blob - lib/layouts/db_stdlayouts.inc
aa class changes from Pit
[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   CopyStyle             LaTeX
13   LatexName             "!-- --"
14 End
15
16 NoStyle LaTeX
17
18 # Verbatim style definition
19 Style Literal
20   LatexType             Environment
21   LatexName             literallayout
22   Font
23     Latex               Latex
24   EndFont
25 End
26
27 # Quote style definition
28 Style Quotation
29   LatexType             Environment
30   LatexName             blockquote
31   LatexParam            para
32 End
33
34 # Quote should be an inline element
35 NoStyle Quote
36
37 NoStyle Verse
38
39 Style Caption
40   LatexType             Paragraph
41   LatexName             caption
42 End