%% %% This is file `arraycols.sty', %% generated with the docstrip utility. %% %% The original source files were: %% %% arraycols.dtx (with options: `package') %% %% This is a generated file. %% %% Copyright (C) 2019-2024 by Antoine Missier %% %% This file may be distributed and/or modified under the conditions of %% the LaTeX Project Public License, either version 1.3 of this license %% or (at your option) any later version. The latest version of this %% license is in: %% %% http://www.latex-project.org/lppl.txt %% %% and version 1.3 or later is part of all distributions of LaTeX version %% 2005/12/01 or later. %% \NeedsTeXFormat{LaTeX2e}[2005/12/01] \ProvidesPackage{arraycols} [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 \RequirePackage{makecell} \newcolumntype{C}{>{$}c<{$}} \newcolumntype{L}{>{$}l<{$}} \newcolumntype{R}{>{$}r<{$}} \newcolumntype{t}[1]{>{\centering\arraybackslash}m{#1}} \newcolumntype{x}{>{$}Qc<{$}} \newcolumntype{y}{>{$}Ql<{$}} \setlength{\cellspacetoplimit}{3pt} \setlength{\cellspacebottomlimit}{2pt} \newcolumntype{z}[1]{>{$}Q{>{\centering\arraybackslash}p{#1}}<{$}} \newcolumntype{T}{>{\centering\arraybackslash}X} \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} } \endinput %% %% End of file `arraycols.sty'.