[comp.text.tex] SOLVED: UNIX TeX distr. dvipage

oldam@calc.math.liu.se (Olof Damberg) (10/06/90)

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 <kevin@math.lsa.umich.edu>
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