[tex-k] Re: Bug in dvips
Tom Kacvinsky
tjk@ams.org
Wed, 6 Dec 2000 10:33:30 -0500 (EST)
We need to see plr10.pfb... Send it to me *off list*.
Tom
On Wed, 6 Dec 2000, Peczarski, Marcin wrote:
> >From config.ps file:
> % Partially download Type 1 fonts by default. Only reason not to do
> % this is if you encounter bugs. (Please report them to
> % @email{tex-k@@mail.tug.org} if you do.)
> j
>
> I created simple TeX file which contain only two lines:
> test
> \bye
> I compile this file with MeX to .dvi file. Dvips programm produces from this
> .dvi file a incomplete .ps file. After using option -j0 produced .ps file is
> OK.
>
> Best Regards
> Marcin Peczarski
>
> This is listing from my screen:
>
> C:\MARCIN>mex test.tex
> This is TeX, Version 3.14159 (Web2c 7.3.2.2)
> (./test.tex
> This is MeX Version 1.05 18 XII 1993 (B. Jackowski & M. Ry\'cko)
> [1] )
> Output written on test.dvi (1 page, 212 bytes).
> Transcript written on test.log.
>
> C:\MARCIN>dvips test.dvi
> This is dvips(k) 5.86d Copyright 1999 Radical Eye Software
> (www.radicaleye.com)
> ' TeX output 2000.12.06:1532' -> test.ps
> <texc.pro><plrm.enc><texps.pro>. <plr10.pfb>
> C:\MARCIN>dvips -j0 test.dvi
> This is dvips(k) 5.86d Copyright 1999 Radical Eye Software
> (www.radicaleye.com)
> ' TeX output 2000.12.06:1532' -> test.ps
> <texc.pro><plrm.enc><texps.pro>. <plr10.pfb>[1]
>
> C:\MARCIN>
>