]> git.lyx.org Git - lyx.git/blob - lib/layouts/db_stdtitle.inc
Add transformations to InsetExternal.
[lyx.git] / lib / layouts / db_stdtitle.inc
1 # Textclass definition file for docbook.
2 # Author : José Abílio Oliveira Matos <jamatos@lyx.org>
3
4 # This file is the counterpart of stdstile.inc
5 # It is desireable, as far as possible, to have the same look and feeling for
6 # related layouts in latex and docbook.
7
8 Input stdtitle.inc
9
10
11 Style Title
12         LatexType             Command
13         LatexName             articleinfo
14         LatexParam            "2|"
15 End
16
17
18 Style Author
19         LatexType             Environment
20         LatexName             author
21         KeepEmpty             1
22 End
23
24
25 Style Authorgroup
26         CopyStyle             Author
27         LatexType             Environment
28         LatexName             authorgroup
29         LatexParam            author
30 End
31
32
33 Style FirstName
34         Margin                Static
35         LatexType             Paragraph
36         LatexName             firstname
37         ParIndent             MM
38         ParSkip               0.4
39         Align                 Center
40         AlignPossible         Center
41         LabelType             No_Label
42 End
43
44
45 Style Surname
46         Margin                Static
47         LatexType             Paragraph
48         LatexName             surname
49         ParIndent             MM
50         ParSkip               0.4
51         Align                 Center
52         AlignPossible         Center
53         LabelType             No_Label
54 End
55
56
57 Style Date
58         LatexType             Paragraph
59         LatexName             date
60         Align                 Left
61         AlignPossible         Left,Center
62 End
63
64
65 Style RevisionHistory
66         Margin                Static
67         LatexType             Command
68         LatexName             revhistory
69         LatexParam            "3|!-- --"
70         LeftMargin            MMM
71         RightMargin           MMM
72         ParIndent             MM
73         TopSep                0.7
74         BottomSep             0
75         ParSep                0
76         Align                 Block
77         AlignPossible         Block
78         KeepEmpty             1
79         LabelType             Centered_Top_Environment
80         LabelString           "Revision History"
81         LabelBottomSep        0.5
82 End
83
84
85 Style Revision
86         Margin                Dynamic
87         LatexType             Command
88         LatexName             revision
89         LatexParam            "4|revnumber"
90         LabelSep              xxx
91         ParSkip               0.4
92         TopSep                0.9
93         BottomSep             0.5
94         ParSep                0.5
95         Align                 Block
96         AlignPossible         Block
97 End
98
99
100 Style RevisionRemark
101         Margin                Static
102         LatexType             Paragraph
103         InTitle               1
104         LatexName             revremark
105         LabelSep              xxx
106         ParIndent             MM
107         ParSkip               0.0
108         TopSep                0.0
109         BottomSep             0.0
110         ParSep                1
111         Align                 Block
112         AlignPossible         Block
113         LabelType             No_Label
114 End