summaryrefslogtreecommitdiff
path: root/macros/xetex/latex/facture/exemple.tex
blob: c3c0e63a747920c6584db06abddd58a19a2c1349 (plain)
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
\documentclass{facture}
\usepackage{lipsum}
\usepackage[top=2 cm, bottom=2 cm, left=1.5 cm, right=2.5 cm]{geometry}
\usepackage[nomath]{libertinus-otf}
\datelimite{30}
\dest{Client\\
Dans telle rue\\
CP VILLE
}
\fact{Client facturé
Dans telle rue\\
CP VILLE\\
}
\nomemet{Entreprise}
\adresseemet{Adresse\\
CP Ville\\
courriel@domaine.tld \\
Tel : 01 23 45 67 89 \\
}
%\codedest{Ent}
\numero{24}
\type{Devis}
\pied{Payable à l’ordre de  XXXX ---
SIRET : XXXX
}
\begin{document}
\entete

\begin{facture}
\ligne{Produit 1}[2]{25}[][5,5]
\ligne{Produit 2}{10}[2]
\end{facture}

\lipsum[1-5]
\end{document}