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