]> git.lyx.org Git - lyx.git/blob - lib/layouts/db_stdtitle.inc
Baruchs latest graphics patch
[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 # first name style definition
25 Style FirstName
26   Margin                Static
27   LatexType             Paragraph
28   LatexName             firstname
29   ParIndent             MM
30   ParSkip               0.4
31   Align                 Center
32   AlignPossible         Center
33   LabelType             No_Label
34 End
35
36 # surname style definition
37 Style Surname
38   Margin                Static
39   LatexType             Paragraph
40   LatexName             surname
41   ParIndent             MM
42   ParSkip               0.4
43   Align                 Center
44   AlignPossible         Center
45   LabelType             No_Label
46 End
47
48 # Date style definition
49 Style Date
50   LatexType             Paragraph
51   LatexName             date
52 End