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