diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/ocgtools/examples/ocgtools-example-fancytooltips.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/ocgtools/examples/ocgtools-example-fancytooltips.tex | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/ocgtools/examples/ocgtools-example-fancytooltips.tex b/Master/texmf-dist/doc/latex/ocgtools/examples/ocgtools-example-fancytooltips.tex new file mode 100644 index 00000000000..f4607a5ab1b --- /dev/null +++ b/Master/texmf-dist/doc/latex/ocgtools/examples/ocgtools-example-fancytooltips.tex @@ -0,0 +1,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]{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.jpg}\end{center} +\end{itemize} + +\end{document} |