]> git.lyx.org Git - lyx.git/blob - lib/layouts/db_stdtitle.inc
Fixed longtable export.
[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   Align                 Left
61   AlignPossible         Left,Center
62 End
63
64 # Revision History style definition
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  
83 End
84
85 # Revision style definition
86 Style Revision
87   Margin                Dynamic
88   LatexType             Command
89   LatexName             revision
90   LatexParam            "4|revnumber"
91   LabelSep              xxx
92   ParSkip               0.4
93   TopSep                0.9
94   BottomSep             0.5
95   ParSep                0.5
96   Align                 Block
97   AlignPossible         Block
98  
99 End
100
101 # RevisionRemark style definition
102 Style RevisionRemark
103   Margin                Static
104   LatexType             Paragraph
105   InTitle               1
106   LatexName             revremark
107   LabelSep              xxx
108   ParIndent             MM
109   ParSkip               0.0
110   TopSep                0.0
111   BottomSep             0.0
112   ParSep                1
113   Align                 Block
114   AlignPossible         Block
115   LabelType             No_Label
116  
117 End