diff options
author | Karl Berry <karl@freefriends.org> | 2018-09-21 21:07:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-09-21 21:07:02 +0000 |
commit | a7130f1e9343b9d655100fef8c49e689549cbfe2 (patch) | |
tree | 5744cc9ba6a853c46ac72afdc41b85ebe7d86443 /Master/texmf-dist/tex/latex/plautopatch/plextarydshln.sty | |
parent | 9444430d73ece7ecf9adaf5b3f4ee373896f95be (diff) |
plautopatch (21sep18)
git-svn-id: svn://tug.org/texlive/trunk@48723 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/plautopatch/plextarydshln.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/plautopatch/plextarydshln.sty | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/plautopatch/plextarydshln.sty b/Master/texmf-dist/tex/latex/plautopatch/plextarydshln.sty new file mode 100644 index 00000000000..fc15b056043 --- /dev/null +++ b/Master/texmf-dist/tex/latex/plautopatch/plextarydshln.sty @@ -0,0 +1,43 @@ +% +% plextarydshln.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 +% * arydshln.sty +% (????/??/??) +% * plcore.ltx in platex +% (2001/09/26 v1.2a -- 2018/09/02 v1.3) +% + +%% package declaration +\NeedsTeXFormat{pLaTeX2e} +\ProvidesPackage{plextarydshln} + [2018/09/19 v0.1 Merge plext and arydshln] +\RequirePackage{plext} +\RequirePackage{arydshln} + +%% handle package compatibility issues beforehand +% Note: The "arydshln" manual requests users to load +% the following packages *before* arydshln, +% to ensure compatibility: +% array, longtable, colortab, colortbl. +% So, hoping that users are clever enough to load +% them before plextarydshln, load known patches +% at this point when they are detected. +%\@ifpackageloaded{array}{\RequirePackage{plextarray}}{} +%\@ifpackageloaded{colortbl}{\RequirePackage{plextcolortbl}}{} + +%% patching internal code for arydshln.sty and plext.sty +% +\let\adl@p@array\p@array +\def\p@array{% + \adl@everyvbox\everyvbox + \everyvbox{\adl@arrayinit \the\adl@everyvbox \everyvbox\adl@everyvbox}% + \adl@p@array} +% +%% done + +\endinput |