]> git.lyx.org Git - lyx.git/blob - lib/layouts/db_stdlayouts.inc
Allow literate documents other than noweb to work out of the box. Currently
[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 11
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
30 Style SGML
31         ObsoletedBy           Standard
32 End