]> git.lyx.org Git - features.git/blob - lib/layouts/stdtitle.inc
Initial HTML information for layouts. Much of this is prelimiary,
[features.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 11
12 Style Title
13         Margin                Static
14         LatexType             Command
15         Category              FrontMatter
16         InTitle               1
17         LatexName             title
18         ParSkip               0.4
19         ItemSep               0
20         TopSep                0
21         BottomSep             1
22         ParSep                1
23         Align                 Center
24         LabelType             No_Label
25         Font
26           Size                Largest
27         EndFont
28         HTMLTag               h1
29         HTMLAttr              class='title'
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         HTMLTag               h2
50         HTMLAttr              class='author'
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         HTMLTag               h2
71         HTMLAttr              class='date'
72 End