I'm writing a document and I would like to have a clickable link in the ToC to my abstract and acknowledgments pages. Currently I have a contents line will all these, but when you click it, it just goes to the top of the contents page. Has anyone done this or can anyone offer an idea?
My current code looks as follows:
Code: Select all
\usepackage[colorlinks]{hyperref}
\hypersetup{colorlinks,citecolor=blue, linkcolor=black}
\begin{document}
\chapter*{Acknowledgements}
\thispagestyle{fancy}
\chaptermark{Acknowledgements}
\pagenumbering{gobble}
\addcontentsline{toc}{chapter}{Acknowledgements}
I wish to acknowledge blah blah
Cheers