]> git.lyx.org Git - lyx.git/blob - lib/layouts/g-brief-en.layout
Replace <programlist> with <screen>, as it is more general.
[lyx.git] / lib / layouts / g-brief-en.layout
1 #% Do not delete he line below; configure depends on this
2 #  \DeclareLaTeXClass[g-brief]{letter (g-brief)}
3 # Letter textclass definition file.
4 # Author : Thomas Hartkens <thomas@hartkens.de>
5
6 Input stdfloats.inc
7 Input stdcounters.inc
8
9 Columns                 1
10 Sides                   1
11 PageStyle               Empty
12 DefaultStyle            Letter
13
14
15 Style Letter
16         Margin                Static
17         LatexType             Environment
18         LatexName             g-brief
19         ParSkip               0.4
20         KeepEmpty             1
21         Align                 Block
22         AlignPossible         Block, Left, Right, Center
23         LabelType             Top_Environment
24         LabelString           Letter:
25         LabelFont
26           Series              Bold
27           Shape               Italic
28           Color               Blue
29         EndFont
30 End
31
32
33 Style Name
34         Margin                Static
35         LatexType             Command
36         LatexName             Name
37         LeftMargin            xxxxxxxxxx::xx
38         LabelSep              xx
39         KeepEmpty             1
40         Align                 Block
41         AlignPossible         Block, Left
42         LabelType             Static
43         LabelString           Name:
44         LabelFont
45           Series              Bold
46           Shape               Italic
47           Color               Blue
48         EndFont
49 End
50
51
52 Style Signature
53         CopyStyle             Name
54         LatexName             Unterschrift
55         LabelString           Signature:
56 End
57
58
59 Style Street
60         CopyStyle             Name
61         LatexName             Strasse
62         LabelString           Street:
63 End
64
65
66 Style Addition
67         CopyStyle             Name
68         LatexName             Zusatz
69         LabelString           Addition:
70 End
71
72
73 Style Town
74         CopyStyle             Name
75         LatexName             Ort
76         LabelString           Town:
77 End
78
79
80 Style State
81         CopyStyle             Name
82         LatexName             Land
83         LabelString           State:
84 End
85
86
87 Style ReturnAddress
88         CopyStyle             Name
89         LatexName             RetourAdresse
90         LabelString           ReturnAddress:
91 End
92
93
94 Style MyRef
95         CopyStyle             Name
96         LatexName             MeinZeichen
97         LabelString           MyRef:
98 End
99
100
101 Style YourRef
102         CopyStyle             Name
103         LatexName             IhrZeichen
104         LabelString           YourRef:
105 End
106
107
108 Style YourMail
109         CopyStyle             Name
110         LatexName             IhrSchreiben
111         LabelString           YourMail:
112 End
113
114
115 Style Phone
116         CopyStyle             Name
117         LatexName             Telefon
118         LabelString           Phone:
119 End
120
121
122 Style Telefax
123         CopyStyle             Name
124         LatexName             Telefax
125         LabelString           Telefax:
126 End
127
128
129 Style Telex
130         CopyStyle             Name
131         LatexName             Telex
132         LabelString           Telex:
133 End
134
135
136 Style EMail
137         CopyStyle             Name
138         LatexName             EMail
139         LabelString           EMail:
140 End
141
142
143 Style HTTP
144         CopyStyle             Name
145         LatexName             HTTP
146         LabelString           HTTP:
147 End
148
149
150 Style Bank
151         CopyStyle             Name
152         LatexName             Bank
153         LabelString           Bank:
154 End
155
156
157 Style BankCode
158         CopyStyle             Name
159         LatexName             BLZ
160         LabelString           BankCode:
161 End
162
163
164 Style BankAccount
165         CopyStyle             Name
166         LatexName             Konto
167         LabelString           BankAccount:
168 End
169
170
171 Style PostalComment
172         CopyStyle             Name
173         LatexName             Postvermerk
174         LabelString           PostalComment:
175 End
176
177
178 Style Address
179         CopyStyle             Name
180         LatexName             Adresse
181         TopSep                1.5
182         KeepEmpty             1
183         LabelString           Address:
184 End
185
186
187 Style Date
188         CopyStyle             Name
189         LatexName             Datum
190         LabelString           Date:
191 End
192
193
194 Style Reference
195         CopyStyle             Name
196         LatexName             Betreff
197         TopSep                1.5
198         ParSep                0.4
199         LabelString           Reference:
200 End
201
202
203 Style Opening
204         CopyStyle             Name
205         LatexName             Anrede
206         TopSep                1.5
207         ParSep                0.4
208         LabelString           Opening:
209 End
210
211
212 Style Encl.
213         CopyStyle             Name
214         LatexName             Anlagen
215         ParSep                0.4
216         LabelString           Encl.:
217 End
218
219
220 Style cc
221         CopyStyle             Name
222         LatexName             Verteiler
223         KeepEmpty             1
224         ParSep                0.4
225         LabelString           cc:
226 End
227
228
229 Style Closing
230         CopyStyle             Name
231         LatexName             LyxGruss
232         BottomSep             1.5
233         ParSep                0.4
234         LabelString           Closing:
235         Preamble
236                 \newcommand{\LyxGruss}[1]{\Gruss{#1}{0.5cm}}
237         EndPreamble
238 End