]> git.lyx.org Git - features.git/blob - lib/layouts/db_stdtitle.inc
DocBook: restore the old DocBook support.
[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 84
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         DocBookWrapperTag     authorgroup
21         DocBookWrapperTagType paragraph
22 End
23
24
25 Style RevisionHistory
26         Margin                Static
27         LatexType             Command
28         LatexName             revhistory
29         CommandDepth          3
30         InnerTag              "!-- --"
31         LeftMargin            MMM
32         RightMargin           MMM
33         ParIndent             MM
34         TopSep                0.7
35         BottomSep             0
36         ParSep                0
37         Align                 Block
38         KeepEmpty             1
39         LabelType             Centered
40         LabelString           "Revision History"
41         LabelBottomSep        0.5
42         DocBookTag            revhistory
43         DocBookTagType        paragraph
44 End
45
46
47 Style Revision
48         Margin                Dynamic
49         LatexType             Command
50         LatexName             revision
51         CommandDepth          4
52         InnerTag              revnumber
53         LabelSep              xxx
54         ParSkip               0.4
55         TopSep                0.9
56         BottomSep             0.5
57         ParSep                0.5
58         Align                 Block
59         DocBookTag            revision
60         DocBookTagType        paragraph
61 End
62
63
64 Style RevisionRemark
65         Margin                Static
66         LatexType             Paragraph
67         InTitle               1
68         LatexName             revremark
69         LabelSep              xxx
70         ParIndent             MM
71         ParSkip               0.0
72         TopSep                0.0
73         BottomSep             0.0
74         ParSep                1
75         Align                 Block
76         LabelType             No_Label
77         DocBookTag            revremark
78         DocBookTagType        paragraph
79 End
80
81
82 Style FirstName
83         ObsoletedBy   Standard
84 End
85
86 Style Surname
87         ObsoletedBy   Standard
88 End