]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdtitle.inc
Allow literate documents other than noweb to work out of the box. Currently
[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 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 End
29
30
31 Style Author
32         Margin                Static
33         LatexType             Command
34         Category              FrontMatter
35         InTitle               1
36         LatexName             author
37         LabelSep              xxx
38         ParSkip               0.4
39         TopSep                1.3
40         BottomSep             0.7
41         ParSep                0.7
42         Align                 Center
43         LabelType             No_Label
44         Font
45           Size                Large
46         EndFont
47 End
48
49
50 Style Date
51         Margin                Dynamic
52         LatexType             Command
53         Category              FrontMatter
54         InTitle               1
55         LatexName             date
56         LabelSep              xxx
57         ParSkip               0.4
58         TopSep                0.9
59         BottomSep             0.5
60         ParSep                1
61         Align                 Center
62         LabelType             No_Label
63         Font
64           Size                Large
65         EndFont
66 End