I am using Texstudio editor. I am using Latex to write my thesis. I have had no problem in the past that Latex list the references in my thesis write-up successfully. Suddenly, when I added one more reference (bibtex), and did the indexing for the references using the shortcut F12, I got the following error:
Process started: makeindex.exe "full".idx
Input index file full.idx not found. Usage: makeindex [-ilqrcgLT] [-s sty]
[-o ind] [-t log] [-p num] [idx0 idx1 ...]
Process exited with error(s)
I already tried the solution here but It did not work for my case!
I hope that you help me in solve my problem.
\citeetc) but the error is aboutmakeindex(\index\printindexetc) did you just run makeindex instead of bibtex? – David Carlisle Apr 10 '15 at 11:57\makeindexyou shouldn't be trying to runmakeindex file.idx(as David has indicated). – Nicola Talbot Jun 19 '16 at 17:03