I have a document that has \usepackage{makeidx} and \makeindex in the preamble and \printindex inside the document body. An .idx file is created when I compile, no errors are signalled, still there is no index listing in the PDF document that is produced. There used to be one until all my files were deleted except the .tex file, after that I could not get the index to appear in my output.
How can one troubleshoot this thing? I have changed all the "%bm" with "%tm" wherever I could find it in the build profiles (Tools -> Options -> Clean), as Thorsten Donig suggested on this website (in an answer to another posting regarding problems with the index creation). It did not solve my problem.
I am using the TeXnicCenter editor on Windows XP, with the MiKTeX 2.9 distribution.
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
| show 1 more comment |
|
During a compile of your file with LaTeX with the
|
|||||
|
|
One thing to check is the settings for the output profile, which is found under Build --> Define output profiles. The box "Do not use MakeIndex for this profile" must not be checked, and the path to MikTeX has two different executables
|
|||
|
|

`to mark your inline code as I did in my edit. – Joseph Wright♦ Nov 29 '11 at 15:15makeindex.exeset correct? – Torbjørn T. Nov 29 '11 at 15:34makeindex.exein TeCnicCentre as an answer. – Werner Nov 29 '11 at 17:16