Date: Sun, 26 Nov 2000 08:29:36 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Weiqi Gao cc: djgpp AT delorie DOT com Subject: Re: TEX In-Reply-To: <3A1F0E9E.9D4A331A@networkusa.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Fri, 24 Nov 2000, Weiqi Gao wrote: > The latest source distribution of Web2c includes > PDFTeX that converts TeX sources to PDF directly. I'm not sure if the > latest DJGPP build includes it. It doesn't; volunteers are welcome to add it (and port the latest Web2c in general). The DJGPP sites do include the DviPDFm package, which is an alternative way of producing PDF files from TeX and Texinfo sources. You run TeX or texi2dvi first, then run dvipdfm on the resultant DVI file. Personally, I like this way better, since PDFTeX requires some tricky setup, and its interface with Texinfo is still in diapers. See: ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2apps/tex/dpdf094b.zip. > A lot of people uses DocBook, which unfortunately is not available in > binary form for DJGPP. Could you please post a URL?