]> git.lyx.org Git - lyx.git/blob - lib/layouts/db_stdclass.inc
Replace <programlist> with <screen>, as it is more general.
[lyx.git] / lib / layouts / db_stdclass.inc
1 # Textclass definition file for docbook.
2 # Author : José Abílio Oliveira Matos <jamatos@lyx.org>
3
4 # This file is the counterpart of stdclass.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 OutputType              docbook
9
10 Columns                 1
11 Sides                   1
12 SecNumDepth             3
13 TocDepth                3
14 DefaultStyle            Standard
15
16 ClassOptions
17 #       Header             "PUBLIC &quot;-//OASIS//DTD DocBook V4.1//EN&quot;"
18 End
19
20 Style Standard
21         Margin                Static
22         LatexType             Paragraph
23         LatexName             para
24         ParIndent             MM
25         ParSkip               0.4
26         Align                 Block
27         AlignPossible         Block
28         LabelType             No_Label
29 End
30
31
32 CharStyle Filename
33         LatexType             Command
34         LatexName             filename
35         Font
36           Family              Typewriter
37         EndFont
38         LabelFont
39           Family              Roman
40           Color               blue
41         EndFont
42 End
43
44 CharStyle Firstname
45         LatexType             Command
46         LatexName             firstname
47         LabelFont
48           Shape               Up
49           Color               blue
50         EndFont
51 End
52
53 CharStyle Surname
54         LatexType             Command
55         LatexName             surname
56         LabelFont
57           Shape               Up
58           Color               blue
59         EndFont
60 End
61
62 CharStyle Literal
63         LatexType             Command
64         LatexName             literal
65         Font
66           Family              Typewriter
67         EndFont
68         LabelFont
69           Family              Roman
70           Color               blue
71         EndFont
72 End
73
74
75 Input db_stdlists.inc
76 Input db_stdsections.inc
77 Input db_stdstarsections.inc
78 Input db_stdtitle.inc
79 Input db_stdstruct.inc
80 Input db_lyxmacros.inc
81 Input db_stdlayouts.inc
82 Input stdfloats.inc