]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdtitle.inc
Merge branch 'feature/docbook' into master
[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 84
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         HTMLTitle             true
31         DocBookTag            title
32         DocBookTagType        paragraph
33         DocBookInInfo         maybe
34 End
35
36
37 Style Author
38         Margin                Static
39         LatexType             Command
40         Category              FrontMatter
41         InTitle               1
42         LatexName             author
43         LabelSep              xxx
44         ParSkip               0.4
45         TopSep                1.3
46         BottomSep             0.7
47         ParSep                0.7
48         Align                 Center
49         LabelType             No_Label
50         Font
51           Size                Large
52         EndFont
53         DocBookTag            personname
54         DocBookTagType        paragraph
55         DocBookWrapperTag     author
56         DocBookWrapperTagType inline
57         DocBookInInfo         always
58 End
59
60
61 Style Date
62         Margin                Dynamic
63         LatexType             Command
64         Category              FrontMatter
65         InTitle               1
66         LatexName             date
67         LabelSep              xxx
68         ParSkip               0.4
69         TopSep                0.9
70         BottomSep             0.5
71         ParSep                1
72         Align                 Center
73         LabelType             No_Label
74         Font
75           Size                Large
76         EndFont
77         DocBookTag            date
78         DocBookTagType        paragraph
79         DocBookInInfo         always
80 End