summaryrefslogtreecommitdiff
path: root/macros/xetex/latex/facture/exemplesansTVA.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/xetex/latex/facture/exemplesansTVA.tex
Initial commit
Diffstat (limited to 'macros/xetex/latex/facture/exemplesansTVA.tex')
-rw-r--r--macros/xetex/latex/facture/exemplesansTVA.tex34
1 files changed, 34 insertions, 0 deletions
diff --git a/macros/xetex/latex/facture/exemplesansTVA.tex b/macros/xetex/latex/facture/exemplesansTVA.tex
new file mode 100644
index 0000000000..9c939baa3c
--- /dev/null
+++ b/macros/xetex/latex/facture/exemplesansTVA.tex
@@ -0,0 +1,34 @@
+\documentclass[sansTVA]{facture}
+\usepackage{lipsum}
+\usepackage[top=2 cm, bottom=2 cm, left=1.5 cm, right=2.5 cm]{geometry}
+\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
+\renewcommand{\largeurDescriptif}{0.1\textwidth}
+\begin{facture}
+\ligne{Produit 1}[2]{25}
+\ligne{Produit 2}{10}[2]
+\end{facture}
+\lipsum[1-2]
+\end{document} \ No newline at end of file