diff options
author | Karl Berry <karl@freefriends.org> | 2019-07-03 21:39:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-07-03 21:39:58 +0000 |
commit | 34dea586d0717ac658f0559bcee99ecf547afbad (patch) | |
tree | ec8d15f99c90363ecdae3176766b9a7bb3550616 /Master/texmf-dist/tex/latex/tablvar | |
parent | 6d511b03036f0b15e6182a5c3718d6dd3309abae (diff) |
tablvar (3jul19)
git-svn-id: svn://tug.org/texlive/trunk@51543 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/tablvar')
-rw-r--r-- | Master/texmf-dist/tex/latex/tablvar/tablvar.sty | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/Master/texmf-dist/tex/latex/tablvar/tablvar.sty b/Master/texmf-dist/tex/latex/tablvar/tablvar.sty index 41246ced278..8b2ee17c695 100644 --- a/Master/texmf-dist/tex/latex/tablvar/tablvar.sty +++ b/Master/texmf-dist/tex/latex/tablvar/tablvar.sty @@ -8,7 +8,7 @@ %% %% This is a generated file. %% -%% Copyright (C) 2018 by Antoine Missier <prenom.nom@ac-toulouse.fr> +%% Copyright (C) 2018-2019 by Antoine Missier <antoine.missier@ac-toulouse.fr> %% %% This file may be distributed and/or modified under the conditions of %% the LaTeX Project Public License, either version 1.3 of this license @@ -22,14 +22,11 @@ %% \NeedsTeXFormat{LaTeX2e}[2005/12/01] \ProvidesPackage{tablvar} - [22/04/2019 v1.1 .dtx tablvar file] - - - + [2019/07/01 v1.2 .dtx tablvar file] \RequirePackage{array} \RequirePackage{ifthen} \RequirePackage{multido} -\RequirePackage{colortbl} +\RequirePackage{colortbl} % pour \ZIc \newboolean{tikz} \DeclareOption{tikz}{\setboolean{tikz}{true}} @@ -56,7 +53,7 @@ \newcounter{maxdiscont} \setcounter{maxdiscont}{3} % nb max de discontinuités -\newcommand{\tablvarstretch}{1.2} +\newcommand{\tablvarstretch}{1.4} \newlength{\tvbarrewidth} \setlength{\tvbarrewidth}{0.5pt} @@ -92,7 +89,7 @@ } } -\newcommand{\hachure}[2]{ +\newcommand*{\hachure}[2]{ \ifthenelse{\boolean{tikz}}{ \tikz[remember picture,overlay]{\fill[pattern=north east lines] (#1) rectangle (#2);} @@ -129,7 +126,7 @@ \setcounter{numvr}{0} } -\newcommand{\ZIinit}[1][\intervalwidth]{ +\newcommand*{\ZIinit}[1][\intervalwidth]{ \setlength{\ZIheight}{0pt} \setlength{\ZIdepth}{0pt} \setlength{\ZIwidth}{#1} @@ -248,7 +245,7 @@ \newsavebox{\@tvlbox} \newsavebox{\@tvrbox} -\newcommand{\bblim}[4]{ +\newcommand*{\bblim}[4]{ \sbox{\@tvlbox}{$#2$} \sbox{\@tvrbox}{$#4$} \ifdim \wd\@tvlbox > \wd\@tvrbox @@ -299,7 +296,7 @@ \stepcounter{ZIstar} } -\newcommand{\ZIh}{\@ifstar{\@@ZI}{\@ZI}} +\newcommand*{\ZIh}{\@ifstar{\@@ZI}{\@ZI}} \endinput %% |