]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdstruct.inc
Update layouts to version 90
[lyx.git] / lib / layouts / stdstruct.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 # Title definitions moved to stdtitle.inc by Hartmut Goebel <harmut@noris.net>
6
7 # This include files contains all layouts that handle the structure of
8 # a document, like abstract, bibliography and such.
9
10
11 Format 90
12
13 Style Abstract
14         Margin                Static
15         LatexType             Environment
16         LatexName             abstract
17         Category              FrontMatter
18         NextNoIndent          1
19         ToggleIndent          Always
20         LeftMargin            MMM
21         RightMargin           MMM
22         ParIndent             MM
23         ItemSep               0
24         TopSep                0.7
25         BottomSep             0.7
26         ParSep                0
27         Align                 Block
28         LabelType             Centered
29         LabelString           "Abstract"
30         LabelBottomSep        0.5
31         Font
32           Size                Small
33         EndFont
34         LabelFont
35           Series              Bold
36           Size                Large
37         EndFont
38         HTMLLabelFirst        1
39         HTMLForceCSS          1
40         HTMLStyle
41                 div.abstract {
42                         margin: 4ex;
43                 }
44                 div.abstract_item {
45                         font-size: small;
46                         padding-top: 1ex;
47                 }
48                 div.abstract_label {
49                         font-weight: bold;
50                 }
51         EndHTMLStyle
52         DocBookAbstract       true
53         DocBookInInfo         always
54         DocBookWrapperTag     abstract
55         DocBookWrapperMergeWithPrevious    true
56         DocBookTag            para
57 End
58
59
60 Style Bibliography
61         Margin                First_Dynamic
62         LatexType             Bib_Environment
63         LatexName             thebibliography
64         Category              BackMatter
65         NextNoIndent          1
66         ToggleIndent          Never
67         LeftMargin            MM
68         ParSkip               0.4
69         ItemSep               0
70         TopSep                0.7
71         BottomSep             0.7
72         ParSep                0.5
73         Align                 Block
74         AlignPossible         Block, Left
75         LabelType             Bibliography
76         LabelString           "References"
77         LabelBottomSep        1.2
78         LabelFont
79           Series              Bold
80           Size                Larger
81         EndFont
82         HTMLStyle
83                 div.bibliography {
84                         margin-left: 2em;
85                         text-indent: -2em;
86                 }
87                 span.bibitemlabel:before { content: "["; }
88                 span.bibitemlabel:after { content: "] "; }
89         EndHTMLStyle
90         TocLevel              1
91         ISTocCaption          0
92         Argument listpreamble:1
93           LabelString    "Bib preamble"
94           MenuString     "Bibliography Preamble"
95           Tooltip        "LaTeX code to be inserted before the first bibliography item"
96           PassThru       1
97           Font
98             Family typewriter
99             Color latex
100           EndFont
101         EndArgument
102         DocBookTag            bibliography
103 End