MakeIndex, Nomenclature, Glossaries and AcronymsTrouble using nomenclature

Information and discussion about MakeIndex - the tool to generate subject indices for LaTeX documents.
Post Reply
progressive
Posts: 3
Joined: Fri Apr 22, 2011 9:18 pm

Trouble using nomenclature

Post by progressive »

Hello,

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}}
and for some reason it appears. However, when trying to put in

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.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Post Reply