]> git.lyx.org Git - lyx.git/blob - lib/layouts/db_stdlayouts.inc
remove spaces from label strings, part 2
[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 Style Literal
11         LatexType             Environment
12         LatexName             literallayout
13         PassThru              1
14 End
15
16
17 Style Quotation
18         LatexType             Environment
19         LatexName             blockquote
20         InnerTag              para
21 End
22
23 # Quote should be an inline element
24 NoStyle Quote
25 NoStyle Verse
26
27
28 Style Caption
29         LatexType             Paragraph
30         LatexName             title
31 End
32
33 Style SGML
34         ObsoletedBy           Standard
35 End