accsupp is not ready for luatex
Closed this issue · 2 comments
u-fischer commented
%\RequirePackage{luatex85}
\documentclass{article}
\usepackage{accsupp}
\begin{document}
\BeginAccSupp {method=hex,unicode,ActualText=D83EDD86}
duck
\EndAccSupp{}
\end{document}
fails when compile with lualatex with
! Undefined control sequence.
\ACCSUPP@bdc ->\pdfliteral
\ACCSUPP@pdfliteral {\ACCSUPP@span BDC}
l.34 ...upp {method=hex,unicode,ActualText=D83EDD86}
As a work-around one can load luatex85.
davidcarlisle commented
that's odd, I thought I'd found all occurrences of \pdf* when adding all
the packages to this repo. Clearly missed that. Will fix thanks.
…On 28 March 2018 at 10:58, u-fischer ***@***.***> wrote:
%\RequirePackage{luatex85}
\documentclass{article}
\usepackage{accsupp}
\begin{document}
\BeginAccSupp {method=hex,unicode,ActualText=D83EDD86}
duck
\EndAccSupp{}
\end{document}
fails when compile with lualatex with
! Undefined control sequence.
***@***.*** ->\pdfliteral
***@***.*** ***@***.*** BDC}
l.34 ...upp {method=hex,unicode,ActualText=D83EDD86}
As a work-around one can load luatex85.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#36>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABNcAs8zH0-qfkEsVx_lGTfQnVrKbMBVks5ti17WgaJpZM4S-Wek>
.
davidcarlisle commented
update has been sent to ctan