Closed u-fischer closed 4 years ago
In pdfbase-xetex-bidi.def bidi uses in two places a deprecated expl3 command:
pdfbase-xetex-bidi.def
% !TEX TS-program = XeLaTeX % !TEX encoding = UTF-8 Unicode \documentclass{article} \usepackage{pdfbase} \usepackage{bidi} \begin{document} test \end{document}
gives (compiled with xelatex-dev)
! Undefined control sequence. <argument> \LaTeX3 error: '\box_use_clear:N' deprecated on 2019-01-01. Use ...
The commands should be replaced by \box_use_drop:N.
\box_use_drop:N
fixed by b1b630ec3159a1de38270c935fec4be39320660e
In
pdfbase-xetex-bidi.def
bidi uses in two places a deprecated expl3 command:Minimal example showing the issue
gives (compiled with xelatex-dev)
The commands should be replaced by
\box_use_drop:N
.