Is there any way to remove the footnote hyperlink from the table of contents ?
My MWE :
\documentclass{book}
\usepackage{hyperref}
\begin{document}
\tableofcontents
\chapter{Test \protect \footnote{test of footnote}}
\section{Section One }
\section{Section two}
\chapter{Test \protect \footnote{test of footnote}}
\section{another section}
\end{document}
\chapter[Test]{Test \protect \footnote{test of footnote}}? – Zarko Jul 01 '16 at 01:06