diff options
author | Karl Berry <karl@freefriends.org> | 2019-11-07 22:17:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-11-07 22:17:17 +0000 |
commit | a83f4aa090a6107646bdf4b7f69299830fe1f658 (patch) | |
tree | a7a1f837bd745bac92bcf355dd990e573a3d73a4 /Master/texmf-dist/tex/latex/footnotehyper | |
parent | 73fdeb74bbe27f57da20f2c155f65701c02edfa6 (diff) |
footnotehyper (7nov19)
git-svn-id: svn://tug.org/texlive/trunk@52676 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/footnotehyper')
-rw-r--r-- | Master/texmf-dist/tex/latex/footnotehyper/footnotehyper.sty | 16 |
1 files changed, 11 insertions, 5 deletions
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 <jfbu at free dot fr>. +%% Copyright (C) 2016-2019 Jean-Francois Burnol <jfbu at free dot fr>. %% \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}%] |