]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdstruct.inc
include intl/libintl.h that is relative to $TOP_SRCDIR/src
[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 5
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         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