hideki@is.s.u-tokyo.ac.jp (YOSHIDA Hideki) (10/20/90)
I have a problem with xdvi (patchlevel 10); If I tell xdvi to reread
dvi files with `R', it sometimes aborts with `Non-existent font'.
Following patch seems to solve this problem:
*** dvi_init.c.orig Fri Oct 19 11:10:39 1990
--- dvi_init.c Fri Oct 19 11:29:39 1990
***************
*** 182,187 ****
--- 182,188 ----
if (strcmp(fontp->fontname, fontp1->fontname) == 0
&& size == fontp1->size) {
*fontpp = fontp1->next;
+ fontp1->TeXnumber = fontp->TeXnumber;
free(fontp->fontname);
free((char *) fontp);
fontp = fontp1;
I want to know whether this change is correct.
---
Yoshida Hideki
Department of Information Science
Faculty of Science
The University of Tokyo
hideki@is.s.u-tokyo.ac.jp