summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/fancytooltips/examples/example-min.tex
blob: e25741d0ce15e2db0f2f29b50f5deb3267b4fda5 (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
35
36
\documentclass{article}

\usepackage[a5paper,landscape]{geometry}

\usepackage{color}
\usepackage[pdftex]{eforms}
\usepackage[filename=tooltipy]{fancytooltips}

\pagestyle{headings}\markright{Heading\hfill \frametip}

\begin{document}

\parindent 0 pt

\begin{itemize}
\item The blue text is active button. If you move mouse to this button
  with Shift key down or if you press this button, tooltip appears. Is
  you move your mouse out or if you close the page, the tooltip
  disappears.
\item The first links are tooltips, the third one is animated tooltip.
  have a fun
\end{itemize}

  This is definition of  \tooltip{rank}{hodnost}. bla bla bla.


  This is definition of \tooltip{derivative}{derivace}. 

This is a geometric \tooltipanim{idea}{3}{27} which is behind the
definition of derivative.


\newpage
page 2 \TooltipHidden

\end{document}