]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdstruct.inc
Correct version number
[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 82
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         DocBookTag            abstract
53         DocBookItemTag        para
54         DocBookInInfo         always
55 End
56
57
58 Style Bibliography
59         Margin                First_Dynamic
60         LatexType             Bib_Environment
61         LatexName             thebibliography
62         Category              BackMatter
63         NextNoIndent          1
64         ToggleIndent          Never
65         LeftMargin            MM
66         ParSkip               0.4
67         ItemSep               0
68         TopSep                0.7
69         BottomSep             0.7
70         ParSep                0.5
71         Align                 Block
72         AlignPossible         Block, Left
73         LabelType             Bibliography
74         LabelString           "References"
75         LabelBottomSep        1.2
76         LabelFont
77           Series              Bold
78           Size                Larger
79         EndFont
80         HTMLStyle
81                 div.bibliography {
82                         margin-left: 2em;
83                         text-indent: -2em;
84                 }
85                 span.bibitemlabel:before { content: "["; }
86                 span.bibitemlabel:after { content: "] "; }
87         EndHTMLStyle
88         TocLevel              1
89         ISTocCaption          0
90         Argument listpreamble:1
91           LabelString    "Bib preamble"
92           MenuString     "Bibliography Preamble"
93           Tooltip        "LaTeX code to be inserted before the first bibliography item"
94           PassThru       1
95           Font
96             Family typewriter
97             Color latex
98           EndFont
99         EndArgument
100         DocBookTag            bibliography
101 End