]> git.lyx.org Git - lyx.git/blob - lib/layouts/db_stdclass.inc
bb62a2fc06eba19c88448f35221da8048f169fa9
[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             "<!DOCTYPE #  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           Shape               Italic
40           Color               red
41         EndFont
42 End
43
44 CharStyle Firstname
45         LatexType             Command
46         LatexName             firstname
47         Font
48           Shape               SmallCaps 
49         EndFont
50         LabelFont
51           Shape               Italic
52           Color               red
53         EndFont
54 End
55
56 CharStyle Surname
57         LatexType             Command
58         LatexName             surname
59         Font
60           Shape               SmallCaps 
61         EndFont
62         LabelFont
63           Shape               Italic
64           Color               red
65         EndFont
66 End
67
68 CharStyle Literal
69         LatexType             Command
70         LatexName             literal
71         Font
72           Family              Typewriter
73         EndFont
74         LabelFont
75           Shape               Italic
76           Color               red
77         EndFont
78 End
79
80
81 Input db_stdlists.inc
82 Input db_stdsections.inc
83 Input db_stdstarsections.inc
84 Input db_stdtitle.inc
85 Input db_stdstruct.inc
86 Input db_lyxmacros.inc
87 Input db_stdlayouts.inc
88 Input stdcounters.inc
89 Input db_stdcounters.inc
90 Input stdfloats.inc