]> git.lyx.org Git - lyx.git/blob - lib/layouts/db_stdtitle.inc
69e9d3f4c2e4b90f7795acb88c9f1acaae8391fd
[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 68
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         KeepEmpty             1
57         LabelType             Centered
58         LabelString           "Revision History"
59         LabelBottomSep        0.5
60 End
61
62
63 Style Revision
64         Margin                Dynamic
65         LatexType             Command
66         LatexName             revision
67         CommandDepth          4
68         InnerTag              revnumber
69         LabelSep              xxx
70         ParSkip               0.4
71         TopSep                0.9
72         BottomSep             0.5
73         ParSep                0.5
74         Align                 Block
75 End
76
77
78 Style RevisionRemark
79         Margin                Static
80         LatexType             Paragraph
81         InTitle               1
82         LatexName             revremark
83         LabelSep              xxx
84         ParIndent             MM
85         ParSkip               0.0
86         TopSep                0.0
87         BottomSep             0.0
88         ParSep                1
89         Align                 Block
90         LabelType             No_Label
91 End
92
93
94 Style FirstName
95         ObsoletedBy   Standard
96 End
97
98 Style Surname
99         ObsoletedBy   Standard
100 End