To get the nomencl package working I need to run a makeindex line like:
makeindex <filename>.nlo -s nomencl.ist -o <filename>.nls
I'm using Textmate, which has a built-in "Run Makeindex" button. I've tried this over and over again, but the nomenclature does not appear. A .nlo file is created though.
I'm not experienced with makeindex, so I was hoping to get some help here. Is it possible to change the "Run Makeindex" of Textmate such that the correct makeindex line (see above) is executed?