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