MakeIndex, Nomenclature, Glossaries and AcronymsTexnicCenter makeindex pbm

Information and discussion about MakeIndex - the tool to generate subject indices for LaTeX documents.
Post Reply
fenimor_cooper
Posts: 4
Joined: Sat Jan 05, 2008 12:55 pm

TexnicCenter makeindex pbm

Post by fenimor_cooper »

Hello everybody!
I'm using TeXnicCenter for Windows to compile my tex files. It's a monography, an old Kluwer style kapmono. It gives a pretty good .ps or .pdf. Anyway I need to make an index and my \makeindex \index{xx!zz} \printindex does not seem to work, nothing happens. The syntax is as follows

Code: Select all

\documentclass{kapmono} % Computer Modern font calls
\usepackage{amsfonts}
\usepackage{makeidx}     
\usepackage{multicol}
\makeindex
\begin{document}

\index{xx!zz}
\index{xx!yy}

\printindex
\end{document}
Help, please.

What i get as a result of the compilation wrt to makeindex is

Code: Select all

This is C:\Program Files\MiKTeX 2.7\miktex\bin\makeindex.exe, version 2.14 [02-Oct-2002] (kpathsea + Thai support).
Scanning input file E:\...
!! Input index error (file = E:\..., line = 1):
   -- Missing arguments -- need two (premature LFD).
...................................................
   -- Missing arguments -- need two (premature LFD).
done (1 entries accepted, 6 rejected).
Thank you!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply