summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/ocgtools/examples/ocgtools-example-fancytooltips.tex
blob: ad70c2862c43728863cc9591d3c5f6b01f03f460 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
\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}