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
33
34
|
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{mystyle}
[2006/04/04 v1.0 Letter Company style file for isodoc]
\setupdocument{return,footer,fold3,
fontpackage = pxfonts,
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.servalys.nl,
email = wybo@servalys.nl,
accountno = {3040\,46221},
iban = nl61pstb0006238747,
bic = pstbnl21,
vatno = 28750482B01,
chamber = 11023220,
opening = L.S.,
closing = Best regards,
signature = W.H.~Dekker
}
\graphicspath{{./graphics/}}
\autograph{2}{.30}{75bp}{87bp}{216bp}{261bp}{signw_marked}
\endinput
$Id: mystyle.sty,v 1.5 2007-09-02 09:35:59 wybo Exp $
|