]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdtitle.inc
Fix conversion of minipages that contains tabulars.
[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 # Title style definition
11 Style Title
12   Margin                Static
13   LatexType             Command
14   InTitle               1
15   LatexName             title
16   ParSkip               0.4
17   ItemSep               0
18   TopSep                0
19   BottomSep             1
20   ParSep                1
21   Align                 Center
22   AlignPossible         Center
23   LabelType             No_Label
24
25   # standard font definition
26   Font 
27     Size                Largest
28   EndFont
29
30 End
31
32 # Author style definition
33 Style Author
34   Margin                Static
35   LatexType             Command
36   InTitle               1
37   LatexName             author
38   LabelSep              xxx
39   ParSkip               0.4
40   TopSep                1.3
41   BottomSep             0.7
42   ParSep                0.7
43   Align                 Center
44   AlignPossible         Center
45   LabelType             No_Label
46
47   # standard font definition
48   Font 
49     Size                Large
50   EndFont
51
52 End
53
54 # Date style definition
55 Style Date
56   Margin                Dynamic
57   LatexType             Command
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   AlignPossible         Center
67   LabelType             No_Label
68
69
70   # standard font definition
71   Font 
72     Size                Large
73   EndFont
74
75 End