diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/arraycols/arraycols.sty | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/arraycols/arraycols.sty b/Master/texmf-dist/tex/latex/arraycols/arraycols.sty index 400a13b4390..2a2a4a56d80 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-2020 by Antoine Missier <antoine.missier@ac-toulouse.fr> +%% Copyright (C) 2019-2023 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,9 +22,9 @@ %% \NeedsTeXFormat{LaTeX2e}[2005/12/01] \ProvidesPackage{arraycols} - [2020/11/23 v1.1 .dtx arraycols file] + [2023/08/09 v1.3 .dtx arraycols file] \RequirePackage{array} -\RequirePackage[math]{cellspace} +\RequirePackage[math,column=Q]{cellspace} \RequirePackage{tabularx} % must be loaded after cellspace \RequirePackage{makecell} @@ -32,20 +32,20 @@ \newcolumntype{L}{>{$}l<{$}} \newcolumntype{R}{>{$}r<{$}} \newcolumntype{t}[1]{>{\centering\arraybackslash}m{#1}} -\newcolumntype{x}{>{$}Sc<{$}} -\newcolumntype{y}{>{$}Sl<{$}} +\newcolumntype{x}{>{$}Qc<{$}} +\newcolumntype{y}{>{$}Ql<{$}} \setlength{\cellspacetoplimit}{3pt} \setlength{\cellspacebottomlimit}{2pt} -\newcolumntype{z}[1]{>{$}S{>{\centering\arraybackslash}p{#1}}<{$}} +\newcolumntype{z}[1]{>{$}Q{>{\centering\arraybackslash}p{#1}}<{$}} \newcolumntype{T}{>{\centering\arraybackslash}X} -\newcolumntype{Z}{>{$}ST<{$}} +\newcolumntype{Z}{>{$}QT<{$}} \newcolumntype{I}{!{\vrule width 1pt}} \newcolumntype{V}[1]{!{\vrule width #1}} \newlength\savedwidth \newcommand{\whline}{% - \noalign{\global\savedwidth\arrayrulewidth\global\arrayrulewidth 1pt} - \hline - \noalign{\global\arrayrulewidth\savedwidth} + \noalign{\global\savedwidth\arrayrulewidth\global\arrayrulewidth 1pt} + \hline + \noalign{\global\arrayrulewidth\savedwidth} } \renewcommand\theadfont{\footnotesize\sffamily} |