1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{letter}
[2010/08/21 v1.1 Letter Company style file for isodoc]
\RequirePackage{pxfonts}
\setupdocument{return,footer,fold3,
autograph = 0,
company = The Letter Company,
returnaddress = Letter Cy\\Deilsedijk 60\\Deil,
who = Wybo Dekker,
street = Deilsedijk 60,
city = Deil,
zip = 4158 CH,
country = The Netherlands,
countrycode = NL,
areacode = 31,
phone = {87-87\,48\,496},
cellphone = {6-15\,49\,20\,70},
fax = {},
website = www.xs4all.nl,
email = wybo@xs4all.nl,
accountno = {3040\,46221},
iban = nl61pstb0006238747,
bic = pstbnl21,
vatno = 28750482B01,
chamber = 11023220,
opening = L.S.,
closing = Best regards,
signature = W.H.~Dekker,
}
\autograph{2}{35mm}{34}{83}{28}{signmarked}
\endinput
|