diff options
author | Karl Berry <karl@freefriends.org> | 2006-07-16 22:58:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-07-16 22:58:09 +0000 |
commit | 3c4a8a783f3a2342fdbff699b20dbde9051c104a (patch) | |
tree | 0aa119ada809c4a8696bc4a3c70a641eb31332f3 /Master | |
parent | 930b94a22b8f1af9b4aac624c8d75d108c6f6b75 (diff) |
tabvar 1.0 (16mar06), better in french
git-svn-id: svn://tug.org/texlive/trunk@1861 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/tabvar/00README | 10 | ||||
l--------- | Master/texmf-dist/doc/latex/tabvar/README | 1 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/tabvar/demo.pdf | bin | 102848 -> 142916 bytes | |||
-rwxr-xr-x | Master/texmf-dist/doc/latex/tabvar/install-tabvar.sh | 23 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/tabvar/tabvar.pdf | bin | 168917 -> 254046 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/tabvar/tabvar.dtx | 31 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/tabvar/tabvar.1 | 6 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/tabvar/tabvar.2 | 6 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/tabvar/tabvar.3 | 6 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/tabvar/tabvar.cfg | 4 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/tabvar/tabvar.sty | 15 | ||||
-rw-r--r-- | Master/texmf-dist/tpm/tabvar.tpm | 9 | ||||
-rw-r--r-- | Master/texmf/lists/tabvar | 1 | ||||
-rw-r--r-- | Master/texmf/tpm/collection-documentation-vietnamese.tpm | 1 | ||||
-rw-r--r-- | Master/texmf/tpm/collection-langfrench.tpm | 1 | ||||
-rw-r--r-- | Master/texmf/tpm/collection-latexextra.tpm | 1 |
16 files changed, 80 insertions, 35 deletions
diff --git a/Master/texmf-dist/doc/latex/tabvar/00README b/Master/texmf-dist/doc/latex/tabvar/00README index 1877ff8c996..6ad050c25c9 100644 --- a/Master/texmf-dist/doc/latex/tabvar/00README +++ b/Master/texmf-dist/doc/latex/tabvar/00README @@ -4,6 +4,11 @@ This LaTeX package is meant to ease the typesetting of tables showing variations of functions as they are used in France. The documentation is in French. +Have a look at the PDF file demo.pdf in the doc directory, to have +a quick overview of how to use this package. +Read file tabvar.pdf in the doc directory, for the complete documentation +of the provided commands. + Listing of the package: -- 00README (this file) -- source : tabvar.dtx tabvar.ins tabvar.mp @@ -18,10 +23,5 @@ First decide where you want to install tabvar: -- or system wide, then I guess you know what you have to do ;-). Reading the script `install-tabvar.sh' can help... -Have a look at the PDF file demo.pdf in the doc directory, to have -a quick overview of how to use this package. -Read file tabvar.pdf in the doc directory, for the complete documentation -of the provided commands. - Daniel Flipo, <Daniel.Flipo@univ-lille1.fr> February 6th, 2005. diff --git a/Master/texmf-dist/doc/latex/tabvar/README b/Master/texmf-dist/doc/latex/tabvar/README new file mode 120000 index 00000000000..54e74d2ca77 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tabvar/README @@ -0,0 +1 @@ +00README
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/tabvar/demo.pdf b/Master/texmf-dist/doc/latex/tabvar/demo.pdf Binary files differindex 1cdb4c55581..ccdd53c39c0 100644 --- a/Master/texmf-dist/doc/latex/tabvar/demo.pdf +++ b/Master/texmf-dist/doc/latex/tabvar/demo.pdf diff --git a/Master/texmf-dist/doc/latex/tabvar/install-tabvar.sh b/Master/texmf-dist/doc/latex/tabvar/install-tabvar.sh index 699a1b538de..038488ffc95 100755 --- a/Master/texmf-dist/doc/latex/tabvar/install-tabvar.sh +++ b/Master/texmf-dist/doc/latex/tabvar/install-tabvar.sh @@ -1,15 +1,27 @@ #!/bin/sh # ################################ -# Utilisation: install-tabvar.sh +# Utilisation: +# Décompacter l'archive récupérée sur CTAN, se placer à la racine +# (c.-à-d. dans le répertoire où se trouve le fichier 'install-tabvar.sh') +# et lancer la commande install-tabvar.sh. # Ce script installe l'extension `tabvar' dans votre répertoire TEXMF # personnel (créé au besoin) sur les systèmes Unix à base tetex/TeXLive. ################################ -# Configuration: -INSTDIR=`kpsewhich --expand-var='$HOMETEXMF'` +# Configuration de base +INSTDIR=`kpsewhich --expand-var='$TEXMFHOME'` +# Cas d'anciennes distributions : +if [ "x$INSTDIR" == "x" ]; then + INSTDIR=`kpsewhich --expand-var='$HOMETEXMF'` +fi +if [ "x$INSTDIR" == "x" ]; then + echo "Échec : répertoire TEXMF personnel non trouvé" + exit +fi ################################ # Répertoires d'installation DOCDIR=${INSTDIR}/doc/latex/tabvar +MPDIR=${INSTDIR}/metapost/tabvar SOURCEDIR=${INSTDIR}/source/latex/tabvar INPUTDIR=${INSTDIR}/tex/latex/tabvar AFMDIR=${INSTDIR}/fonts/afm/public/tabvar @@ -26,10 +38,11 @@ else fi ################################ # Créer les répertoires nécessaires : -${TEXMFCNFMAIN}/web2c/mktexdir ${DOCDIR} ${SOURCEDIR} ${INPUTDIR} ${AFMDIR} ${TFMDIR} ${PFBDIR} ${MAPDIR} +${TEXMFCNFMAIN}/web2c/mktexdir ${DOCDIR} ${MPDIR} ${SOURCEDIR} ${INPUTDIR} ${AFMDIR} ${TFMDIR} ${PFBDIR} ${MAPDIR} # Ventiler les fichiers dans l'arborescence ainsi créée : cp 00README install-tabvar.sh doc/* ${DOCDIR} -cp source/* ${SOURCEDIR} +cp source/*.mp ${MPDIR} +cp source/*.dtx source/*.ins ${SOURCEDIR} cp inputs/* ${INPUTDIR} cp font/tabvar.afm ${AFMDIR} cp font/tabvar.tfm ${TFMDIR} diff --git a/Master/texmf-dist/doc/latex/tabvar/tabvar.pdf b/Master/texmf-dist/doc/latex/tabvar/tabvar.pdf Binary files differindex 98654ba9f50..4874127c056 100644 --- a/Master/texmf-dist/doc/latex/tabvar/tabvar.pdf +++ b/Master/texmf-dist/doc/latex/tabvar/tabvar.pdf diff --git a/Master/texmf-dist/source/latex/tabvar/tabvar.dtx b/Master/texmf-dist/source/latex/tabvar/tabvar.dtx index 3946e03aef0..ebe7f524ecd 100644 --- a/Master/texmf-dist/source/latex/tabvar/tabvar.dtx +++ b/Master/texmf-dist/source/latex/tabvar/tabvar.dtx @@ -1,4 +1,4 @@ -% \CheckSum{427} +% \CheckSum{436} % % \iffalse % Files `tabvar.dtx', `tabvar.ins' and `tabvar.mp' @@ -20,11 +20,11 @@ %<dtx>\ProvidesFile{tabvar.dtx} %<*sty> %% -%% Copyright (C) Daniel Flipo 2003-2005 <daniel.flipo@univ-lille1.fr>. +%% Copyright (C) Daniel Flipo 2003-2006 <daniel.flipo@univ-lille1.fr>. %% \NeedsTeXFormat{LaTeX2e}[1997/06/01] \ProvidesFile{tabvar.sty} - [2005/02/05 v0.9 (Daniel Flipo)] + [2006/03/14 v1.0 (Daniel Flipo)] %</sty> %<*filedriver> \documentclass{ltxdoc} @@ -223,7 +223,7 @@ % \end{macrocode} % % \changes{tabvar-0.9}{2004/12/29}{\cs{@ptsize} n'est malheureusement -% pas définie par toutes les classes, d'où le \cs{providecommand}.} +% pas d\'efinie par toutes les classes, d'o\`u le \cs{providecommand}.} % % Certaines classes (beamer par exemple) ne d\'efinissent pas % |\@ptsize|, dans ce cas on renonce \`a la mise \`a l'\'echelle @@ -347,25 +347,34 @@ \fi} % \end{macrocode} % +% \changes{tabvar-1.0}{2006/03/14}{Ajout d'un param\`etre +% \cs{TVmaxcolwidth} pour choisir la largeur maximale des colonnes +% de type C, L, R, au lieu d'une valeur fixe (5em).} +% % On d\'efinit des variantes |C|, |L| et |R|, des colonnes |c|, % |l| et |r| : ce sont des \emph{minipage} align\'ees par le bas, % dont la largeur est celle de la ligne la plus longue, avec un -% maximum de |5em|, (voir la documentation de l'extension -% \file{varwidth.sty}). +% maximum de |\TVmaxcolwidth| fix\'e \`a 5em par d\'efaut, (voir la +% documentation de l'extension \file{varwidth.sty}). % % \begin{macrocode} +\newdimen\TVmaxcolwidth +\setlength{\TVmaxcolwidth}{5em} \newcolumntype{C}{% - >{\begin{varwidth}[b]{5em}\let\TVnl=\\ \let\\=\TVtabularnewline $}% + >{\begin{varwidth}[b]{\TVmaxcolwidth}\let\TVnl=\\ + \let\\=\TVtabularnewline $}% c% <{\@socle \reset@niveaux $\@finalstrut\@arstrutbox\end{varwidth}}} \newcolumntype{L}{% - >{\begin{varwidth}[b]{5em}\let\TVnl=\\ \let\\=\TVtabularnewline $}% + >{\begin{varwidth}[b]{\TVmaxcolwidth}\let\TVnl=\\ + \let\\=\TVtabularnewline $}% l% <{\@socle \reset@niveaux $\@finalstrut\@arstrutbox\end{varwidth}}} \newcolumntype{R}{% - >{\begin{varwidth}[b]{5em}\let\TVnl=\\ \let\\=\TVtabularnewline $}% + >{\begin{varwidth}[b]{\TVmaxcolwidth}\let\TVnl=\\ + \let\\=\TVtabularnewline $}% r% <{\@socle \reset@niveaux $\@finalstrut\@arstrutbox\end{varwidth}}} @@ -596,6 +605,10 @@ %% %%\renewcommand{\TVarraystretch}{1.5} %% +%% Largeur maximale des colonnes de type C, L ou R. +%% +%%\setlength{\TVmaxcolwidth}{5em} +%% %% Exemples de d\'efinitions de couleurs pour les colonnes `N' %% o\`u la fonction est non d\'efinie. %% diff --git a/Master/texmf-dist/tex/latex/tabvar/tabvar.1 b/Master/texmf-dist/tex/latex/tabvar/tabvar.1 index cfc6c674262..aa3baf850df 100644 --- a/Master/texmf-dist/tex/latex/tabvar/tabvar.1 +++ b/Master/texmf-dist/tex/latex/tabvar/tabvar.1 @@ -1,8 +1,10 @@ %!PS %%BoundingBox: -1 -1 25 13 -%%Creator: MetaPost -%%CreationDate: 2005.02.06:1858 +%%HiResBoundingBox: -0.09962 -0.09962 24.0099 12.05476 +%%Creator: MetaPost 0.901 +%%CreationDate: 2006.03.15:1446 %%Pages: 1 +%%BeginProlog %%EndProlog %%Page: 1 1 0 0.19925 dtransform truncate idtransform setlinewidth pop [] 0 setdash diff --git a/Master/texmf-dist/tex/latex/tabvar/tabvar.2 b/Master/texmf-dist/tex/latex/tabvar/tabvar.2 index 521093bcfa0..9f86821477c 100644 --- a/Master/texmf-dist/tex/latex/tabvar/tabvar.2 +++ b/Master/texmf-dist/tex/latex/tabvar/tabvar.2 @@ -1,8 +1,10 @@ %!PS %%BoundingBox: -1 -1 25 13 -%%Creator: MetaPost -%%CreationDate: 2005.02.06:1858 +%%HiResBoundingBox: -0.09962 -0.09962 24.0099 12.05476 +%%Creator: MetaPost 0.901 +%%CreationDate: 2006.03.15:1446 %%Pages: 1 +%%BeginProlog %%EndProlog %%Page: 1 1 0 0.19925 dtransform truncate idtransform setlinewidth pop [] 0 setdash diff --git a/Master/texmf-dist/tex/latex/tabvar/tabvar.3 b/Master/texmf-dist/tex/latex/tabvar/tabvar.3 index 98946cec643..36d4fce3aec 100644 --- a/Master/texmf-dist/tex/latex/tabvar/tabvar.3 +++ b/Master/texmf-dist/tex/latex/tabvar/tabvar.3 @@ -1,8 +1,10 @@ %!PS %%BoundingBox: -1 -2 25 2 -%%Creator: MetaPost -%%CreationDate: 2005.02.06:1858 +%%HiResBoundingBox: -0.09962 -1.63043 24.0099 1.63043 +%%Creator: MetaPost 0.901 +%%CreationDate: 2006.03.15:1446 %%Pages: 1 +%%BeginProlog %%EndProlog %%Page: 1 1 0 0.19925 dtransform truncate idtransform setlinewidth pop [] 0 setdash diff --git a/Master/texmf-dist/tex/latex/tabvar/tabvar.cfg b/Master/texmf-dist/tex/latex/tabvar/tabvar.cfg index 3e7d4d85b93..05e38557ceb 100644 --- a/Master/texmf-dist/tex/latex/tabvar/tabvar.cfg +++ b/Master/texmf-dist/tex/latex/tabvar/tabvar.cfg @@ -19,6 +19,10 @@ %% %%\renewcommand{\TVarraystretch}{1.5} %% +%% Largeur maximale des colonnes de type C, L ou R. +%% +%%\setlength{\TVmaxcolwidth}{5em} +%% %% Exemples de d\'efinitions de couleurs pour les colonnes `N' %% o\`u la fonction est non d\'efinie. %% diff --git a/Master/texmf-dist/tex/latex/tabvar/tabvar.sty b/Master/texmf-dist/tex/latex/tabvar/tabvar.sty index cb9cd326c51..61906845150 100644 --- a/Master/texmf-dist/tex/latex/tabvar/tabvar.sty +++ b/Master/texmf-dist/tex/latex/tabvar/tabvar.sty @@ -21,11 +21,11 @@ %% same distribution. (The sources need not necessarily be %% in the same archive or directory.) %% -%% Copyright (C) Daniel Flipo 2003-2005 <daniel.flipo@univ-lille1.fr>. +%% Copyright (C) Daniel Flipo 2003-2006 <daniel.flipo@univ-lille1.fr>. %% \NeedsTeXFormat{LaTeX2e}[1997/06/01] \ProvidesFile{tabvar.sty} - [2005/02/05 v0.9 (Daniel Flipo)] + [2006/03/14 v1.0 (Daniel Flipo)] \newif\ifFlechesMP \FlechesMPfalse \DeclareOption{FlechesMP}{\FlechesMPtrue} \DeclareOption{FlechesPS}{\FlechesMPfalse} @@ -86,18 +86,23 @@ \ifreset@niveaux \global\@niveaux=1 \global\@pos=1 \global\@soclefalse \fi} +\newdimen\TVmaxcolwidth +\setlength{\TVmaxcolwidth}{5em} \newcolumntype{C}{% - >{\begin{varwidth}[b]{5em}\let\TVnl=\\ \let\\=\TVtabularnewline $}% + >{\begin{varwidth}[b]{\TVmaxcolwidth}\let\TVnl=\\ + \let\\=\TVtabularnewline $}% c% <{\@socle \reset@niveaux $\@finalstrut\@arstrutbox\end{varwidth}}} \newcolumntype{L}{% - >{\begin{varwidth}[b]{5em}\let\TVnl=\\ \let\\=\TVtabularnewline $}% + >{\begin{varwidth}[b]{\TVmaxcolwidth}\let\TVnl=\\ + \let\\=\TVtabularnewline $}% l% <{\@socle \reset@niveaux $\@finalstrut\@arstrutbox\end{varwidth}}} \newcolumntype{R}{% - >{\begin{varwidth}[b]{5em}\let\TVnl=\\ \let\\=\TVtabularnewline $}% + >{\begin{varwidth}[b]{\TVmaxcolwidth}\let\TVnl=\\ + \let\\=\TVtabularnewline $}% r% <{\@socle \reset@niveaux $\@finalstrut\@arstrutbox\end{varwidth}}} diff --git a/Master/texmf-dist/tpm/tabvar.tpm b/Master/texmf-dist/tpm/tabvar.tpm index 3cb35b0caa9..bc162cee299 100644 --- a/Master/texmf-dist/tpm/tabvar.tpm +++ b/Master/texmf-dist/tpm/tabvar.tpm @@ -3,7 +3,7 @@ <rdf:Description about="http://texlive.dante.de/texlive/Package/tabvar.zip"> <TPM:Name>tabvar</TPM:Name> <TPM:Type>Package</TPM:Type> - <TPM:Date>2006/01/11 23:58:14</TPM:Date> + <TPM:Date>2006/03/15 13:46:00</TPM:Date> <TPM:Version></TPM:Version> <TPM:Creator>rahtz</TPM:Creator> <TPM:Title> @@ -18,7 +18,7 @@ The documentation is in French. <TPM:Author></TPM:Author> <TPM:Size>328313</TPM:Size> <TPM:Build/> - <TPM:RunFiles size="17201"> + <TPM:RunFiles size="17655"> texmf-dist/fonts/afm/public/tabvar/tabvar.afm texmf-dist/fonts/map/dvips/tabvar/tabvar.map texmf-dist/fonts/tfm/public/tabvar/tabvar.tfm @@ -31,14 +31,15 @@ texmf-dist/tex/latex/tabvar/tabvar.cfg texmf-dist/tex/latex/tabvar/tabvar.sty texmf-dist/tpm/tabvar.tpm </TPM:RunFiles> - <TPM:DocFiles size="285804"> + <TPM:DocFiles size="412506"> texmf-dist/doc/latex/tabvar/00README +texmf-dist/doc/latex/tabvar/README texmf-dist/doc/latex/tabvar/demo.pdf texmf-dist/doc/latex/tabvar/demo.tex texmf-dist/doc/latex/tabvar/install-tabvar.sh texmf-dist/doc/latex/tabvar/tabvar.pdf </TPM:DocFiles> - <TPM:SourceFiles size="25308"> + <TPM:SourceFiles size="25737"> texmf-dist/source/latex/tabvar/tabvar.dtx texmf-dist/source/latex/tabvar/tabvar.ins </TPM:SourceFiles> diff --git a/Master/texmf/lists/tabvar b/Master/texmf/lists/tabvar index 18e4e0b9a54..71988a9b78f 100644 --- a/Master/texmf/lists/tabvar +++ b/Master/texmf/lists/tabvar @@ -1,4 +1,5 @@ texmf-dist/doc/latex/tabvar/00README +texmf-dist/doc/latex/tabvar/README texmf-dist/doc/latex/tabvar/demo.pdf texmf-dist/doc/latex/tabvar/demo.tex texmf-dist/doc/latex/tabvar/install-tabvar.sh diff --git a/Master/texmf/tpm/collection-documentation-vietnamese.tpm b/Master/texmf/tpm/collection-documentation-vietnamese.tpm index 95a26487f6c..a971075d052 100644 --- a/Master/texmf/tpm/collection-documentation-vietnamese.tpm +++ b/Master/texmf/tpm/collection-documentation-vietnamese.tpm @@ -22,6 +22,7 @@ texmf/tpm/collection-documentation-vietnamese.tpm <TPM:Requires> <TPM:Documentation name="amsldoc-vn"/> <TPM:Documentation name="lshort-vietnamese"/> + <TPM:Documentation name="ntheorem-vietnamese"/> <TPM:Package name="powerdot-doc-vn"/> <TPM:TLCore name="collection-documentation-base"/> </TPM:Requires> diff --git a/Master/texmf/tpm/collection-langfrench.tpm b/Master/texmf/tpm/collection-langfrench.tpm index 466a178b460..b1d172631f2 100644 --- a/Master/texmf/tpm/collection-langfrench.tpm +++ b/Master/texmf/tpm/collection-langfrench.tpm @@ -17,6 +17,7 @@ <TPM:Requires> <TPM:Package name="aeguill"/> <TPM:Package name="frenchle"/> + <TPM:Package name="tabvar"/> <TPM:TLCore name="collection-basic"/> <TPM:TLCore name="hyphen-basque"/> <TPM:TLCore name="hyphen-french"/> diff --git a/Master/texmf/tpm/collection-latexextra.tpm b/Master/texmf/tpm/collection-latexextra.tpm index e360de3476d..0f82f5decd3 100644 --- a/Master/texmf/tpm/collection-latexextra.tpm +++ b/Master/texmf/tpm/collection-latexextra.tpm @@ -455,7 +455,6 @@ A large collection of add-on packages for LaTeX. <TPM:Package name="tableaux"/> <TPM:Package name="tabulary"/> <TPM:Package name="tabto-ltx"/> - <TPM:Package name="tabvar"/> <TPM:Package name="talk"/> <TPM:Package name="taupin"/> <TPM:Package name="tcldoc"/> |