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