I'm trying to get a short description of a picture to appear when the cursor is hovering over this picture in the pdf file. I read that this might be possible using fancytooltips but I have to say that after reading through the documentation and some "basic" example, I am not convinced. Could someone explain to me how to modify the following code to get "this is the description" appearing next to the cursor, when this one is above the picture (Is it the same process for another kind of element, ie. pop-up above a word or a paragraph)?
\documentclass{article}
\usepackage[demo]{graphicx}
\begin{document}
\includegraphics[width=3cm,height=5cm]{example}
\end{document}
What are the options I have to customize this pop-up window (shape, background color, persistence, etc.) ?
fancytooltipsyou simply can not. – Claudio Fiandrino Jul 04 '13 at 14:54fancytooltips? – Ludovic C. Jul 04 '13 at 14:59fancytooltipsis not required. See http://tex.stackexchange.com/a/120005 – AlexG Jul 04 '13 at 15:00