]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdtitle.inc
Move RevTeX section in Additional.lyx into Chapter 3 Document classes
[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 98
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 block
57         DocBookInInfo         always
58         DocBookNoFontInside   true
59 End
60
61
62 Style Date
63         Margin                Dynamic
64         LatexType             Command
65         Category              FrontMatter
66         InTitle               1
67         LatexName             date
68         LabelSep              xxx
69         ParSkip               0.4
70         TopSep                0.9
71         BottomSep             0.5
72         ParSep                1
73         Align                 Center
74         LabelType             No_Label
75         Font
76           Size                Large
77         EndFont
78         DocBookTag            date
79         DocBookTagType        paragraph
80         DocBookInInfo         always
81     DocBookNoFontInside   true
82 End