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