]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdstruct.inc
Update layout format.
[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 27
12 Style Abstract
13         Margin                Static
14         LatexType             Environment
15         LatexName             abstract
16         Category              FrontMatter
17         NextNoIndent          1
18         LeftMargin            MMM
19         RightMargin           MMM
20         ParIndent             MM
21         ItemSep               0
22         TopSep                0.7
23         BottomSep             0.7
24         ParSep                0
25         Align                 Block
26         LabelType             Centered_Top_Environment
27         LabelString           "Abstract"
28         LabelBottomSep    0.5
29         Font
30           Size                Small
31         EndFont
32         LabelFont
33           Series              Bold
34           Size                Large
35         EndFont
36 End
37
38
39 Style Bibliography
40         Margin                First_Dynamic
41         LatexType             Bib_Environment
42         LatexName             thebibliography
43         Category              BackMatter
44         NextNoIndent          1
45         LeftMargin            MM
46         ParSkip               0.4
47         ItemSep               0
48         TopSep                0.7
49         BottomSep             0.7
50         ParSep                0.5
51         Align                 Block
52         AlignPossible         Block, Left
53         LabelType             Bibliography
54         LabelString           "References"
55         LabelBottomSep        1.2
56         LabelFont
57           Series              Bold
58           Size                Larger
59         EndFont
60         HTMLStyle
61                 div.bibliography {
62                         margin-left: 2em;
63                         text-indent: -2em;
64                 }
65                 span.bibitemlabel:before { content: "["; }
66                 span.bibitemlabel:after { content: "] "; }
67         EndHTMLStyle
68 End