[clickable] clickable library does not work in luatex 0.95
Brought to you by:
cfeuersaenger,
ludewich
the following example does not compile with
This is LuaTeX, Version 0.95.0 (TeX Live 2016) (format=lualatex 2016.6.17) 5 JUN 2017 16:14
restricted system commands enabled.
it produces
! Missing number, treated as zero.
<to be="" read="" again="">
\pdfoutput
l.182 \else\ifcase\pdfoutput
The root cause appears to be incompatible dependencies of the clickable library, probably eforms
\RequirePackage{luatex85} \documentclass{article} \usepackage{pgfplots} \usepgfplotslibrary{clickable} \pgfplotsset{compat=1.15} \begin{document} \begin{tikzpicture} \begin{axis} \addplot {x^2}; \end{axis} \end{tikzpicture} \end{document}
Adding package luatex85
does not seem to help.
For the record: With LuaLaTeX v1.0.4 (MiKTeX) everything works fine.