]> git.lyx.org Git - lyx.git/blob - lib/layouts/db_stdtitle.inc
e42b42fbb23647e7e1d1be19fa21763fe79873ab
[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 # Title style definition
11 Style Title
12   LatexType             Command
13   LatexName             artheader
14   LatexParam            "2|"
15 End
16
17 # Author style definition
18 Style Author
19   LatexType             Environment
20   LatexName             author
21   KeepEmpty             1
22 End
23
24 # Authorgroup
25 Style Authorgroup
26   CopyStyle             Author
27   LatexType             Environment
28   LatexName             authorgroup
29   LatexParam            author
30 End
31
32 # first name style definition
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 # surname style definition
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 # Date style definition
57 Style Date
58   LatexType             Paragraph
59   LatexName             date
60 End
61
62 # Revision History style definition
63 Style RevisionHistory
64   Margin                Static
65   LatexType             Command
66   LatexName             revhistory
67   LatexParam            "3|!-- --"
68   LeftMargin            MMM
69   RightMargin           MMM
70   ParIndent             MM
71   TopSep                0.7
72   BottomSep             0
73   ParSep                0
74   Align                 Block
75   AlignPossible         Block
76   KeepEmpty             1
77   LabelType             Centered_Top_Environment
78   LabelString           "Revision History"
79   LabelBottomSep        0.5
80  
81 End
82
83 # Revision style definition
84 Style Revision
85   Margin                Dynamic
86   LatexType             Command
87   LatexName             revision
88   LatexParam            "4|revnumber"
89   LabelSep              xxx
90   ParSkip               0.4
91   TopSep                0.9
92   BottomSep             0.5
93   ParSep                0.5
94   Align                 Block
95   AlignPossible         Block
96  
97 End
98
99 # RevisionRemark style definition
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  
115 End