I am trying to include a List of symbols in my document. I looked up several descriptions, using the nomencl package (e.g. http://texblog.org/) but it does not work, using the following code:
Code: Select all
\documentclass{article}
\usepackage{nomencl}
\makenomenclature
\renewcommand{\nomname}{List of symbols}
\begin{document}
\printnomenclature
$\alpha$ and $\beta$.
\nomenclature{$\beta$}{la}
\nomenclature{$\alpha$}{le}

First I compile using "LaTeX", then again using "MakeIndex" and then "PDFLaTeX". Is there something wrong with this? Do I need to install the package separately?
Running MakeIndex I get the following result:
I am using TeXmaker on a Mac OS X15.8. I am grateful for any suggestions.Process started
This is makeindex, version 2.15 [TeX Live 2010] (kpathsea + Thai support). Scanning input file xy.idx...done (0 entries accepted, 0 rejected). Nothing written in xy.ind. Transcript written in xy.ilg.
Process exited normally
Regards,
David