From 4f356bad522890dcd9a99aa50759749999eb0383 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 1 Aug 2007 00:43:56 +0000 Subject: fancytooltips update (30jul07) git-svn-id: svn://tug.org/texlive/trunk@4686 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/fancytooltips/README | 9 +++++++++ .../doc/latex/fancytooltips/fancytooltips.pdf | Bin 161784 -> 162157 bytes .../source/latex/fancytooltips/fancytooltips.dtx | 8 +++++++- .../tex/latex/fancytooltips/fancytooltips.sty | 4 +++- 4 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 Master/texmf-dist/doc/latex/fancytooltips/README (limited to 'Master/texmf-dist') 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 Binary files a/Master/texmf-dist/doc/latex/fancytooltips/fancytooltips.pdf and b/Master/texmf-dist/doc/latex/fancytooltips/fancytooltips.pdf 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 @@ %\NeedsTeXFormat{LaTeX2e}[1999/12/01] %\ProvidesPackage{fancytooltips} %<*package> - [2007/05/08 v1.3 fancytooltips.dtx file] + [2007/07/28 v1.3a fancytooltips.dtx file] % % %<*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() -- cgit v1.2.3