]> git.lyx.org Git - features.git/blob - lib/layouts/db_stdclass.inc
Introducing a number of tags parametrizing various
[features.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
17 Style Standard
18         Margin                Static
19         LatexType             Paragraph
20         LatexName             para
21         ParIndent             MM
22         ParSkip               0.4
23         Align                 Block
24         AlignPossible         Block
25         LabelType             No_Label
26 End
27
28
29 CharStyle Filename
30         LatexType             Command
31         LatexName             filename
32         Font
33           Family              Typewriter
34         EndFont
35         LabelFont
36           Shape               Italic
37           Color               red
38         EndFont
39 End
40
41 CharStyle Firstname
42         LatexType             Command
43         LatexName             firstname
44         Font
45           Shape               SmallCaps 
46         EndFont
47         LabelFont
48           Shape               Italic
49           Color               red
50         EndFont
51 End
52
53 CharStyle Surname
54         LatexType             Command
55         LatexName             surname
56         Font
57           Shape               SmallCaps 
58         EndFont
59         LabelFont
60           Shape               Italic
61           Color               red
62         EndFont
63 End
64
65 CharStyle Literal
66         LatexType             Command
67         LatexName             literal
68         Font
69           Family              Typewriter
70         EndFont
71         LabelFont
72           Shape               Italic
73           Color               red
74         EndFont
75 End
76
77
78 Input db_stdlists.inc
79 Input db_stdsections.inc
80 Input db_stdstarsections.inc
81 Input db_stdtitle.inc
82 Input db_stdstruct.inc
83 Input db_lyxmacros.inc
84 Input db_stdlayouts.inc
85 Input stdcounters.inc
86 Input db_stdcounters.inc
87 Input stdfloats.inc