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