summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-08-01 00:43:56 +0000
committerKarl Berry <karl@freefriends.org>2007-08-01 00:43:56 +0000
commit4f356bad522890dcd9a99aa50759749999eb0383 (patch)
tree978b817608b44d3b3474eecda64182f55cb41e86 /Master/texmf-dist
parentae6ef1b2849f449904800981fb23ba994b39219b (diff)
fancytooltips update (30jul07)
git-svn-id: svn://tug.org/texlive/trunk@4686 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/latex/fancytooltips/README9
-rw-r--r--Master/texmf-dist/doc/latex/fancytooltips/fancytooltips.pdfbin161784 -> 162157 bytes
-rw-r--r--Master/texmf-dist/source/latex/fancytooltips/fancytooltips.dtx8
-rw-r--r--Master/texmf-dist/tex/latex/fancytooltips/fancytooltips.sty4
4 files changed, 19 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/fancytooltips/README b/Master/texmf-dist/doc/latex/fancytooltips/README
new file mode 100644
index 00000000000..84db9ea3315
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/fancytooltips/README
@@ -0,0 +1,9 @@
+The description from TeX catalogue online:
+------------------------------------------
+
+The package was inspired by the cooltooltips package. In contrast to
+cooltooltips, fancytooltips allows inclusion of tooltips which contain
+arbitrary TeX material or a series of TeX materials (aminated
+graphics) from an external PDF file. To see the tooltips, you have to
+open the files in Adobe Reader. The links and JavaScripts are inserted
+using eforms package from the AcroTeX bundle. \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/fancytooltips/fancytooltips.pdf b/Master/texmf-dist/doc/latex/fancytooltips/fancytooltips.pdf
index 4842f99e074..81f14e29937 100644
--- a/Master/texmf-dist/doc/latex/fancytooltips/fancytooltips.pdf
+++ b/Master/texmf-dist/doc/latex/fancytooltips/fancytooltips.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/fancytooltips/fancytooltips.dtx b/Master/texmf-dist/source/latex/fancytooltips/fancytooltips.dtx
index 8997ff166d6..ee56735f0cd 100644
--- a/Master/texmf-dist/source/latex/fancytooltips/fancytooltips.dtx
+++ b/Master/texmf-dist/source/latex/fancytooltips/fancytooltips.dtx
@@ -22,7 +22,7 @@
%<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
%<package>\ProvidesPackage{fancytooltips}
%<*package>
- [2007/05/08 v1.3 fancytooltips.dtx file]
+ [2007/07/28 v1.3a fancytooltips.dtx file]
%</package>
%
%<*driver>
@@ -78,6 +78,10 @@
% Improved documentation -- added a note about the required version
% of eforms.sty}
%
+% \changes{v1.3a}{2007/07/28}{Fixed app.focusRect, thanks to Lud\v{e}k
+% Nechv\'atal.}
+%
+%
% \GetFileInfo{fancytooltips.dtx}
%
% \DoNotIndex{\newcommand,\newenvironment}
@@ -388,6 +392,7 @@
\ifTooltip@usepdftex
\begin{insDLJS}[fancyTooltipsLoaded]{Tooltipsdljs}{DLJS for Tooltips}
var animace;
+ app.focusRect = false;
var fancyTooltipsLoaded = true;
function CloseTooltips()
@@ -426,6 +431,7 @@
\else
\begin{insDLJS}[fancyTooltipsLoaded]{Tooltipsdljs}{DLJS for Tooltips}
var animace;
+ app.focusRect = false;
var fancyTooltipsLoaded = true;
function CloseTooltips()
diff --git a/Master/texmf-dist/tex/latex/fancytooltips/fancytooltips.sty b/Master/texmf-dist/tex/latex/fancytooltips/fancytooltips.sty
index d1c3c552a0e..a06e2c4292b 100644
--- a/Master/texmf-dist/tex/latex/fancytooltips/fancytooltips.sty
+++ b/Master/texmf-dist/tex/latex/fancytooltips/fancytooltips.sty
@@ -22,7 +22,7 @@
%%
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{fancytooltips}
- [2007/05/08 v1.3 fancytooltips.dtx file]
+ [2007/07/28 v1.3a fancytooltips.dtx file]
\RequirePackage{everyshi}
\RequirePackage{graphicx}
\RequirePackage{xkeyval}
@@ -168,6 +168,7 @@
\ifTooltip@usepdftex
\begin{insDLJS}[fancyTooltipsLoaded]{Tooltipsdljs}{DLJS for Tooltips}
var animace;
+ app.focusRect = false;
var fancyTooltipsLoaded = true;
function CloseTooltips()
@@ -206,6 +207,7 @@
\else
\begin{insDLJS}[fancyTooltipsLoaded]{Tooltipsdljs}{DLJS for Tooltips}
var animace;
+ app.focusRect = false;
var fancyTooltipsLoaded = true;
function CloseTooltips()