General ⇒ Problem in Document Compilation
-
- Posts: 16
- Joined: Sun Mar 25, 2012 10:57 am
Problem in Document Compilation
I am using Kile 2.9.60 in Windows platform. I had the impression that to compile a source file, the BibTeX database and the EPS figures being present in the folder are enough. But whenever I am trying to compile my source file, named suppose "xyz.tex" it's giving me an error like "xyz.idx" not found. Please tell me what's an .idx file and where can I get it if it's so necessary for compilation?
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Problem in Document Compilation
Hi,
welcome to the board!
The .idx is a file which contains index entries, it's produced by
and
remove them. If you would like to create an index, you may need them, but you did not mention an index at all.
Stefan
welcome to the board!
The .idx is a file which contains index entries, it's produced by
\makeindex
. If you don't create an index, check your Kile settings so that it's not running MakeIndex, and if your document contains such linesCode: Select all
\usepackage{makeidx}
\makeindex
Code: Select all
\printindex
Stefan
LaTeX.org admin
-
- Posts: 16
- Joined: Sun Mar 25, 2012 10:57 am
Re: Problem in Document Compilation
Vielen dank Stefan.