I am creating a list of abbreviation using nomencl package. Everything went fine except when I add the nomenclature to the table of contents where it assign the page number of the last page in the section instead of the first page. Here is my commands:
Code: Select all
\usepackage{nomencl}
\makenomenclature
\renewcommand{\nomname}{\large\textbf{LIST OF ABBREVIATIONS}}
.
.
.
.
\printnomenclature[5em]
\addcontentsline{toc}{part}{LIST OF ABBREVIATIONS}
\addtocontents{toc}{\protect\vspace{-0.8em}}