diff options
author | Karl Berry <karl@freefriends.org> | 2010-04-03 21:18:08 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-04-03 21:18:08 +0000 |
commit | 07bda21f1609b11f25c05e642182229aaf2edb51 (patch) | |
tree | 5af3d0b397424b1ccaa5c141815e0b5aeec2a4e3 /Master/texmf-dist/tex/latex/tabvar/tabvar.sty | |
parent | d0303a8ab6faea3619305ff94bc8e3aa2f497813 (diff) |
tabvar update (3apr10)
git-svn-id: svn://tug.org/texlive/trunk@17666 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 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/tabvar/tabvar.sty b/Master/texmf-dist/tex/latex/tabvar/tabvar.sty index 376bb59c1a4..015d4448ff6 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-2008 <Daniel.Flipo at univ-lille1.fr> +%% Copyright (C) Daniel Flipo 2003-2010 <daniel.flipo at free.fr> %% \NeedsTeXFormat{LaTeX2e}[1997/06/01] \ProvidesFile{tabvar.sty} - [2008/10/23 v1.2 (Daniel Flipo)] + [2010/04/03 v1.3 (Daniel Flipo)] \newif\ifFlechesMP \FlechesMPfalse \DeclareOption{FlechesMP}{\FlechesMPtrue} \DeclareOption{FlechesPS}{\FlechesMPfalse} @@ -88,7 +88,7 @@ \global\@niveaux=1 \global\@pos=1 \global\@soclefalse \fi} \newdimen\TVmaxcolwidth -\setlength{\TVmaxcolwidth}{5em} +\setlength{\TVmaxcolwidth}{\linewidth} \newcolumntype{C}{% >{\begin{varwidth}[b]{\TVmaxcolwidth}\let\TVnl=\\ \let\\=\TVtabularnewline $}% @@ -157,8 +157,8 @@ \newcommand{\barre}[1]{% \sbox{\tab@box}{\ensuremath{#1}}% \barre@dth - \@tempcnta=\@niveaux - \advance\@tempcnta by -\@pos + \@tempcnta=\@pos + \advance\@tempcnta by -1 \advance\@tempdimb by \@tempcnta\baselineskip \raisebox{-\@tempdimb}[0pt][0pt]{% \makebox[\wd\tab@box][c]{\color{TVbarrecolor}% |