I am using nomencl package. Making all the \nomenclature entries is working fine, but when trying to make \nomgroup entries, only the first (since I am making a dictionary it is "A") nomgroup is present. Actually, I didn't even call the function, I just did
Code: Select all
\renewcommand{\nomgroup}[1]{%
\item[]\hspace*{-\leftmargin}%
\rule[2pt]{0.45\linewidth}{1pt}%
\hfill #1\hfill
\rule[2pt]{0.45
\linewidth}{1pt}}
Code: Select all
\begin{itemize}
\nomgroup{B}
\end{itemize}
I find that LaTeX puts the B nomgroup above the nomenclature itself. I do not know what is going on, and whether it is related to the problem with the header/footer not being correct on the first page and then being correct as specified by fancyhdr starting on page two to the end.
Any help would be appreciated.