summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-09-26 00:45:20 +0000
committerKarl Berry <karl@freefriends.org>2011-09-26 00:45:20 +0000
commitfbee1a3798fb7649597e715858e9f03bfaa21da6 (patch)
tree6777bc4d708e3dcdcb31745da59b9f22e75f1921 /Master/texmf-dist/doc
parent94ec53bd37e1f36540195f3aadee0aa1be7830ee (diff)
new latex package facture
git-svn-id: svn://tug.org/texlive/trunk@24092 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/xelatex/facture/README7
-rw-r--r--Master/texmf-dist/doc/xelatex/facture/exemple.pdfbin0 -> 20446 bytes
-rw-r--r--Master/texmf-dist/doc/xelatex/facture/exemple.tex34
-rw-r--r--Master/texmf-dist/doc/xelatex/facture/exemplesansTVA.pdfbin0 -> 19043 bytes
-rw-r--r--Master/texmf-dist/doc/xelatex/facture/exemplesansTVA.tex32
-rw-r--r--Master/texmf-dist/doc/xelatex/facture/facture.pdfbin0 -> 92376 bytes
-rw-r--r--Master/texmf-dist/doc/xelatex/facture/makefile21
7 files changed, 94 insertions, 0 deletions
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
--- /dev/null
+++ b/Master/texmf-dist/doc/xelatex/facture/exemple.pdf
Binary files 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
--- /dev/null
+++ b/Master/texmf-dist/doc/xelatex/facture/exemplesansTVA.pdf
Binary files 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
--- /dev/null
+++ b/Master/texmf-dist/doc/xelatex/facture/facture.pdf
Binary files 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
+