On peut aussi utiliser la classe `isodoc` de latex. voici Voici un code-exemple
\documentclass{isodoc}
\setupdocument
{
language={en-GB},
company={University of Somewhere},
who={Mr Big Head},
street={Academic Lane},
city={Some City},
zip={AB3 4YZ},
country={United Kingdom},
countrycode={GB},
areacode={44},
cityzip,
date=2014-03-01,
subject=Sample Project,
currency={\pounds}
}
\begin{document}
\invoice
[
ourref=1234,
to={Miss Polly Parrot\\42 The Lane\\Some Town\\Noshire AB1 2XY}
]
{%
\itable
{%
\iitem{Proof-reading}{300.00}
\iitem{Train Fare}{43.95}
\itotal{342.95}
}
\\[3ex]\accountdata
}
\end{document}
et le rendu :
![alt text][1]
[1]: https://texnique.fr/osqa/upfiles/invoice_isodoc.png