diff options
author | Karl Berry <karl@freefriends.org> | 2008-12-01 00:25:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-12-01 00:25:57 +0000 |
commit | f33d3e3a849c1da12b3681ea9459703b201befbf (patch) | |
tree | 5bbd4f5fc8f4e0c3a6de2965233ffce5b08b0bca /Master/texmf-dist/tex/latex/tabvar | |
parent | d84817b2629f67853c891272ea657bdf162b275f (diff) |
tabvar 1.2 (30nov08)
git-svn-id: svn://tug.org/texlive/trunk@11485 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/tabvar')
-rw-r--r-- | Master/texmf-dist/tex/latex/tabvar/tabvar.1 | 4 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/tabvar/tabvar.2 | 4 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/tabvar/tabvar.3 | 4 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/tabvar/tabvar.sty | 13 |
4 files changed, 13 insertions, 12 deletions
diff --git a/Master/texmf-dist/tex/latex/tabvar/tabvar.1 b/Master/texmf-dist/tex/latex/tabvar/tabvar.1 index a3919e05bcc..6c16a6afb46 100644 --- a/Master/texmf-dist/tex/latex/tabvar/tabvar.1 +++ b/Master/texmf-dist/tex/latex/tabvar/tabvar.1 @@ -1,8 +1,8 @@ %!PS %%BoundingBox: -1 -1 25 13 %%HiResBoundingBox: -0.09962 -0.09962 24.0099 12.05476 -%%Creator: MetaPost 0.993 -%%CreationDate: 2008.04.24:0919 +%%Creator: MetaPost 1.005 +%%CreationDate: 2008.10.23:1235 %%Pages: 1 %%BeginProlog %%EndProlog diff --git a/Master/texmf-dist/tex/latex/tabvar/tabvar.2 b/Master/texmf-dist/tex/latex/tabvar/tabvar.2 index 4b757ca9274..dcb62aaba6a 100644 --- a/Master/texmf-dist/tex/latex/tabvar/tabvar.2 +++ b/Master/texmf-dist/tex/latex/tabvar/tabvar.2 @@ -1,8 +1,8 @@ %!PS %%BoundingBox: -1 -1 25 13 %%HiResBoundingBox: -0.09962 -0.09962 24.0099 12.05476 -%%Creator: MetaPost 0.993 -%%CreationDate: 2008.04.24:0919 +%%Creator: MetaPost 1.005 +%%CreationDate: 2008.10.23:1235 %%Pages: 1 %%BeginProlog %%EndProlog diff --git a/Master/texmf-dist/tex/latex/tabvar/tabvar.3 b/Master/texmf-dist/tex/latex/tabvar/tabvar.3 index de08248434a..aeed24d263c 100644 --- a/Master/texmf-dist/tex/latex/tabvar/tabvar.3 +++ b/Master/texmf-dist/tex/latex/tabvar/tabvar.3 @@ -1,8 +1,8 @@ %!PS %%BoundingBox: -1 -2 25 2 %%HiResBoundingBox: -0.09962 -1.63043 24.0099 1.63043 -%%Creator: MetaPost 0.993 -%%CreationDate: 2008.04.24:0919 +%%Creator: MetaPost 1.005 +%%CreationDate: 2008.10.23:1235 %%Pages: 1 %%BeginProlog %%EndProlog 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}}} |