]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdlayouts.inc
Whitespace, only whitespace. Part II.
[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 Style Quotation
11         Margin                Static
12         LatexType             Environment
13         LatexName             quotation
14         NextNoIndent          1
15         LeftMargin            MMM
16         RightMargin           MMM
17         ParIndent             MM
18         ParSkip               0
19         ItemSep               0
20         TopSep                0.5
21         BottomSep             0.5
22         ParSep                0
23         Align                 Block
24         AlignPossible         Block, Left, Right, Center
25 End
26
27
28 Style Quote
29         Margin                Static
30         LatexType             Environment
31         LatexName             quote
32         NextNoIndent          1
33         LeftMargin            MMM
34         RightMargin           MMM
35         TopSep                0.5
36         ParSep                0.5
37         BottomSep             0.5
38         Align                 Block
39         AlignPossible         Block, Left, Right, Center
40         LabelType             No_Label
41 End
42
43
44 Style Verse
45         # LaTeX type is first dynamic because of LaTeX implementation.
46         # In LyX this does not make sense.
47         LatexType             Environment
48         LatexName             verse
49         Margin                First_Dynamic
50         NextNoIndent          1
51         LeftMargin            MMMM
52         LabelIndent           MMMM
53         ParSkip               0.4
54         TopSep                0.7
55         BottomSep             0.7
56         ParSep                0.5
57         Align                 Block
58         AlignPossible         Block, Left
59         LabelType             No_Label
60 End
61
62
63 Style Caption
64         Margin                First_Dynamic
65         LatexType             Command
66         LatexName             caption
67         NeedProtect           1
68         LabelSep              xx
69         ParSkip               0.4
70         TopSep                0.5
71         Align                 Center
72         AlignPossible         Center
73         LabelType             Sensitive
74         LabelString   Caption
75         OptionalArgs          1
76         LabelFont
77           Series              Bold
78         EndFont
79 End
80
81