diff options
author | Karl Berry <karl@freefriends.org> | 2014-09-18 22:57:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-09-18 22:57:06 +0000 |
commit | e2d71ec3007e1d1f338ddf91b5a9ed0c3e080172 (patch) | |
tree | fc08f2e3a9c313e25343fb3425084fe6ebff8278 /Master/texmf-dist/doc/xelatex/facture | |
parent | e3f11b759307a317e9fcb5b45a8510354424a48e (diff) |
facture (18sep14)
git-svn-id: svn://tug.org/texlive/trunk@35196 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/xelatex/facture')
-rw-r--r-- | Master/texmf-dist/doc/xelatex/facture/exemple.pdf | bin | 20446 -> 22310 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/xelatex/facture/exemple.tex | 3 | ||||
-rw-r--r-- | Master/texmf-dist/doc/xelatex/facture/exemplesansTVA.pdf | bin | 19043 -> 18762 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/xelatex/facture/exemplesansTVA.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/xelatex/facture/facture.pdf | bin | 92376 -> 93186 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/xelatex/facture/makefile | 1 |
6 files changed, 5 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/xelatex/facture/exemple.pdf b/Master/texmf-dist/doc/xelatex/facture/exemple.pdf Binary files differindex 90d00f0d6b3..c5900a1193a 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/exemple.tex b/Master/texmf-dist/doc/xelatex/facture/exemple.tex index b78e4d01fad..09c586e7ab3 100644 --- a/Master/texmf-dist/doc/xelatex/facture/exemple.tex +++ b/Master/texmf-dist/doc/xelatex/facture/exemple.tex @@ -1,5 +1,6 @@ \documentclass{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\\ @@ -30,5 +31,5 @@ SIRET : XXXX \ligne{Produit 2}{10}[2] \end{facture} -\lipsum[1-2] +\lipsum[1-6] \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 Binary files differindex c66543628bc..a092e0d7ab2 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/exemplesansTVA.tex b/Master/texmf-dist/doc/xelatex/facture/exemplesansTVA.tex index a07a87235d6..9c939baa3c7 100644 --- a/Master/texmf-dist/doc/xelatex/facture/exemplesansTVA.tex +++ b/Master/texmf-dist/doc/xelatex/facture/exemplesansTVA.tex @@ -1,5 +1,6 @@ \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\\ @@ -24,6 +25,7 @@ SIRET : XXXX } \begin{document} \entete +\renewcommand{\largeurDescriptif}{0.1\textwidth} \begin{facture} \ligne{Produit 1}[2]{25} \ligne{Produit 2}{10}[2] diff --git a/Master/texmf-dist/doc/xelatex/facture/facture.pdf b/Master/texmf-dist/doc/xelatex/facture/facture.pdf Binary files differindex 3acdc09975a..13dfbcd76f4 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 6fcbb05b5f0..5132211b304 100644 --- a/Master/texmf-dist/doc/xelatex/facture/makefile +++ b/Master/texmf-dist/doc/xelatex/facture/makefile @@ -6,6 +6,7 @@ all:facture.pdf exemple.pdf exemplesansTVA.pdf %.cls:%.ins %.dtx + $(RM) $*.cls @xelatex $*.ins facture.pdf:facture.cls facture.dtx @xelatex facture.dtx |