]> git.lyx.org Git - lyx.git/blob - lib/layouts/db_stdtitle.inc
remove all forgotten traces of help/
[lyx.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         InnerTag              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         CommandDepth          3
72         InnerTag              "!-- --"
73         LeftMargin            MMM
74         RightMargin           MMM
75         ParIndent             MM
76         TopSep                0.7
77         BottomSep             0
78         ParSep                0
79         Align                 Block
80         AlignPossible         Block
81         KeepEmpty             1
82         LabelType             Centered_Top_Environment
83         LabelString           "Revision History"
84         LabelBottomSep        0.5
85 End
86
87
88 Style Revision
89         Margin                Dynamic
90         LatexType             Command
91         LatexName             revision
92         CommandDepth          4
93         InnerTag              revnumber
94         LabelSep              xxx
95         ParSkip               0.4
96         TopSep                0.9
97         BottomSep             0.5
98         ParSep                0.5
99         Align                 Block
100         AlignPossible         Block
101 End
102
103
104 Style RevisionRemark
105         Margin                Static
106         LatexType             Paragraph
107         InTitle               1
108         LatexName             revremark
109         LabelSep              xxx
110         ParIndent             MM
111         ParSkip               0.0
112         TopSep                0.0
113         BottomSep             0.0
114         ParSep                1
115         Align                 Block
116         AlignPossible         Block
117         LabelType             No_Label
118 End