{fancytooltips} allows to insert tooltips into PDF documents. A tooltip is a popup window that appears if the mouse hovers or clicks particular areas.

learn more… | top users | synonyms

3
votes
0answers
63 views

fancy-preview with other \ref-like commands (such as \autoref and \cref)

I finally got fancy-preview working, and I found the place (around line 97) in the script to add to the list of environments which it catches (to add propositions and so on). But what I can't find ...
7
votes
1answer
247 views

“Interactive PDF, Latex and Article of the Future” with opentype/truetype fonts and unicode

I'm looking for a way to get popup references when hovering with the mouse cursor over the references in my papers. I looked around on this forum and found this question and hpesoj626's answer very ...
19
votes
1answer
398 views

Move-around box in PDF display

I tried using the fancytooltips package and like it a lot. One thing that I could imagine would be nice is to have the entry showing up as a movable box instead of just a tooltip. (Sometimes the ...
2
votes
0answers
149 views

File biblatex.sty and eforms.sty not found [closed]

I tried compiling a file that uses the fancytooltips package, according to Gonzalo Medina's answer at Showing the bibliographic entry in a popup when you hover over the citation key. And it cannot ...
1
vote
0answers
44 views

Difference between fancytooltips and fancy-preview

I read the documentation for both fancytooltips and fancy-preview here, and I don't really understand what their differences are, or when I should prefer one over the other. I see that fancytooltips ...
6
votes
1answer
389 views

Displaying tooltips on tablet readers, specifically iPad

I am trying to generate tooltips in a PDF that will be accessible somehow on a tablet PDF reader, specifically on any iPad reader. So far, I have tried the packages pdfcomment, cooltooltips, and ...
23
votes
2answers
636 views

Mouseover events in beamer: hovering on \eqref and a comment containing the original equation popping up

This idea came into my mind while I was listening to a speaker presenting his results in a seminar, he used lots of equation references in his later slides, however I can't remember which equation he ...
7
votes
1answer
136 views

Overlaying tables

I have two tables as follows: Table 1: Row/Column | C1 | C2 | C3 ROW 1 | v | v | v ROW 2 | v | v | v ROW 3 | v | v | v ROW 4 | v | v | v ROW 5 | v | v | v ... ROW ...
12
votes
0answers
280 views

Fancytooltips causes “Please fill out the following form” dialogue [closed]

I observed this strange behaviour of fancytooltips: If more than 101 tooltips are defined, the Adobe Reader 11.0 or Adobe Acrobat 9.5.2/11.0.0 asks to "Please fill out the following form. You can save ...
4
votes
1answer
218 views

Fancytooltips changes line spacing in beamer

I try to show the bibliographic entry in a popup when the mouse pointer is over the citation key. To achieve this, I use the code from Audrey's answer. In the beamer class, this results in some line ...
1
vote
1answer
198 views

How can I get fancy-preview to work?

I would like to add fancy-preview to a document that I have created. I thought it would be best to get to learn how to use it on a simple example, so I found this TeX.SE question. I then tried to work ...
0
votes
0answers
212 views

Using fancy-preview [closed]

I tried to compile the fancy-preview with TeXLive and I encountered the following message: !pdfTeX error: pdflatex.exe (file ./minimal.pdf): reading image file failed I think the errors occurred ...
1
vote
2answers
240 views

In fancytooltips, how to set size of background color box

I want the size of background colore box to automatically match the "size" of formula to be displayed. What I get is a box spanning size of page. as in \documentclass{article} \usepackage{xcolor} ...
3
votes
1answer
137 views

In fancytooltips, how to have a set of aligned equations or matrix

The package fancytooltips allows for layers, where a rollover by mouse over a target brings up a box of comments. I want the target to contain extended mathematical objects such as aligned equations ...