On 22 May 2016 at 23:49, Scott Kostyshak <[email protected]> wrote: > Dear all, > > The following example fails to compile with dvilualatex, with or without > the luatex85 package. Is this expected? It compiles without error with > TL 2015. > > ----- > \documentclass{article} > \usepackage{luatex85} > \usepackage[T1]{fontenc} > \usepackage[latin9]{luainputenc} > \usepackage{hyperref} > > \begin{document} > hello > \end{document} > ----- > > I get the following error: > > ----- > ! unexpected use of \pdffeedback.
I have updated pdftexcmds at source to not do that test in luatex, and the test file now runs without error in lualatex and dvilualatex with or without the luatex85 package/ https://github.com/ho-tex/oberdiek/commit/36b13d011ffc08945a29275eb4dcca7602f5191c Also updated luatex85.sty so that \pdftexversion has a usable number even in dvi mode (so the test would not give an error even if it had not been avoided) https://github.com/josephwright/luatex85/commit/e584c63ddf498feadbfc214d91ee7e2099900f61 (Will post to ctan later, after updates for texlive 2016 re-enabled) David
