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