Path: utzoo!attcan!utgpu!news-server.csri.toronto.edu!rutgers!mit-eddie!bloom-beacon!eru!hagbard!sunic!liuida!isy!isy.liu.se!oldam From: oldam@calc.math.liu.se (Olof Damberg) Newsgroups: comp.text.tex Subject: SOLVED: UNIX TeX distr. dvipage Message-ID: Date: 6 Oct 90 14:10:28 GMT Sender: news@isy.liu.se (Lord of the News) Distribution: comp Organization: Dept of Math, Univ of Linkoping, Sweden Lines: 41 Fellow TeXers! I got a patch for dvipage some days ago. It fixes the problems with the pk fonts. The patch should be applied to fonts.c in the .../dvipage dir. The patch apparently originated from Kevin Coombes some time last year. -------------------------- CUT HERE ---------------------------------------- *** fonts.c.orig Sun May 7 01:13:51 1989 --- fonts.c Wed Oct 3 11:19:35 1990 *************** *** 1213,1219 **** if (ptr->width == 0 || ptr->height == 0) { ptr->where.address.pixrectptr = (struct pixrect *) 0; ! return; } fseek(font_fp, (long)ptr->where.address.fileOffset, 0); --- 1213,1219 ---- if (ptr->width == 0 || ptr->height == 0) { ptr->where.address.pixrectptr = (struct pixrect *) 0; ! return TRUE; } fseek(font_fp, (long)ptr->where.address.fileOffset, 0); *************** *** 1331,1334 **** --- 1331,1335 ---- } ptr->where.isloaded = TRUE; + return TRUE; } -- ------------------------------------------------------------- Olof Damberg | email: oldam@math.liu.se Dept of Math, Linkoping University | phone: +46 13 281473 S-581 83 Linkoping, SWEDEN | fax: +46 13 100746