]> git.lyx.org Git - features.git/blob - lib/layouts/db_stdtitle.inc
1a903127289071306b16ac61e35ab90fdaf333d8
[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 Format 93
10 Input stdtitle.inc
11
12
13 Style Authorgroup
14         CopyStyle             Author
15         LatexType             Environment
16         LatexName             authorgroup
17         # TODO: missing a DocBookInnerTag to be valid (authorgroup > author > personname). 
18         DocBookTag            author
19         DocBookTagType        paragraph
20         DocBookInnerTag       personname
21         DocBookInnerTagType   inline
22         DocBookWrapperTag     authorgroup
23         DocBookWrapperTagType paragraph
24 End
25
26
27 Style RevisionHistory
28         Margin                Static
29         LatexType             Command
30         LatexName             revhistory
31         CommandDepth          3
32         InnerTag              "!-- --"
33         LeftMargin            MMM
34         RightMargin           MMM
35         ParIndent             MM
36         TopSep                0.7
37         BottomSep             0
38         ParSep                0
39         Align                 Block
40         KeepEmpty             1
41         LabelType             Centered
42         LabelString           "Revision History"
43         LabelBottomSep        0.5
44         DocBookTag            revhistory
45         DocBookTagType        paragraph
46 End
47
48
49 Style Revision
50         Margin                Dynamic
51         LatexType             Command
52         LatexName             revision
53         CommandDepth          4
54         InnerTag              revnumber
55         LabelSep              xxx
56         ParSkip               0.4
57         TopSep                0.9
58         BottomSep             0.5
59         ParSep                0.5
60         Align                 Block
61         DocBookTag            revision
62         DocBookTagType        paragraph
63 End
64
65
66 Style RevisionRemark
67         Margin                Static
68         LatexType             Paragraph
69         InTitle               1
70         LatexName             revremark
71         LabelSep              xxx
72         ParIndent             MM
73         ParSkip               0.0
74         TopSep                0.0
75         BottomSep             0.0
76         ParSep                1
77         Align                 Block
78         LabelType             No_Label
79         DocBookTag            revremark
80         DocBookTagType        paragraph
81 End
82
83
84 Style FirstName
85         ObsoletedBy   Standard
86 End
87
88 Style Surname
89         ObsoletedBy   Standard
90 End