General ⇒ Problem in Document Compilation
-
- Posts: 16
- Joined: Sun Mar 25, 2012 10:57 am
Problem in Document Compilation
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Problem in Document Compilation
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
-
- Posts: 16
- Joined: Sun Mar 25, 2012 10:57 am