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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
\setupdocument{%
accountname = NTG,
accountno = 1306238,
areacode = 31,
autograph = 0,
bic = pstbnl21,
city = Deil,
closing = Met vriendelijke groet,
company = NTG,
country = The Netherlands,
countrycode = NL,
dutch,
email = wybo@servalys.nl,
fax = 842--23\,43\,93,
fold3,
fontpackage = pxfonts,
footer,
iban = nl05pstb0001306238,
opening = L.S.,
phone = 87--87\,48\,496, % phone numbers without leading 0:
return,
signature = {Wybo Dekker,\\Penningmeester},
street = Deilsedijk 60,
website = www.ntg.nl,
who = Wybo Dekker,
addresscenter = 67,
zip = 4158 CH,
cityzip
}
\graphicspath{{./graphics/}}
\autograph{2}{.15}{82bp}{15bp}{290bp}{370bp}{signw.png}
\autograph{3}{.20}{65bp}{61bp}{263bp}{260bp}{signws.png}
\pdfmapfile{+texnansi-adobe-frutiger.map}
\font\logoa=texnansi-pfrl8a at 10pt
\font\logob=texnansi-pfrl8a at 8pt
\renewcommand{\logo}{%
\begin{textblock}{140}[0,1](35,20)
\noindent\raisebox{-1.5ex}{\includegraphics[width=54pt]{ntgcolor}}%
{ \logob\def\,{\kern1.7pt}
{\logoa N}\,E\,D\,E\,R\,L\,A\,N\,D\,S\,T\,A\,L\,I\,G\,E
\ {\logoa T\kern-.06em\lower.5ex\hbox{E}\kern.05em X
\ G}\,E\,B\,R\,U\,I\,K\,E\,R\,S\,G\,R\,O\,E\,P%
}\\[-1.7ex]
\rule{\hsize}{.3pt}
\end{textblock}
\begin{textblock}{35}[0,0](140,22)
\noindent\@hft
\ifx\undefined\tbfigures\else\tbfigures\fi
\ifx\who\empty\else\who\\\fi
\ifx\who\empty\else\street\\\fi
\prezip\ \zip\ \city\\
\end{textblock}
}
\endinput
$Id: isontg.sty,v 1.6 2008/04/07 10:53:42 wybo Exp $
|