pgf-tikz / pgfplots

pgfplots - A TeX package to draw normal and/or logarithmic plots directly in TeX in two and three dimensions with a user-friendly interface and pgfplotstable - a TeX package to round and format numerical tables. Examples in manuals and/or on web site.
http://pgfplots.sourceforge.net/
198 stars 33 forks source link

[clickable] clickable library does not work in luatex 0.95 #177

Open pgf-tikz-bot opened 7 years ago

pgf-tikz-bot commented 7 years ago

Migrated from SourceForge https://sourceforge.net/p/pgfplots/bugs/177/ Author: cfeuersaenger Timestamp: 2017-06-05 14:15:29.904000

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.

\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.

pgf-tikz-bot commented 7 years ago

Migrated from SourceForge https://sourceforge.net/p/pgfplots/bugs/177/#48fa Author: mo-gul Timestamp: 2017-06-07 19:44:14.871000

For the record: With LuaLaTeX v1.0.4 (MiKTeX) everything works fine.