[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: tetex URGENT: can't use ygoth font



Yann Dirson writes:
 > I cannot have the ygoth fonts to work correctly, and would appreciate
 > some very-very-quick help.

OK, thanks to all for your quick answers,  and especially to Olaf for
the fix. For those interested by the fix, here it is:

Manually apply thefollowing diff to both MakeTexPK and MakeTexTFM:

====
-echo "$0: Running $cmd"
-$cmd </dev/null || { echo "$0: \`$cmd' failed." >&2; exit 1; }
+echo "$progname: Running $cmd"
+$cmd </dev/null || {
+  # Don't abort if only "Strange path" errors occurr.
+  grep '^!' $NAME.log >$$.errs 2>/dev/null
+  grep '^! Strange path' $$.errs >$$.strange 2>/dev/null
+  if cmp $$.errs $$.strange >/dev/null 2>&1 \
+    && test -s $$.strange >/dev/null 2>&1; then
+    echo "$progname: warning: \`$cmd' caused strange path errors." >&2
+  else
+    echo "$progname: \`$cmd' failed." >&2
+    exit 1;
+  fi
+}
====

Regards,
-- 
Yann Dirson  <ydirson@a2points.com>      | Stop making M$-Bill richer & richer,
alt-email:     <dirson@univ-mlv.fr>      |     support Debian GNU/Linux:
debian-email:   <dirson@debian.org>      |         more powerful, more stable !
http://www.a2points.com/homepage/3475232 |


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-devel-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: