We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Works with xelatex but not with lualatex. Maybe a problem with pdfcomment ?? For lualatex the tips are always placed with coordinates (0,0)
xelatex
lualatex
pdfcomment
\documentclass{article} \usepackage{pstricks-add} \usepackage{pdfcomment} \begin{document} \begin{center} \begin{pspicture}(-5,-5)(5,5) \psaxes{->}(0,0)(-4,-4)(4,4)% [\pdftooltip{\textcolor{red}{$x$}}{The $x$-axis},-90]% [\pdftooltip{\textcolor{red}{$y$}}{The $y$-axis},0] \end{pspicture} \end{center} \end{document}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Works with
xelatex
but not withlualatex
. Maybe a problem withpdfcomment
?? Forlualatex
the tips are always placed with coordinates (0,0)The text was updated successfully, but these errors were encountered: