]> git.lyx.org Git - lyx.git/blob - lib/layouts/stdletter.inc
99fdc5db87386e5732d800958b49615748e9cef5
[lyx.git] / lib / layouts / stdletter.inc
1 # Letter textclass definition file. 
2 # Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
3 # Heavily modifed and enhanced by several developers.
4
5 # General textclass parameters
6 Columns                 1
7 Sides                   1
8 PageStyle               Empty
9
10 # This is just to show how to declare the default font.
11 # The defaults are exactly those shown here.
12 DefaultFont
13         Family                Roman
14         Series                Medium
15         Shape                 Up
16         Size                  Normal
17         Color                 None
18 EndFont
19
20
21 Style Standard
22         Margin                Static
23         LatexType             Paragraph
24         LatexName             dummy
25         ParIndent             MM
26         ParSkip               0.4
27         Align                 Block
28         AlignPossible         Block, Left, Right, Center
29         LabelType             No_Label
30 End
31
32
33 Style My_Address
34         Margin                Right_Address_Box
35         LatexType             Command
36         LatexName             address
37         ParSkip               0.4
38         BottomSep             1.5
39         ParSep                1.5
40         Align                 Left
41         AlignPossible         Left
42 End
43
44
45 Style Send_To_Address
46         Margin                Static
47         LatexType             Command
48         LatexName             letter
49         KeepEmpty             1  
50         ParSkip               0.4
51         BottomSep             1.5
52         ParSep                1.5
53         Align                 Left
54         AlignPossible         Block, Left, Right, Center
55         LabelType             No_Label
56 End
57
58
59 Style Opening
60         Margin                Static
61         LatexType             Command
62         LatexName             opening
63         KeepEmpty             1  
64         LeftMargin            Signature::xx
65         LabelSep              xx
66         TopSep                0.4
67         BottomSep             0.4
68         ParSep                0.4
69         Align                 Block
70         AlignPossible         Block, Left
71         LabelType             Static
72         LabelString           Opening:
73
74         LabelFont 
75           Series              Bold
76           Shape               Italic
77           Color               red
78         EndFont
79 End
80
81
82 Style Signature
83         Margin                Static
84         LatexType             Command
85         LatexName             signature
86         LeftMargin            Signature::xx
87         LabelSep              xx
88         TopSep                0.4
89         BottomSep             0.4
90         ParSep                0.4
91         Align                 Block
92         AlignPossible         Block, Left
93         LabelType             Static
94         LabelString           Signature:
95
96         LabelFont 
97           Series              Bold
98           Shape               Italic
99           Color               red
100         EndFont
101 End
102
103
104 Style Closing
105         Margin                Static
106         LatexType             Command
107         LatexName             closing
108         LeftMargin            Signature::xx
109         LabelSep              xx
110         TopSep                0.4
111         BottomSep             0.4
112         ParSep                0.4
113         Align                 Block
114         AlignPossible         Block, Left
115         LabelType             Static
116         LabelString           Closing:
117
118         LabelFont 
119           Series              Bold
120           Shape               Italic
121           Color               red
122         EndFont
123 End
124
125
126 Style cc
127         Margin                Static
128         LatexType             Command
129         LatexName             cc
130         LeftMargin            cc:xx
131         LabelSep              xx
132         TopSep                0.4
133         BottomSep             0.4
134         ParSep                0.4
135         Align                 Block
136         AlignPossible         Block, Left
137         LabelType             Static
138         LabelString           cc:
139 End
140
141
142 Style encl
143         Margin                Static
144         LatexType             Command
145         LatexName             encl
146         LeftMargin            encl:xx
147         LabelSep              xx
148         TopSep                0.4
149         BottomSep             0.4
150         ParSep                0.4
151         Align                 Block
152         AlignPossible         Block, Left
153         LabelType             Static
154         LabelString           encl:
155         Spacing               Other 1.5
156 End
157
158
159 Style Location
160         Margin                Static
161         LatexType             Command
162         LatexName             location
163         LeftMargin            Location:xx
164         LabelSep              xx
165         TopSep                0.4
166         BottomSep             0.4
167         ParSep                0.4
168         Align                 Block
169         AlignPossible         Block, Left
170         LabelType             Static
171         LabelString           Location:
172         Spacing               Other 1.5
173 End
174
175
176 Style Telephone
177         Margin                Static
178         LatexType             Command
179         LatexName             telephone
180         LeftMargin            Telephone:xx
181         LabelSep              xx
182         TopSep                0.4
183         BottomSep             0.4
184         ParSep                0.4
185         Align                 Block
186         AlignPossible         Block, Left
187         LabelType             Static
188         LabelString           Telephone:
189         Spacing               Other 1.5
190 End