]> git.lyx.org Git - lyx.git/blob - lib/layouts/db_lyxmacros.inc
Fix conversion of minipages that contains tabulars.
[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   PassThru              1
17 End
18
19 # Comment style definition
20 Style Comment
21   LatexType             Paragraph
22   LatexName             remark
23 End
24
25 Style LyX-Code
26   ObsoletedBy           Code
27 End
28
29 NoStyle LyX-Code
30
31 NoStyle Address
32
33 NoStyle Right_Address