[Tex/LaTex] makeindex is not called when compiling in TeXstudio

texstudio

I compile my project using TeXstudio. This works fine except for the index. The idx-file is generated by there is always a warning saying No file MYFILE.ind.
If I call makeindex MYFILE.idx from cmd the ind file is generated. Seems to me that makeindex is not called during compilation. How can make makeindex called during compilation process?

Edit: Considering the answer it now compiles indices from within TeXstudio. Hope this helps.

My updated configuration settings

Best Answer

I don't know if this is still relevant, but in the latest version of TeXstudio, namely v2.12.6, you can compile the index under >Tools>Index.

Related Question