diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/isodoc/invoice.sty')
-rw-r--r-- | Master/texmf-dist/doc/latex/isodoc/invoice.sty | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/isodoc/invoice.sty b/Master/texmf-dist/doc/latex/isodoc/invoice.sty new file mode 100644 index 00000000000..7e660fc1473 --- /dev/null +++ b/Master/texmf-dist/doc/latex/isodoc/invoice.sty @@ -0,0 +1,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, +} |