]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdstruct.inc
4de044e661858ad444caa27e70e9a3d5b3d373f5
[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 Style Abstract
12         Margin                Static
13         LatexType             Environment
14         LatexName             abstract
15         NextNoIndent          1
16         LeftMargin            MMM
17         RightMargin           MMM
18         ParIndent             MM
19         ItemSep               0
20         TopSep                0.7
21         BottomSep             0.7
22         ParSep                0
23         Align                 Block
24         AlignPossible         Block
25         LabelType             Centered_Top_Environment
26         LabelString           Abstract
27         LabelBottomSep    0.5
28         Font
29           Size                Small
30         EndFont
31         LabelFont
32           Series              Bold
33           Size                Large
34         EndFont
35 End
36
37
38 Style Bibliography
39         Margin                First_Dynamic
40         LatexType             Bib_Environment
41         LatexName             thebibliography
42         NextNoIndent          1
43         LeftMargin            MM
44         ParSkip               0.4
45         ItemSep               0
46         TopSep                0.7
47         BottomSep             0.7
48         ParSep                0.5
49         Align                 Block
50         AlignPossible         Block, Left
51         LabelType             Bibliography
52         LabelString           References
53         LabelBottomSep        1.2
54         LabelFont
55           Series              Bold
56           Size                Larger
57         EndFont
58 End