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/texmf-dist/tex/latex/tabvar/tabvar.sty | |
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/texmf-dist/tex/latex/tabvar/tabvar.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/tabvar/tabvar.sty | 15 |
1 files changed, 10 insertions, 5 deletions
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}}} |