Im trying to write my thesis with TexMakerX and am using a latex template found at
http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/ThesisStyle/
the problem is I can't reproduce the example shown. The pdf generated works great but it does not include the nomenclature as specified. I then look at an old version of the template which includes some advice on the nomenclature issue, found here:
http://www-h.eng.cam.ac.uk/help/tpl/textprocessing/ThesisStyleold/
and it is mentiones that the 'files should work ok with front-ends like Texnic, but to get nomenclature features, etc, working you'll need to set makeindex as a postprocessor'. So, I go to Tools and select 'MakeIndex', then I receive a message saying:
Process started: makeindex "thesis".idx
Input index file thesis.idx not found. Usage: makeindex [-ilqrcgLT] [-s sty] [-o ind] [-t log] [-p num] [idx0 idx1 ...]
Process exited with error(s)
What should I do?
makeindex thesis.nlo -s nomencl.ist -o thesis.nls– karlkoeller Nov 27 '13 at 17:29Makeindex
PdfLaTeX
Pdf Viewer and I receive an error Error: Could not start the command: "/usr/texbin/makeindex" -s nomencl.ist -t "example".nlg -o "example".nls "example".nlo
– KatyB Nov 27 '13 at 21:18makeindex.exe– karlkoeller Nov 27 '13 at 21:24