]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdlayouts.inc
include intl/libintl.h that is relative to $TOP_SRCDIR/src
[lyx.git] / lib / layouts / stdlayouts.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
6 # This include files contains various standard environments for lists,
7 # quotations and such.
8
9
10 Format 5
11 Style Quotation
12         Margin                Static
13         LatexType             Environment
14         LatexName             quotation
15         NextNoIndent          1
16         LeftMargin            MMM
17         RightMargin           MMM
18         ParIndent             MM
19         ParSkip               0
20         ItemSep               0
21         TopSep                0.5
22         BottomSep             0.5
23         ParSep                0
24         Align                 Block
25         AlignPossible         Block, Left, Right, Center
26 End
27
28
29 Style Quote
30         Margin                Static
31         LatexType             Environment
32         LatexName             quote
33         NextNoIndent          1
34         LeftMargin            MMM
35         RightMargin           MMM
36         TopSep                0.5
37         ParSep                0.5
38         BottomSep             0.5
39         Align                 Block
40         AlignPossible         Block, Left, Right, Center
41         LabelType             No_Label
42 End
43
44
45 Style Verse
46         # LaTeX type is first dynamic because of LaTeX implementation.
47         # In LyX this does not make sense.
48         LatexType             Environment
49         LatexName             verse
50         Margin                First_Dynamic
51         NextNoIndent          1
52         LeftMargin            MMMM
53         LabelIndent           MMMM
54         ParSkip               0.4
55         TopSep                0.7
56         BottomSep             0.7
57         ParSep                0.5
58         Align                 Block
59         AlignPossible         Block, Left
60         LabelType             No_Label
61 End
62
63
64 Style --Separator--
65         KeepEmpty             1
66         Margin                Dynamic
67         LatexType             Paragraph
68         LatexName             dummy
69         ParIndent             MM
70         Align                 Block
71         LabelType             Static
72         LabelString           "--- Separate Environment ---"
73         LabelFont
74           Family              Roman
75           Series              Medium
76           Size                Normal
77           Color               Blue
78         EndFont
79 End