From a83f4aa090a6107646bdf4b7f69299830fe1f658 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 7 Nov 2019 22:17:17 +0000 Subject: footnotehyper (7nov19) git-svn-id: svn://tug.org/texlive/trunk@52676 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/tex/latex/footnotehyper/footnotehyper.sty | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'Master/texmf-dist/tex/latex/footnotehyper') diff --git a/Master/texmf-dist/tex/latex/footnotehyper/footnotehyper.sty b/Master/texmf-dist/tex/latex/footnotehyper/footnotehyper.sty index 2d204d256dd..568e688e040 100644 --- a/Master/texmf-dist/tex/latex/footnotehyper/footnotehyper.sty +++ b/Master/texmf-dist/tex/latex/footnotehyper/footnotehyper.sty @@ -23,16 +23,21 @@ %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{footnotehyper}% - [2018/01/23 v1.1 hyperref aware footnote.sty (JFB)] + [2019/11/07 v1.1a hyperref aware footnote.sty (JFB)] %% %% Package: footnotehyper -%% Version: 1.1 (2018/01/23) +%% Version: 1.1a (2019/11/07) %% License: LPPL 1.3c -%% Copyright (C) 2016-2018 Jean-Francois Burnol . +%% Copyright (C) 2016-2019 Jean-Francois Burnol . %% \DeclareOption*% {\PackageWarning{footnotehyper}{Option `\CurrentOption' is unknown}}% \ProcessOptions\relax +\@ifclassloaded{beamer} + {\PackageWarningNoLine{footnotehyper}{This package is + incompatible with the beamer class. Aborting input..}% + \endinput} + {}% \newbox\FNH@notes \newdimen\FNH@width \let\FNH@colwidth\columnwidth @@ -233,8 +238,9 @@ \def\FNH@bad@makefntext@alert{% \PackageWarningNoLine{footnotehyper}% {^^J The footnote environment will not be fully functional, sorry.^^J - You may try to email the author with the following information:}% - \typeout{\meaning\@makefntext}% + You may try to email the author this meaning of \string\@makefntext:^^J + \meaning\@makefntext^^J + together with the used preamble}% \let\FNH@prefntext\@empty\let\FNH@postfntext\@empty }% \def\makesavenoteenv{\@ifnextchar[\FNH@msne@ii\FNH@msne@i}%] -- cgit v1.2.3