I'd like to link the Table of Contents in the footer of each page.
I can achieve this thanks to this hint like so:
# In the hyperref section of the document preamble
\cfoot{\hyperlink{page.1}{TOC}}
But if I change my document so that it has a title page, and the TOC moves to page two, I'll need to change this. Is there a better way to link to the TOC? Adding a \label{} and then using a ref{} does not seem to work.
fancypage style, the other pages automatically gotplainas they are chapter starting pages. It can be fixed using\fancypagestyle{plain}{...}. I'll add it to my example. – Stefan Kottwitz Feb 19 '11 at 13:17