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