Code: Select all
\newcommand{\contents}{
\newpage
\renewcommand{\contentsname}{Index}
\addcontentsline{toc}{chapter}{\numberline{}Index}
\tableofcontents}
Introduction....................................................................................4
I'm not able to jump to page 4.
Any idea about how to reference to the target page in the index correctly?
PD. Please note that since I'm not using a single document baseline but a template using the .cls file to build the structure, I'm not able to use the conventional way i.e \usepackage{hyperref} \tableofcontents etc
Thanks!