]> git.lyx.org Git - lyx.git/blob - lib/layouts/db_stdtitle.inc
remove spaces from label strings, part 2
[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 End
24
25
26 Style Authorgroup
27         CopyStyle             Author
28         LatexType             Environment
29         LatexName             authorgroup
30         InnerTag              author
31 End
32
33
34 Style Date
35         LatexType             Paragraph
36         LatexName             date
37         Align                 Center
38         AlignPossible         Left,Center
39 End
40
41
42 Style RevisionHistory
43         Margin                Static
44         LatexType             Command
45         LatexName             revhistory
46         CommandDepth          3
47         InnerTag              "!-- --"
48         LeftMargin            MMM
49         RightMargin           MMM
50         ParIndent             MM
51         TopSep                0.7
52         BottomSep             0
53         ParSep                0
54         Align                 Block
55         AlignPossible         Block
56         KeepEmpty             1
57         LabelType             Centered_Top_Environment
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         AlignPossible         Block
76 End
77
78
79 Style RevisionRemark
80         Margin                Static
81         LatexType             Paragraph
82         InTitle               1
83         LatexName             revremark
84         LabelSep              xxx
85         ParIndent             MM
86         ParSkip               0.0
87         TopSep                0.0
88         BottomSep             0.0
89         ParSep                1
90         Align                 Block
91         AlignPossible         Block
92         LabelType             No_Label
93 End
94
95
96 Style FirstName
97         ObsoletedBy   Standard
98 End
99
100 Style Surname
101         ObsoletedBy   Standard
102 End