Skip to content
New issue

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

\pdftooltip does not work #91

Open
hvoss49 opened this issue Jul 22, 2024 · 0 comments
Open

\pdftooltip does not work #91

hvoss49 opened this issue Jul 22, 2024 · 0 comments

Comments

@hvoss49
Copy link
Collaborator

hvoss49 commented Jul 22, 2024

Works with xelatex but not with lualatex. Maybe a problem with pdfcomment ?? For lualatex the tips are always placed with coordinates (0,0)

\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}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant