[plautopatch] pdfpages を読み込むとエラー

[plautopatch] pdfpages を読み込むとエラー

- tat tsan の投稿
返信数: 3
次のサンプルでエラーが出ました。

\RequirePackage{plautopatch}
\documentclass[uplatex,dvipdfmx]{jsarticle}
\usepackage{pdfpages}
\begin{document}
hoge
\end{document}

エラーの内容は

/usr/local/texlive/2020/texmf-dist/tex/latex/gentombow/pxesopic.sty:173: Undefined control sequence.
l.173 ...r\AtBeginShipout\expandafter{\pxesop@hook
                                                  }}
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
misspelled it (e.g., `\hobx'), type `I' and the correct
spelling (e.g., `I\hbox'). Otherwise just continue,
and I'll forget about whatever was undefined.

新LaTeX の hook 関係でしょうか。
tat tsan への返信

Re: [plautopatch] pdfpages を読み込むとエラー

- aminophen の投稿
すみません。
plautopatch は,pdfpages パッケージが依存している eso-pic パッケージに
パッチ (pxesopic.sty) を当てるのですが,pxesopic.sty が
「新しい LaTeX2e 2020-10-01 に対応した eso-pic パッケージ (2020/10/14 v3.0a)」
に未対応になっています。これがエラーの原因です。
tat tsan への返信

Re: [plautopatch] pdfpages を読み込むとエラー

- aminophen の投稿
根本的な解決にはなりませんが,先ほど
plautopatch 2020/10/21 をリリースしました。これを使えば
\plautopatchdisable{eso-pic}
とすることにより「eso-pic → pxesopic」の自動パッチを除外できます。
(本当はずいぶん前に機能実装したつもりだったのですが,バグのせいで全く使えなかった…。)

pxesopic は gentombow の一員なので,
https://github.com/aminophen/gentombow/issues/9
で考えます。(コードが新しくなったのでパッチを当てにくくなった…。)
aminophen への返信

Re: [plautopatch] pdfpages を読み込むとエラー

- tat tsan の投稿
> plautopatch 2020/10/21 をリリースしました。
頂きました。ありがとうございます。

>(本当はずいぶん前に機能実装したつもりだったのですが,バグのせいで全く使えなかった…。)
あ、やっぱり?