]> git.lyx.org Git - lyx.git/blob - lib/layouts/db_lyxmacros.inc
make NO_LATEX default, set ut compability stuff
[lyx.git] / lib / layouts / db_lyxmacros.inc
1 # Textclass definition file for docbook.
2 # Author : José Abílio Oliveira Matos <jamatos@lyx.org>
3
4 # This is the counterpart of lyxmacros.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 lyxmacros.inc
9
10 # Code style definition
11 Style Code
12   CopyStyle             LyX-Code
13   LatexType             Environment
14   LatexName             programlisting
15   LatexParam            CDATA
16   Preamble
17   EndPreamble
18   Font
19     Latex               Latex
20   EndFont
21 End
22
23 # Comment style definition
24 Style Comment
25   LatexType             Paragraph
26   LatexName             comment
27 End
28
29 Style LyX-Code
30   ObsoletedBy           Code
31 End
32
33 NoStyle LyX-Code
34
35 NoStyle Address
36
37 NoStyle Right_Address