summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/arraycols
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-06-27 20:59:33 +0000
committerKarl Berry <karl@freefriends.org>2019-06-27 20:59:33 +0000
commitbc8b14582c03f4e371434f68219d716477a29ac1 (patch)
tree88fca53637d03562333c00bcd529d8f017cbaeac /Master/texmf-dist/tex/latex/arraycols
parent3b67ea9ad4e326adb5ceefd4b1043d545dde8058 (diff)
arraycols (27jun19)
git-svn-id: svn://tug.org/texlive/trunk@51491 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/arraycols')
-rw-r--r--Master/texmf-dist/tex/latex/arraycols/arraycols.sty54
1 files changed, 54 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/arraycols/arraycols.sty b/Master/texmf-dist/tex/latex/arraycols/arraycols.sty
new file mode 100644
index 00000000000..706a5b2a708
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/arraycols/arraycols.sty
@@ -0,0 +1,54 @@
+%%
+%% 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 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
+%% 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}
+ [2019/06/26 v1.0 .dtx arraycols file]
+\RequirePackage{array}
+\RequirePackage[math]{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}{>{$}Sc<{$}}
+\newcolumntype{y}{>{$}Sl<{$}}
+\setlength{\cellspacetoplimit}{3pt}
+\setlength{\cellspacebottomlimit}{2pt}
+\newcolumntype{z}[1]{>{$}S{>{\centering\arraybackslash}p{#1}}<{$}}
+\newcolumntype{T}{>{\centering\arraybackslash}X}
+\newcolumntype{Z}{>{$}ST<{$}}
+\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}
+}
+\renewcommand\theadfont{\footnotesize\sffamily}
+
+\endinput
+%%
+%% End of file `arraycols.sty'.