I'm trying to create a nomenclature but I'm getting the following error when I run makeindex:
Error: Could not start the command
This error appears even with this basic example:
\documentclass{article}
\usepackage[refpage]{nomencl}
\makenomenclature
\begin{document}
Example of nomenclature \nomenclature{A}{Area}
\printnomenclature
\end{document}
In the Configure Texmaker editor I wrote: makeindex %.nlo -s nomencl.ist -o %.nls in the makeindex slot. Then I run:
- PdfLaTeX
- MakeIndex
And the error appears... I also tried all suggestions here, but nothing seems to work.
I have installed MacTex 2012 distribution, Mac OS X 10.7.5



makeindexinstalled? – karlkoeller Jun 03 '13 at 21:04makeindexinstalled? – garuch Jun 03 '13 at 21:42/usr/texbin/should be a symbolic link to the executables directory. Have a look there. – karlkoeller Jun 04 '13 at 13:54makeindexfrom a terminal rather than via TeXmaker? – Nicola Talbot Jun 06 '13 at 07:58makeindex. – texenthusiast Jun 06 '13 at 15:39cdto the directory your document is in, then typemakeindex mydoc.nlo -s nomencl.ist -o mydoc.nls, replacingmydocwith the base name of your tex file. – Nicola Talbot Jun 06 '13 at 15:58