From 3c4a8a783f3a2342fdbff699b20dbde9051c104a Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 16 Jul 2006 22:58:09 +0000 Subject: tabvar 1.0 (16mar06), better in french git-svn-id: svn://tug.org/texlive/trunk@1861 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/tabvar/tabvar.1 | 6 ++++-- Master/texmf-dist/tex/latex/tabvar/tabvar.2 | 6 ++++-- Master/texmf-dist/tex/latex/tabvar/tabvar.3 | 6 ++++-- Master/texmf-dist/tex/latex/tabvar/tabvar.cfg | 4 ++++ Master/texmf-dist/tex/latex/tabvar/tabvar.sty | 15 ++++++++++----- 5 files changed, 26 insertions(+), 11 deletions(-) (limited to 'Master/texmf-dist/tex/latex/tabvar') 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 . +%% Copyright (C) Daniel Flipo 2003-2006 . %% \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}}} -- cgit v1.2.3