[texhax] footnote without links

Susan Dittmar Susan.Dittmar at gmx.de
Fri Apr 17 14:27:25 CEST 2009


Quoting Mohamed HOUSSNI (mohamed.houssni at e-press.co.ma):
> I am using hyperref package to add links in my PDF file (generated by 
> latex--->dvips---->ps2pdf)  and I would like to suppress links for 
> footnote only.
> 
> Anyone have an idea to how to do that ?

Without knowing the internals, and without having tested anything, I would
give this a try:

\newcommand{\saveOriginalFootnoteDefinition}
\let\saveOriginalFootnoteDefinition\footnote
\usepackage[...]{hyperref}
\let\footnote\saveOriginalFootnoteDefinition

It is an attempt to restore the definition of \footnote after loading the
hyperref package.

Perhaps this helps,

	Susan

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://tug.org/pipermail/texhax/attachments/20090417/4088b0d2/attachment.bin 


More information about the texhax mailing list