Search found 1 match

by fmezacr
Wed May 24, 2017 2:11 am
Forum: General
Topic: Latex index referencing to the target page
Replies: 2
Views: 2875

Latex index referencing to the target page

I'm using a .cls file to generate the index for a document, here is the code I'm using:

\newcommand{\contents}{
\newpage
\renewcommand{\contentsname}{Index}
\addcontentsline{toc}{chapter}{\numberline{}Index}
\tableofcontents}

The problem is that the generated index is not referencing to the ...