[tex-k] bug in dvips 5.86d in partial font downloading

Vladimir Volovich vvv@vsu.ru
Tue, 16 Oct 2001 15:49:30 +0400


--=-=-=

Hi,

when i process the attached dvi file with dvips 5.86d, i get:

$ dvips test -o
This is dvips(k) 5.86d Copyright 1999 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>
Warning: module writet1 of dvips (file sfrm1000.pfb): character 89 is mapped to .notdef

Warning: module writet1 of dvips (file sfrm1000.pfb): character 97 is mapped to .notdef

Warning: module writet1 of dvips (file sfrm1000.pfb): character 101 is mapped to .notdef

Warning: module writet1 of dvips (file sfrm1000.pfb): character 114 is mapped to .notdef
[1] 

I have the cm-super fonts installed (see
CTAN:fonts/ps-type1/cm-super), and psfonts.map uses those fonts.

The file test.dvi was obtained by processing the attached test.tex and
then running dvicopy on that file (to remove the possible virtual font
issues).

I think that this is a bug in dvips because the same file test.tex is
processed by pdftex 0.14e without errors (and gived correct PDF file).

Best,
v.

--=-=-=
Content-Type: application/x-dvi
Content-Disposition: attachment; filename=test.dvi
Content-Transfer-Encoding: base64

9wIBg5LAHDsAAAAAA+gyRFZJY29weSAxLjUgb3V0cHV0IGZyb20gVGVYIG91dHB1dCAyMDAxLjEw
LjE1OjE5MzGLAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP////+gAnkA
AI2g/aMAAKACPwAAjaD95AAAjZFNAADzAAwx6rEACgAAAAoAAAAIZWNybTEwMDCrhVmEgAAAAAAH
fW+R/yuHhWWEgAAAAAAEcKCFYYSAAAAAAAT9b4VyhIAAAAAAA+jwkQNUePMBvDnsmQAKAAAACgAA
AAh0Y3JtMTAwMKyFMYSAAAAAAAT9b4U5hIAAAAAABP1vhTmEgAAAAAAE/W+FOYSAAAAAAAT9b46O
nx4AAI2SAOgBSYUxhIAAAAAABP1vjo6M+AAAAEEBg5LAHDsAAAAAA+gCeQAAAOz+uAADAAHzAbw5
7JkACgAAAAoAAAAIdGNybTEwMDDzAAwx6rEACgAAAAoAAAAIZWNybTEwMDD5AAABNQLf39/f
--=-=-=
Content-Type: application/x-tex
Content-Disposition: attachment; filename=test.tex

\documentclass{article}
\usepackage{eco}
\begin{document}
Year 1999
\end{document}

--=-=-=--