]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdstruct.inc
3e247e57c43b9427bfff3d8420835f88d89237aa
[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
29         Font 
30           Size                Small
31         EndFont
32
33         LabelFont 
34           Series              Bold
35           Size                Large
36         EndFont
37 End 
38
39
40 Style Bibliography
41         Margin                First_Dynamic
42         LatexType             Bib_Environment
43         LatexName             thebibliography
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    0.7
56
57         LabelFont 
58           Series              Bold
59           Size                Larger
60         EndFont
61 End