summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/xelatex/facture/exemple.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/xelatex/facture/exemple.tex')
-rw-r--r--Master/texmf-dist/doc/xelatex/facture/exemple.tex34
1 files changed, 34 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/xelatex/facture/exemple.tex b/Master/texmf-dist/doc/xelatex/facture/exemple.tex
new file mode 100644
index 00000000000..b78e4d01fad
--- /dev/null
+++ b/Master/texmf-dist/doc/xelatex/facture/exemple.tex
@@ -0,0 +1,34 @@
+\documentclass{facture}
+\usepackage{lipsum}
+\setmainfont[Mapping=tex-text]{Linux Libertine O}
+\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-2]
+\end{document} \ No newline at end of file