]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdtitle.inc
Updated versions to 5; added stdinsets.inc where I felt confident
[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 Format 5
12 Style Title
13         Margin                Static
14         LatexType             Command
15         InTitle               1
16         LatexName             title
17         ParSkip               0.4
18         ItemSep               0
19         TopSep                0
20         BottomSep             1
21         ParSep                1
22         Align                 Center
23         AlignPossible         Center
24         LabelType             No_Label
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         Font
45           Size                Large
46         EndFont
47 End
48
49
50 Style Date
51         Margin                Dynamic
52         LatexType             Command
53         InTitle               1
54         LatexName             date
55         LabelSep              xxx
56         ParSkip               0.4
57         TopSep                0.9
58         BottomSep             0.5
59         ParSep                1
60         Align                 Center
61         AlignPossible         Center
62         LabelType             No_Label
63         Font
64           Size                Large
65         EndFont
66 End