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
|
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{letter}
[2010/08/21 v1.1 Letter Company style file for isodoc]
\RequirePackage{pxfonts}
\definecolor{headcolor}{gray}{.3}
\definecolor{headingcolor}{gray}{.3}
\encldowntrue
\setupdocument{return,footer,fold3,
areacode = 31,
autograph = 0,
% cellphone = 6\,15492070,
city = Deil,
closing = Best regards,
company = The Letter Company,
country = The Netherlands,
countrycode = NL,
email = wybo@xs4all.nl,
opening = L.S.,
phone = 87\,8748496,
returnaddress = Letter Cy\\Deilsedijk 60\\Deil,
signature = W.H.~Dekker,
street = Deilsedijk 60,
website = www.xs4all.nl,
who = Wybo Dekker,
zip = 4158 CH,
}
\autograph{2}{35mm}{34}{83}{28}{signmarked}
\endinput
|