I've spent a whole afternoon trying to include a nomenclature page in my report. I've read a lot of pdf's about how to do it and none of them seems to work for me!! Here is a very short example which I literally copy and pasted it from a document I read.
Code: Select all
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass{article}
\usepackage{nomencl}
\makenomenclature
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\section*{Main equations}
\begin{equation}
a=\frac{N}{A}
\end{equation}%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\nomenclature{$a$}{The number of angels per unit area}%
\nomenclature{$N$}{The number of angels per needle point}%
\nomenclature{$A$}{The area of the needle point}%
The equation $\sigma = m a$%
\nomenclature{$\sigma$}{The total mass of angels per unit area}%
\nomenclature{$m$}{The mass of one angel}
follows easily.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\printnomenclature
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{document}
Thanks in advance for the help.
Cheers,
John