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