Date: Thu, 23 Apr 1998 13:32:30 +0300 (IDT) From: Eli Zaretskii To: endrestol AT hotmail DOT com cc: djgpp AT delorie DOT com Subject: Re: How do I make TeX print indices? In-Reply-To: <6hmraa$78p$1@nnrp1.dejanews.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 23 Apr 1998 endrestol AT hotmail DOT com wrote: > I'm having trouble with TeX (the DJGPP distribution). > TeX won't print indices (in the .dvi-file). Where did the source of that dvi file come from? If it was a GNU-style docs written in Texinfo, you need to use the texi2dvi shell script which will run TeX and the texindex program several times until the indices are created. (You will need Bash and several auxiliary utilities to run texi2dvi; texindex is part of txi390b.zip.) If the source came from a TeX file, I think you will need to download and compile a program named makeindex. It is not part of the TeX system ported to DJGPP at this time, but you should be able to find it on CTAN archives and it should compile with DJGPP without any problems.