Update on font problem, was: Re: [tex-live] xdvi - bad news

Stefan Ulrich stefan.ulrich@elexir.de
Sat, 25 May 2002 23:50:37 +0200


Sebastian Rahtz <sebastian.rahtz@computing-services.oxford.ac.uk> writes:

> I have just fixed the install so that the "R" option
> installs stuff in the selected VARTEXMF and runs updmap
> on the local copy of updmap.cfg. So you get complete
> .map files created on your local disk space.

Great (I take it this is the file
ftp.tug.org:/home/tlprod/Master/install-cd-1.sh
? Just downloaded and tested it, and it works now :-)

BTW, while testing this I found a small glitch in updmap:
When the line

egrep '^(Mixed|)Map' /usr/TeX/texmf-var/web2c/updmap.cfg

returns no results (which was the case with the old updmap.cfg
from texlive7-1-20020520.iso), the script will hang until
interrupted with `Ctrl-C' with a `missing argument' error
from kpsewhich; here's the output of updmap with `set -x':

++ locateMaps '^(Mixed|)Map'
+++ egrep '^(Mixed|)Map' /usr/TeX/texmf-var/web2c/updmap.cfg
+++ awk '{ for (i=2; i <= NF; ++i) {print $i} }'
+++ sed 's@#.*@@'
+++ sort
+++ uniq
++ locateDvipsCfg
++ kpsewhich '--format=dvips config'
Missing argument. Try `kpsewhich --help' for more information.


Best,
Stefan