[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: index for LaTeX document (was "xindy for i386 broken?")



On Tue, Apr 17, 2007 at 13:24:18 -0500, Russell L. Harris wrote:
> Index generation in LaTeX appears to be in limbo, caught in the
> transition from makeindex to xindy.  The situation has been
> complicated by the transition from teTeX to TeXLive.
> 
> I am having difficulty locating the proper LaTeX/TeX/TeXLive/xindy
> forums on the Internet for discussing this matter, or even to
> determine the exact status.
> 
> I desire to add indexes to my document, but I have not been successful
> in getting makeindex or xindy to run.  I have an i386 system and am
> running Debian Lenny and TeXLive.  
> 
> Is anyone able to create document indexes in the TeXLive environment?
> If so, I would be thankful for guidance.

I just ran an old article through latex again and the index generation
still worked. This is with texlive 2007-3 on Sid (a new system which was
installed 6 weeks ago and therefore never had tetex on it).

I have not used makeindex for a long time therefore I cannot tell you
anything about its behavior under texlive 2005.dfsg.3-1.

I would try to start with something simple:

--------------------8<--------------------
\documentclass{article}
\usepackage{makeidx}
\makeindex
\begin{document}
word 1 \index{word 1}
\clearpage
word 2a \index{word 2!a}
\clearpage
word 2b \index{word 2!b}
\clearpage
word 3 (a and b) \index{word 3!a|(}\index{word 3!b|(}
\printindex
\end{document}
-------------------->8--------------------

What happens when you try to process this?

-- 
Regards,            | http://users.icfo.es/Florian.Kulzer
          Florian   |



Reply to: