[tex-k] bug in dvips 5.86d in partial font downloading
Fabrice Popineau
Fabrice.Popineau@supelec.fr
Tue, 16 Oct 2001 17:27:52 +0200
* Tom Kacvinsky <tjk@ams.org> writes:
> Sounds like a known bug in dvips. Let me guess -- you are trying to
> use one font "container" in the resulting PS file, but the font that
> is in the font "container" is re-encoded multiple times. If this is
> the case, OOPSIE! You have just tripped the bug in dvips.
> Best bet: do not subset fonts when re-encoding them multiple times.
Ok, you were right of course. I forgot one of the map files when
testing.
E:\mirror\TeX\Fonts\cm-super>dvips -j0 -Pcm-super test -o
This is dvips(k) 5.86e Copyright 2001 Radical Eye Software (www.radicaleye.com)
'DVIcopy 1.5 output from TeX output 2001.10.15:1931' -> test.ps
<texc.pro><t1.enc><ts1.enc><texps.pro>. <sfrm1000.pfb>[1]
And this time it is ok using '-j0' .
Fabrice