summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/isodoc/invoice.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-04-09 21:50:10 +0000
committerKarl Berry <karl@freefriends.org>2007-04-09 21:50:10 +0000
commit37978e7887833a19ccf0729dc2a8ccdd5eb246c7 (patch)
treed38ad363b25777984df12f6985ae817a6c1c2405 /Master/texmf-dist/doc/latex/isodoc/invoice.tex
parent8b900ccf26a7b6d6ff353536ecf8799983450b6c (diff)
new latex package isodoc
git-svn-id: svn://tug.org/texlive/trunk@4141 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/isodoc/invoice.tex')
-rw-r--r--Master/texmf-dist/doc/latex/isodoc/invoice.tex19
1 files changed, 19 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/isodoc/invoice.tex b/Master/texmf-dist/doc/latex/isodoc/invoice.tex
new file mode 100644
index 00000000000..e008d0d6d18
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/isodoc/invoice.tex
@@ -0,0 +1,19 @@
+\documentclass[12pt]{isodoc}
+\usepackage{isowybo}
+\setupdocument{
+ ourref=8234,
+ date=20060401,
+ subject=Declaratie verzending aanmaningen,
+ to=NTG\\Maasstraat 2\\5836 BB Sambeek
+}
+\begin{document}
+\invoice{%
+ \itable{
+ \iitem{enveloppen}{6,60}
+ \iitem{postzegels}{9,00}
+ \itotal{15,60}
+ }
+ \\[3ex]\accountdata
+}
+\end{document}
+$Id: invoice.tex,v 1.2 2006/11/05 15:38:52 wybo Exp $