]> git.lyx.org Git - features.git/blob - lib/layouts/db_stdtitle.inc
e1025fa254a9dd4cba65ffc0a244c0920f4231cb
[features.git] / lib / layouts / db_stdtitle.inc
1 # Textclass definition file for docbook.
2 # Author : José Abílio Oliveira Matos <jamatos@lyx.org>
3 # Modified Martin Vermeer <martin.vermeer@hut.fi> 
4 #
5 # This file is the counterpart of stdstyle.inc
6 # It is desirable, as far as possible, to have the same look and feel for
7 # related layouts in latex and docbook.
8
9 Input stdtitle.inc
10
11
12 Style Title
13         LatexType             Command
14         LatexName             articleinfo
15         CommandDepth          2
16         InnerTag              "title"
17 End
18
19
20 Style Author
21         LatexType             Environment
22         LatexName             author
23         KeepEmpty             1
24 End
25
26
27 Style Authorgroup
28         CopyStyle             Author
29         LatexType             Environment
30         LatexName             authorgroup
31         LatexParam            author
32 End
33
34
35 Style FirstName
36         Margin                Static
37         LatexType             Paragraph
38         LatexName             firstname
39         ParIndent             MM
40         ParSkip               0.4
41         Align                 Center
42         AlignPossible         Center
43         LabelType             No_Label
44 End
45
46
47 Style Surname
48         Margin                Static
49         LatexType             Paragraph
50         LatexName             surname
51         ParIndent             MM
52         ParSkip               0.4
53         Align                 Center
54         AlignPossible         Center
55         LabelType             No_Label
56 End
57
58
59 Style Date
60         LatexType             Paragraph
61         LatexName             date
62         Align                 Left
63         AlignPossible         Left,Center
64 End
65
66
67 Style RevisionHistory
68         Margin                Static
69         LatexType             Command
70         LatexName             revhistory
71         LatexParam            "3|!-- --"
72         LeftMargin            MMM
73         RightMargin           MMM
74         ParIndent             MM
75         TopSep                0.7
76         BottomSep             0
77         ParSep                0
78         Align                 Block
79         AlignPossible         Block
80         KeepEmpty             1
81         LabelType             Centered_Top_Environment
82         LabelString           "Revision History"
83         LabelBottomSep        0.5
84 End
85
86
87 Style Revision
88         Margin                Dynamic
89         LatexType             Command
90         LatexName             revision
91         LatexParam            "4|revnumber"
92         LabelSep              xxx
93         ParSkip               0.4
94         TopSep                0.9
95         BottomSep             0.5
96         ParSep                0.5
97         Align                 Block
98         AlignPossible         Block
99 End
100
101
102 Style RevisionRemark
103         Margin                Static
104         LatexType             Paragraph
105         InTitle               1
106         LatexName             revremark
107         LabelSep              xxx
108         ParIndent             MM
109         ParSkip               0.0
110         TopSep                0.0
111         BottomSep             0.0
112         ParSep                1
113         Align                 Block
114         AlignPossible         Block
115         LabelType             No_Label
116 End