blob: f4607a5ab1bc169c9572c300dc4eaaa73ccccd3b (
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]{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}
|