]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdstruct.inc
replace 'ascii' by 'plain text' (more to come)
[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 2
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         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         NextNoIndent          1
44         LeftMargin            MM
45         ParSkip               0.4
46         ItemSep               0
47         TopSep                0.7
48         BottomSep             0.7
49         ParSep                0.5
50         Align                 Block
51         AlignPossible         Block, Left
52         LabelType             Bibliography
53         LabelString           "References"
54         LabelBottomSep        1.2
55         LabelFont
56           Series              Bold
57           Size                Larger
58         EndFont
59 End