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