次のサンプルでエラーが出ました。
\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 関係でしょうか。
根本的な解決にはなりませんが,先ほど
plautopatch 2020/10/21 をリリースしました。これを使えば
\plautopatchdisable{eso-pic}
とすることにより「eso-pic → pxesopic」の自動パッチを除外できます。
(本当はずいぶん前に機能実装したつもりだったのですが,バグのせいで全く使えなかった…。)
pxesopic は gentombow の一員なので,
https://github.com/aminophen/gentombow/issues/9
で考えます。(コードが新しくなったのでパッチを当てにくくなった…。)
plautopatch 2020/10/21 をリリースしました。これを使えば
\plautopatchdisable{eso-pic}
とすることにより「eso-pic → pxesopic」の自動パッチを除外できます。
(本当はずいぶん前に機能実装したつもりだったのですが,バグのせいで全く使えなかった…。)
pxesopic は gentombow の一員なので,
https://github.com/aminophen/gentombow/issues/9
で考えます。(コードが新しくなったのでパッチを当てにくくなった…。)