summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/tabvar/tabvar.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/tabvar/tabvar.sty')
-rw-r--r--Master/texmf-dist/tex/latex/tabvar/tabvar.sty15
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}}}