]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdtitle.inc
Don't paint misspelled mark if continuous spellchecking is disabled.
[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 16
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         HTMLAttr              class='title'
31 End
32
33
34 Style Author
35         Margin                Static
36         LatexType             Command
37         Category              FrontMatter
38         InTitle               1
39         LatexName             author
40         LabelSep              xxx
41         ParSkip               0.4
42         TopSep                1.3
43         BottomSep             0.7
44         ParSep                0.7
45         Align                 Center
46         LabelType             No_Label
47         Font
48           Size                Large
49         EndFont
50         HTMLTag               h2
51         HTMLAttr              class='author'
52 End
53
54
55 Style Date
56         Margin                Dynamic
57         LatexType             Command
58         Category              FrontMatter
59         InTitle               1
60         LatexName             date
61         LabelSep              xxx
62         ParSkip               0.4
63         TopSep                0.9
64         BottomSep             0.5
65         ParSep                1
66         Align                 Center
67         LabelType             No_Label
68         Font
69           Size                Large
70         EndFont
71         HTMLTag               h2
72         HTMLAttr              class='date'
73 End