diff options
author | Karl Berry <karl@freefriends.org> | 2015-01-16 23:23:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-01-16 23:23:30 +0000 |
commit | 2021343f8a392e74cbb84959bcef454899187213 (patch) | |
tree | 1249b2532bd9dbac1700ae254080bce1d7026c83 /Master/texmf-dist/doc/xelatex | |
parent | 38abb16203e10729d9936fef27a395edfb1860e8 (diff) |
facture (16jan15)
git-svn-id: svn://tug.org/texlive/trunk@36075 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/xelatex')
-rw-r--r-- | Master/texmf-dist/doc/xelatex/facture/README | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/xelatex/facture/exemple.pdf | bin | 22310 -> 23421 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/xelatex/facture/exemplesansTVA.pdf | bin | 18762 -> 19457 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/xelatex/facture/exemplesansremise.pdf | bin | 0 -> 22988 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/xelatex/facture/exemplesansremise.tex | 35 | ||||
-rw-r--r-- | Master/texmf-dist/doc/xelatex/facture/facture.pdf | bin | 93186 -> 95365 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/xelatex/facture/makefile | 9 |
7 files changed, 43 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/xelatex/facture/README b/Master/texmf-dist/doc/xelatex/facture/README index ad40f89a105..439a0f102f7 100644 --- a/Master/texmf-dist/doc/xelatex/facture/README +++ b/Master/texmf-dist/doc/xelatex/facture/README @@ -2,6 +2,6 @@ Classe XeLaTeX de facture, sous licence Créative Commons - partage des conditio http://creativecommons.org/licenses/by-sa/2.0/fr/ -La documentation se situe dans le fichier PDF généré lors de la compilation XELATEX du fichier .dtx +La documentation se situe dans le fichier PDF généré lors de la compilation XeLaTeX du fichier .dtx Pour tout demande de corrections ou d'améliorations, merci d'ouvrir un ticket sur Github : https://github.com/maieul/facture/issues.
\ No newline at end of file diff --git a/Master/texmf-dist/doc/xelatex/facture/exemple.pdf b/Master/texmf-dist/doc/xelatex/facture/exemple.pdf Binary files differindex c5900a1193a..8f7738641ff 100644 --- a/Master/texmf-dist/doc/xelatex/facture/exemple.pdf +++ b/Master/texmf-dist/doc/xelatex/facture/exemple.pdf diff --git a/Master/texmf-dist/doc/xelatex/facture/exemplesansTVA.pdf b/Master/texmf-dist/doc/xelatex/facture/exemplesansTVA.pdf Binary files differindex a092e0d7ab2..4f5cfac4a36 100644 --- a/Master/texmf-dist/doc/xelatex/facture/exemplesansTVA.pdf +++ b/Master/texmf-dist/doc/xelatex/facture/exemplesansTVA.pdf diff --git a/Master/texmf-dist/doc/xelatex/facture/exemplesansremise.pdf b/Master/texmf-dist/doc/xelatex/facture/exemplesansremise.pdf Binary files differnew file mode 100644 index 00000000000..376ec4bf9f5 --- /dev/null +++ b/Master/texmf-dist/doc/xelatex/facture/exemplesansremise.pdf diff --git a/Master/texmf-dist/doc/xelatex/facture/exemplesansremise.tex b/Master/texmf-dist/doc/xelatex/facture/exemplesansremise.tex new file mode 100644 index 00000000000..93778fa08af --- /dev/null +++ b/Master/texmf-dist/doc/xelatex/facture/exemplesansremise.tex @@ -0,0 +1,35 @@ +\documentclass[sansremise]{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 + +\begin{facture} +\ligne{Produit 1}[2]{25}[5,5] +\ligne{Produit 2}{10} +\end{facture} + +\lipsum[1-6] +\end{document}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/xelatex/facture/facture.pdf b/Master/texmf-dist/doc/xelatex/facture/facture.pdf Binary files differindex 13dfbcd76f4..91fab605c11 100644 --- a/Master/texmf-dist/doc/xelatex/facture/facture.pdf +++ b/Master/texmf-dist/doc/xelatex/facture/facture.pdf diff --git a/Master/texmf-dist/doc/xelatex/facture/makefile b/Master/texmf-dist/doc/xelatex/facture/makefile index 5132211b304..d34366b6cfd 100644 --- a/Master/texmf-dist/doc/xelatex/facture/makefile +++ b/Master/texmf-dist/doc/xelatex/facture/makefile @@ -1,7 +1,11 @@ .PHONY:all clean -all:facture.pdf exemple.pdf exemplesansTVA.pdf - zip facture.zip facture.ins facture.dtx *pdf README makefile *.tex +all:facture.pdf exemple.pdf exemplesansTVA.pdf exemplesansremise.pdf + rm -f ../facture.zip + rm -rf facture + mkdir facture + ln *pdf *ins *dtx *cls *tex README makefile facture + zip -r ../facture.zip facture @@ -19,4 +23,5 @@ facture.pdf:facture.cls facture.dtx clean: rm -f *out *aux *log *pdf *glo *zip *cls *ilg *idx *gls *toc + rm -rf facture |