]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdtitle.inc
DocBook: fix delimitation of bibliographies.
[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 82
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         DocBookInInfo         maybe
33 End
34
35
36 Style Author
37         Margin                Static
38         LatexType             Command
39         Category              FrontMatter
40         InTitle               1
41         LatexName             author
42         LabelSep              xxx
43         ParSkip               0.4
44         TopSep                1.3
45         BottomSep             0.7
46         ParSep                0.7
47         Align                 Center
48         LabelType             No_Label
49         Font
50           Size                Large
51         EndFont
52         DocBookTag            personname
53         DocBookWrapperTag     author
54         DocBookInInfo         always
55 End
56
57
58 Style Date
59         Margin                Dynamic
60         LatexType             Command
61         Category              FrontMatter
62         InTitle               1
63         LatexName             date
64         LabelSep              xxx
65         ParSkip               0.4
66         TopSep                0.9
67         BottomSep             0.5
68         ParSep                1
69         Align                 Center
70         LabelType             No_Label
71         Font
72           Size                Large
73         EndFont
74         DocBookTag            date
75         DocBookInInfo         always
76 End