summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/plautopatch/plautopatch.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/plautopatch/plautopatch.sty')
-rw-r--r--Master/texmf-dist/tex/latex/plautopatch/plautopatch.sty9
1 files changed, 8 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/plautopatch/plautopatch.sty b/Master/texmf-dist/tex/latex/plautopatch/plautopatch.sty
index 6c707573501..da5747b34e3 100644
--- a/Master/texmf-dist/tex/latex/plautopatch/plautopatch.sty
+++ b/Master/texmf-dist/tex/latex/plautopatch/plautopatch.sty
@@ -8,7 +8,7 @@
\NeedsTeXFormat{LaTeX2e}% not pLaTeX2e on purpose!
\ProvidesPackage{plautopatch}
- [2018/11/03 v0.9 Automated patches for pLaTeX/upLaTeX]
+ [2018/11/25 v0.9b Automated patches for pLaTeX/upLaTeX]
\ifx\pfmtname\@undefined
\PackageWarningNoLine{plautopatch}{%
@@ -168,6 +168,7 @@
% register patches
+\platpc@patch@after{doc}{pldocverb}% (maintained here!)
\ifx\enablecjktoken\@undefined
\platpc@patch@after{tracefnt}{ptrace}% platex
\else
@@ -187,6 +188,7 @@
\platpc@patch@after{everyshi}{pxeveryshi}% platex-tools
\platpc@patch@after{atbegshi}{pxatbegshi}% platex-tools
\platpc@patch@before{ftnright}{pxftnright}% platex-tools
+\platpc@patch@after{multicol}{pxmulticol}% platex-tools
\platpc@patch@after{pdfpages}{pxpdfpages}% (maintained here!)
% for TikZ/PGF
@@ -195,4 +197,9 @@
% --- but does no harm for other conditions
\platpc@patch@after{pgfcore}{pxpgfmark}% by Takayuki YATO (ZR)
+% special case, mainly for problematic packages
+% --- mdwtab forbids loading array
+% --- so plarray should also be forbidden
+\AtEndOfPackageFile{mdwtab}{\@namedef{ver@plarray.sty}{}}
+
\endinput