\documentclass{article} \usepackage[noxcolor,usetemplates,pdftex]{web} \screensize{4.875in}{6.5in} \margins{12pt}{24pt}{24pt}{24pt} \definecolor{pozadi}{rgb}{1,1,0.9} \pagecolor{pozadi} \usepackage[filename=tall,mouseover, movetips,blur, fixcolor]{fancytooltips} \usepackage[transparent, mouseover ]{ocgtools} \begin{document} \title{Testing OCGtools and fancytooltips} \maketitle \parindent 0 pt \begin{itemize} \item Testing \tooltip{fancytooltips}{1}. (Does the bigger picture of little golf player appear when moving mouse to the blue text?) \item Testing \ocgminitext{ocgtools}{Wow, seems to work. Great!}. Does it work? (Click the blue text or move mouse to the last letter) \item Testing \verb|\ocgpicture| -- does the bigger image appear when clicking the smaller one? \begin{center}\ocgpicture[width=1cm]{tall.pdf}\end{center} \end{itemize} \end{document}