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