Date: Sun, 23 Nov 1997 14:59:59 +0200 (IST) From: Eli Zaretskii To: Jim Chapman cc: djgpp AT delorie DOT com Subject: Re: Tex In-Reply-To: <34752762.78FA@sympatico.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 20 Nov 1997, Jim Chapman wrote: > texi2dvi on the document file which I got from the texinfo docs. I then > ran dvilj2p and it generated a bunch of fonts but missed some. The > document.tex, missfont.log and the first bit of my djgpp.env are > attached. Please also post the message that was printed when the fonts couldn't be generated. It can help understand what went wrong. Which texi2dvi did you use? You should use the version from the TeX distribution, not the one from Texinfo. If you run on Windows 95, you will need a patch to texi2dvi (mail me). > \input texinfo @c -*-texinfo-*- > @c %**start of header > @setfilename document.inf > @settitle Sample Document > @c %**end of header This document works for me like charm. No errors, no warnings. > MakeTeXPK cmsy10 329 300 magstep\(0.5\) cx > MakeTeXPK cmtt10 329 300 magstep\(0.5\) cx > MakeTeXPK cmr10 329 300 magstep\(0.5\) cx > MakeTeXPK cmsl9 300 300 1+0/300 cx > MakeTeXPK cmr9 300 300 1+0/300 cx These fonts are all in the distribution. Please see that you have these files with a .mf extension somewhere below %DJDIR%/share/texmf. > #DJDIR=%:/>DJGPP% > DJDIR=/usr Why did you make this change?