]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdtitle.inc
Replace <programlist> with <screen>, as it is more general.
[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         Font
25           Size                Largest
26         EndFont
27 End
28
29
30 Style Author
31         Margin                Static
32         LatexType             Command
33         InTitle               1
34         LatexName             author
35         LabelSep              xxx
36         ParSkip               0.4
37         TopSep                1.3
38         BottomSep             0.7
39         ParSep                0.7
40         Align                 Center
41         AlignPossible         Center
42         LabelType             No_Label
43         Font
44           Size                Large
45         EndFont
46 End
47
48
49 Style Date
50         Margin                Dynamic
51         LatexType             Command
52         InTitle               1
53         LatexName             date
54         LabelSep              xxx
55         ParSkip               0.4
56         TopSep                0.9
57         BottomSep             0.5
58         ParSep                1
59         Align                 Center
60         AlignPossible         Center
61         LabelType             No_Label
62         Font
63           Size                Large
64         EndFont
65 End