]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdtitle.inc
773477d907f21bfae2d6a715d7c3c1d483a1cd71
[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 68
12
13
14 Style Title
15         Margin                Static
16         LatexType             Command
17         Category              FrontMatter
18         InTitle               1
19         LatexName             title
20         ParSkip               0.4
21         ItemSep               0
22         TopSep                0
23         BottomSep             1
24         ParSep                1
25         Align                 Center
26         LabelType             No_Label
27         Font
28           Size                Largest
29         EndFont
30         HTMLTag               h1
31         HTMLTitle             true
32 End
33
34
35 Style Author
36         Margin                Static
37         LatexType             Command
38         Category              FrontMatter
39         InTitle               1
40         LatexName             author
41         LabelSep              xxx
42         ParSkip               0.4
43         TopSep                1.3
44         BottomSep             0.7
45         ParSep                0.7
46         Align                 Center
47         LabelType             No_Label
48         Font
49           Size                Large
50         EndFont
51 End
52
53
54 Style Date
55         Margin                Dynamic
56         LatexType             Command
57         Category              FrontMatter
58         InTitle               1
59         LatexName             date
60         LabelSep              xxx
61         ParSkip               0.4
62         TopSep                0.9
63         BottomSep             0.5
64         ParSep                1
65         Align                 Center
66         LabelType             No_Label
67         Font
68           Size                Large
69         EndFont
70 End