summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/arraycols
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-08-09 19:59:12 +0000
committerKarl Berry <karl@freefriends.org>2023-08-09 19:59:12 +0000
commit6a08f132a19953383c8f3bcf8e85d563f6f12130 (patch)
tree4060e8618b490c34e36587f55d6da3d8231deb94 /Master/texmf-dist/tex/latex/arraycols
parent531c968f388dfb9f1bfce158b6bb5aefd05726f2 (diff)
arraycols (9aug23)
git-svn-id: svn://tug.org/texlive/trunk@67862 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/arraycols')
-rw-r--r--Master/texmf-dist/tex/latex/arraycols/arraycols.sty20
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}