]> git.lyx.org Git - lyx.git/blob - lib/layouts/g-brief.layout
Amend 207eaeee9071cb
[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 104
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 # Babel is loaded internally
22 Provides babel 1
23
24
25 Style Letter
26         Margin                Static
27         LatexType             Environment
28         LatexName             g-brief
29         ParSkip               0.4
30         KeepEmpty             1
31         Align                 Block
32         AlignPossible         Block, Left, Right, Center
33         LabelType             Above
34         LabelString           "Letter:"
35         LabelFont
36           Series              Bold
37           Shape               Italic
38           Color               textlabel1
39         EndFont
40         AutoNests 
41                 Standard,Itemize,Enumerate,Description,Labeling,Bibliography,Quotation,Quote,Verse,Corollary,
42                 Definition,Definitions,Example,Examples,Fact,Lemma,Proof,Theorem,LyX-Code
43         EndAutoNests
44 End
45
46
47 Style Name
48         Category              Letter
49         Margin                Static
50         LatexType             Command
51         LatexName             Name
52         LeftMargin            Rucksende-Adresse:xx
53         LabelSep              xx
54         KeepEmpty             1
55         Align                 Block
56         AlignPossible         Block, Left
57         LabelType             Static
58         LabelString           "Name:"
59         LabelFont
60           Series              Bold
61           Shape               Italic
62           Color               textlabel1
63         EndFont
64 End
65
66
67 Style Signature
68         CopyStyle             Name
69         LatexName             Unterschrift
70         LabelString           "Signature:"
71 End
72
73
74 Style Street
75         CopyStyle             Name
76         LatexName             Strasse
77         LabelString           "Street:"
78 End
79
80
81 Style Addition
82         CopyStyle             Name
83         LatexName             Zusatz
84         LabelString           "Addition:"
85 End
86
87
88 Style Town
89         CopyStyle             Name
90         LatexName             Ort
91         LabelString           "Town:"
92 End
93
94
95 Style State
96         CopyStyle             Name
97         LatexName             Land
98         LabelString           "State:"
99 End
100
101
102 Style ReturnAddress
103         CopyStyle             Name
104         LatexName             RetourAdresse
105         LabelString           "ReturnAddress:"
106 End
107
108
109 Style MyRef
110         CopyStyle             Name
111         LatexName             MeinZeichen
112         LabelString           "MyRef:"
113 End
114
115
116 Style YourRef
117         CopyStyle             Name
118         LatexName             IhrZeichen
119         LabelString           "YourRef:"
120 End
121
122
123 Style YourMail
124         CopyStyle             Name
125         LatexName             IhrSchreiben
126         LabelString           "YourMail:"
127 End
128
129
130 Style Phone
131         CopyStyle             Name
132         LatexName             Telefon
133         LabelString           "Phone:"
134 End
135
136
137 Style Telefax
138         CopyStyle             Name
139         LatexName             Telefax
140         LabelString           "Telefax:"
141 End
142
143
144 Style Telex
145         CopyStyle             Name
146         LatexName             Telex
147         LabelString           "Telex:"
148 End
149
150
151 Style EMail
152         CopyStyle             Name
153         LatexName             EMail
154         LabelString           "EMail:"
155 End
156
157
158 Style HTTP
159         CopyStyle             Name
160         LatexName             HTTP
161         LabelString           "HTTP:"
162 End
163
164
165 Style Bank
166         CopyStyle             Name
167         LatexName             Bank
168         LabelString           "Bank:"
169 End
170
171
172 Style BankCode
173         CopyStyle             Name
174         LatexName             BLZ
175         LabelString           "BankCode:"
176 End
177
178
179 Style BankAccount
180         CopyStyle             Name
181         LatexName             Konto
182         LabelString           "BankAccount:"
183 End
184
185
186 Style PostalComment
187         CopyStyle             Name
188         LatexName             Postvermerk
189         LabelString           "PostalComment:"
190 End
191
192
193 Style Address
194         CopyStyle             Name
195         LatexName             Adresse
196         TopSep                1.5
197         KeepEmpty             1
198         LabelString           "Address:"
199 End
200
201
202 Style Date
203         CopyStyle             Name
204         LatexName             Datum
205         LabelString           "Date:"
206 End
207
208
209 Style Reference
210         CopyStyle             Name
211         LatexName             Betreff
212         TopSep                1.5
213         ParSep                0.4
214         LabelString           "Reference:"
215 End
216
217
218 Style Opening
219         CopyStyle             Name
220         LatexName             Anrede
221         TopSep                1.5
222         ParSep                0.4
223         LabelString           "Opening:"
224 End
225
226
227 Style Encl.
228         CopyStyle             Name
229         LatexName             Anlagen
230         ParSep                0.4
231         LabelString           "Encl.:"
232 End
233
234
235 Style cc
236         CopyStyle             Name
237         LatexName             Verteiler
238         KeepEmpty             1
239         ParSep                0.4
240         LabelString           "cc:"
241 End
242
243
244 Style Closing
245         Category              Letter
246         CopyStyle             Name
247         LatexName             LyxGruss
248         BottomSep             1.5
249         ParSep                0.4
250         LabelString           "Closing:"
251         Preamble
252                 \newcommand{\LyxGruss}[1]{\Gruss{#1}{0.5cm}}
253         EndPreamble
254 End