diff options
author | Karl Berry <karl@freefriends.org> | 2024-05-04 19:46:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-05-04 19:46:33 +0000 |
commit | e77172451cff51dbe73e3e4adce1fb4175181edb (patch) | |
tree | 6510eab21c838a001bc792d5d47dfc0581ffa231 /Master/texmf-dist/tex | |
parent | 03a7e56cb8d9d5372816c07677652915266ac47c (diff) |
arraycols (4may24)
git-svn-id: svn://tug.org/texlive/trunk@71168 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/arraycols/arraycols.sty | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/arraycols/arraycols.sty b/Master/texmf-dist/tex/latex/arraycols/arraycols.sty index a7e81f20224..99125666891 100644 --- a/Master/texmf-dist/tex/latex/arraycols/arraycols.sty +++ b/Master/texmf-dist/tex/latex/arraycols/arraycols.sty @@ -8,7 +8,7 @@ %% %% This is a generated file. %% -%% Copyright (C) 2019-2023 by Antoine Missier <antoine.missier@ac-toulouse.fr> +%% Copyright (C) 2019-2024 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,7 +22,7 @@ %% \NeedsTeXFormat{LaTeX2e}[2005/12/01] \ProvidesPackage{arraycols} - [2023/09/13 v1.4 .dtx arraycols file] + [2024/05/04 v1.5 .dtx New column types for array and tabular] \RequirePackage{array} \RequirePackage[math,column=Q]{cellspace} \RequirePackage{tabularx} % must be loaded after cellspace @@ -43,11 +43,11 @@ \newcolumntype{V}[1]{!{\vrule width #1}} \newlength\savedwidth \newcommand{\whline}{% - \noalign{\global\savedwidth\arrayrulewidth\global\arrayrulewidth 1pt} + \noalign{\global\savedwidth\arrayrulewidth + \global\arrayrulewidth 1pt} \hline \noalign{\global\arrayrulewidth\savedwidth} } -\renewcommand\theadfont{\footnotesize\sffamily} \endinput %% |