I am working on a book, but can't seem to make the index show up in the PDF.
A simple program I use would look like:
Code: Select all
\documentclass[12pt,latexsym]{book}
\usepackage{makeidx}
\begin{document}
I want to build\index{build} an index.
\printindex
\end{document}
Ntext.idf
, which shows: \indexentry{build}
, but how do I get the actual index to show up at the end of the PDF of the book?