From fbee1a3798fb7649597e715858e9f03bfaa21da6 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 26 Sep 2011 00:45:20 +0000 Subject: new latex package facture git-svn-id: svn://tug.org/texlive/trunk@24092 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/xelatex/facture/README | 7 +++++ Master/texmf-dist/doc/xelatex/facture/exemple.pdf | Bin 0 -> 20446 bytes Master/texmf-dist/doc/xelatex/facture/exemple.tex | 34 +++++++++++++++++++++ .../doc/xelatex/facture/exemplesansTVA.pdf | Bin 0 -> 19043 bytes .../doc/xelatex/facture/exemplesansTVA.tex | 32 +++++++++++++++++++ Master/texmf-dist/doc/xelatex/facture/facture.pdf | Bin 0 -> 92376 bytes Master/texmf-dist/doc/xelatex/facture/makefile | 21 +++++++++++++ 7 files changed, 94 insertions(+) create mode 100644 Master/texmf-dist/doc/xelatex/facture/README create mode 100644 Master/texmf-dist/doc/xelatex/facture/exemple.pdf create mode 100644 Master/texmf-dist/doc/xelatex/facture/exemple.tex create mode 100644 Master/texmf-dist/doc/xelatex/facture/exemplesansTVA.pdf create mode 100644 Master/texmf-dist/doc/xelatex/facture/exemplesansTVA.tex create mode 100644 Master/texmf-dist/doc/xelatex/facture/facture.pdf create mode 100644 Master/texmf-dist/doc/xelatex/facture/makefile (limited to 'Master/texmf-dist/doc/xelatex/facture') diff --git a/Master/texmf-dist/doc/xelatex/facture/README b/Master/texmf-dist/doc/xelatex/facture/README new file mode 100644 index 00000000000..ad40f89a105 --- /dev/null +++ b/Master/texmf-dist/doc/xelatex/facture/README @@ -0,0 +1,7 @@ +Classe XeLaTeX de facture, sous licence Créative Commons - partage des conditions initiales à l'identique - Paternité. + +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 + +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 new file mode 100644 index 00000000000..90d00f0d6b3 Binary files /dev/null and b/Master/texmf-dist/doc/xelatex/facture/exemple.pdf differ 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 diff --git a/Master/texmf-dist/doc/xelatex/facture/exemplesansTVA.pdf b/Master/texmf-dist/doc/xelatex/facture/exemplesansTVA.pdf new file mode 100644 index 00000000000..c66543628bc Binary files /dev/null and b/Master/texmf-dist/doc/xelatex/facture/exemplesansTVA.pdf differ diff --git a/Master/texmf-dist/doc/xelatex/facture/exemplesansTVA.tex b/Master/texmf-dist/doc/xelatex/facture/exemplesansTVA.tex new file mode 100644 index 00000000000..a07a87235d6 --- /dev/null +++ b/Master/texmf-dist/doc/xelatex/facture/exemplesansTVA.tex @@ -0,0 +1,32 @@ +\documentclass[sansTVA]{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} +\ligne{Produit 2}{10}[2] +\end{facture} +\lipsum[1-2] +\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 new file mode 100644 index 00000000000..3acdc09975a Binary files /dev/null and b/Master/texmf-dist/doc/xelatex/facture/facture.pdf differ diff --git a/Master/texmf-dist/doc/xelatex/facture/makefile b/Master/texmf-dist/doc/xelatex/facture/makefile new file mode 100644 index 00000000000..6fcbb05b5f0 --- /dev/null +++ b/Master/texmf-dist/doc/xelatex/facture/makefile @@ -0,0 +1,21 @@ +.PHONY:all clean + +all:facture.pdf exemple.pdf exemplesansTVA.pdf + zip facture.zip facture.ins facture.dtx *pdf README makefile *.tex + + + +%.cls:%.ins %.dtx + @xelatex $*.ins +facture.pdf:facture.cls facture.dtx + @xelatex facture.dtx + @makeindex -s gglo.ist -o facture.gls facture.glo + @xelatex facture.dtx + @xelatex facture.dtx + +%.pdf:%.tex facture.cls + @xelatex $* + +clean: + rm -f *out *aux *log *pdf *glo *zip *cls *ilg *idx *gls *toc + -- cgit v1.2.3