]> git.lyx.org Git - lyx.git/blob - lib/layouts/db_stdlayouts.inc
layout file converter for layout files in old format
[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 Format 2
9 Input stdlayouts.inc
10
11 Style Literal
12         LatexType             Environment
13         LatexName             literallayout
14         PassThru              1
15 End
16
17
18 Style Quotation
19         LatexType             Environment
20         LatexName             blockquote
21         InnerTag              para
22 End
23
24 # Quote should be an inline element
25 NoStyle Quote
26 NoStyle Verse
27
28
29 Style Caption
30         LatexType             Paragraph
31         LatexName             title
32 End
33
34 Style SGML
35         ObsoletedBy           Standard
36 End