]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdtitle.inc
9a4fd9299b2c9af090f5073322ddef7e2d141e33
[lyx.git] / lib / layouts / stdtitle.inc
1 # Standard textclass definition file. Taken from initial LyX source code
2 # Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
3 # Transposed by Pascal AndrĂ© <andre@via.ecp.fr>
4 # Heavily modifed and enhanced by several developers.
5 # Split from stdstruct.inc by Hartmut Goebel <hartmut@noris.net>
6
7 # This include files contains all layouts that handle the title area
8 # a document, like title, author and such.
9
10
11 Style Title
12         Margin                Static
13         LatexType             Command
14         InTitle               1
15         LatexName             title
16         ParSkip               0.4
17         ItemSep               0
18         TopSep                0
19         BottomSep             1
20         ParSep                1
21         Align                 Center
22         AlignPossible         Center
23         LabelType             No_Label
24
25         Font 
26           Size                Largest
27         EndFont
28 End
29
30
31 Style Author
32         Margin                Static
33         LatexType             Command
34         InTitle               1
35         LatexName             author
36         LabelSep              xxx
37         ParSkip               0.4
38         TopSep                1.3
39         BottomSep             0.7
40         ParSep                0.7
41         Align                 Center
42         AlignPossible         Center
43         LabelType             No_Label
44
45         Font 
46           Size                Large
47         EndFont
48 End
49
50
51 Style Date
52         Margin                Dynamic
53         LatexType             Command
54         InTitle               1
55         LatexName             date
56         LabelSep              xxx
57         ParSkip               0.4
58         TopSep                0.9
59         BottomSep             0.5
60         ParSep                1
61         Align                 Center
62         AlignPossible         Center
63         LabelType             No_Label
64
65         Font 
66           Size                Large
67         EndFont
68 End