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
|
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{invoice}
[2010/08/21 v1.1 example style for isodoc]
\RequirePackage[english,dutch]{babel}
\setupdocument{
accountname = W.H.\,Dekker,
addresscenter = 67,
areacode = 31,
cellphone = 6\,3033\,3955,
city = Deil,
company = Wybo Dekker,
country = The Netherlands,
countrycode = NL,
email = wybo@xs4all.nl,
fold3,
footer,
iban = \scshape nl94rabo0304046221,
language = nl-NL,
opening = L.S.,
phone = 87\,8748496, % phone numbers without leading 0:
return,
street = Deilsedijk 60,
term = 14,
website = www.xs4all.nl,
who = Wybo Dekker,
zip = 4158 CH,
}
|