summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/plautopatch/plextcolortbl.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-10-14 21:43:07 +0000
committerKarl Berry <karl@freefriends.org>2020-10-14 21:43:07 +0000
commite459b11c06a0dee213069a0129a18e77755ca167 (patch)
tree5cdf4ebd667db2568594cc37ac8c14788467cf51 /Master/texmf-dist/tex/latex/plautopatch/plextcolortbl.sty
parentcfa3f4658baf956718e3ecf7377e417b2797a723 (diff)
plautopatch (14oct20)
git-svn-id: svn://tug.org/texlive/trunk@56657 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/plautopatch/plextcolortbl.sty')
-rw-r--r--Master/texmf-dist/tex/latex/plautopatch/plextcolortbl.sty39
1 files changed, 0 insertions, 39 deletions
diff --git a/Master/texmf-dist/tex/latex/plautopatch/plextcolortbl.sty b/Master/texmf-dist/tex/latex/plautopatch/plextcolortbl.sty
deleted file mode 100644
index 4519b99e24f..00000000000
--- a/Master/texmf-dist/tex/latex/plautopatch/plextcolortbl.sty
+++ /dev/null
@@ -1,39 +0,0 @@
-%
-% plextcolortbl.sty
-% written by Hironobu Yamashita (@aminophen)
-%
-% This package is part of the plautopatch bundle.
-% https://github.com/aminophen/plautopatch
-%
-% This package is expected to be compatible with
-% * colortbl.sty
-% (2012/06/21 v1.0b -- 2020/01/04 v1.0e)
-% * plext.sty in platex
-% (2001/09/26 v1.2 -- 2019/09/29 v1.2l)
-%
-
-%% package declaration
-\NeedsTeXFormat{pLaTeX2e}
-\ProvidesPackage{plextcolortbl}
- [2018/09/19 v0.1a Merge plext and colortbl]
-\RequirePackage{plextarray}% colortbl requires array
-\RequirePackageWithOptions{colortbl}
-
-%% patching internal code for colortbl.sty
-%
-\AtBeginDocument{%
- % recover \@tabarray from plextarray.sty
- \def\@tabarray{\@ifnextchar<\p@tabarray{\p@tabarray<Z>}}
- % change \p@tabarray instead
- \expandafter\def\expandafter\p@tabarray
- \expandafter<\expandafter#\expandafter1\expandafter>\expandafter{%
- \expandafter\CT@start\p@tabarray<#1>}%
-}
-%
-\def\endarray{\crcr \egroup \egroup
- \@end@alignbox %% added from plext.sty
- \@arrayright \gdef\@preamble{}\CT@end}%
-%
-%% done
-
-\endinput