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.sty13
1 files changed, 7 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/tabvar/tabvar.sty b/Master/texmf-dist/tex/latex/tabvar/tabvar.sty
index 956039fa1ac..376bb59c1a4 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-2007 <Daniel.Flipo at univ-lille1.fr>
+%% Copyright (C) Daniel Flipo 2003-2008 <Daniel.Flipo at univ-lille1.fr>
%%
\NeedsTeXFormat{LaTeX2e}[1997/06/01]
\ProvidesFile{tabvar.sty}
- [2007/08/08 v1.11 (Daniel Flipo)]
+ [2008/10/23 v1.2 (Daniel Flipo)]
\newif\ifFlechesMP \FlechesMPfalse
\DeclareOption{FlechesMP}{\FlechesMPtrue}
\DeclareOption{FlechesPS}{\FlechesMPfalse}
@@ -43,10 +43,11 @@
\newsavebox{\arup}
\newsavebox{\ardown}
\newsavebox{\arhor}
-\providecommand{\@ptsize}{0}
-\sbox{\arup} {\includegraphics[scale=1.\@ptsize]{tabvar.1}}
-\sbox{\ardown}{\includegraphics[scale=1.\@ptsize]{tabvar.2}}
-\sbox{\arhor} {\includegraphics[scale=1.\@ptsize]{tabvar.3}}
+\providecommand{\f@size}{10}
+\newcommand{\TVarrowscale}{\strip@pt\dimexpr\f@size pt/10\relax}
+\sbox{\arup}{\includegraphics[scale=\TVarrowscale]{tabvar.1}}
+\sbox{\ardown}{\includegraphics[scale=\TVarrowscale]{tabvar.2}}
+\sbox{\arhor}{\includegraphics[scale=\TVarrowscale]{tabvar.3}}
\newcommand{\FlecheCm}{\raisebox{.5ex}{\usebox{\arup}}}
\newcommand{\FlecheDm}{\raisebox{.5ex}{\usebox{\ardown}}}
\newcommand{\FlecheHm}{\raisebox{.5ex}{\usebox{\arhor}}}