]> git.lyx.org Git - lyx.git/blob - lib/layouts/db_stdtitle.inc
New framework for declaring generic features in textclasses.
[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 Format 4
10 Input stdtitle.inc
11
12
13 Style Title
14         LatexType             Command
15         LatexName             articleinfo
16         CommandDepth          2
17         InnerTag              title
18 End
19
20
21 Style Author
22         LatexType             Environment
23         LatexName             author
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 Date
36         LatexType             Paragraph
37         LatexName             date
38         Align                 Center
39         AlignPossible         Left,Center
40 End
41
42
43 Style RevisionHistory
44         Margin                Static
45         LatexType             Command
46         LatexName             revhistory
47         CommandDepth          3
48         InnerTag              "!-- --"
49         LeftMargin            MMM
50         RightMargin           MMM
51         ParIndent             MM
52         TopSep                0.7
53         BottomSep             0
54         ParSep                0
55         Align                 Block
56         AlignPossible         Block
57         KeepEmpty             1
58         LabelType             Centered_Top_Environment
59         LabelString           "Revision History"
60         LabelBottomSep        0.5
61 End
62
63
64 Style Revision
65         Margin                Dynamic
66         LatexType             Command
67         LatexName             revision
68         CommandDepth          4
69         InnerTag              revnumber
70         LabelSep              xxx
71         ParSkip               0.4
72         TopSep                0.9
73         BottomSep             0.5
74         ParSep                0.5
75         Align                 Block
76         AlignPossible         Block
77 End
78
79
80 Style RevisionRemark
81         Margin                Static
82         LatexType             Paragraph
83         InTitle               1
84         LatexName             revremark
85         LabelSep              xxx
86         ParIndent             MM
87         ParSkip               0.0
88         TopSep                0.0
89         BottomSep             0.0
90         ParSep                1
91         Align                 Block
92         AlignPossible         Block
93         LabelType             No_Label
94 End
95
96
97 Style FirstName
98         ObsoletedBy   Standard
99 End
100
101 Style Surname
102         ObsoletedBy   Standard
103 End