[fptex] updmap.pl on Win32

Jin-Hwan Cho chofchof at kias.re.kr
Mon Dec 15 07:01:05 CET 2003


The "current" version of fpTeX did not generate the appropriate
"dvipdfm*.map"
files at least for me. The numbers for "ExtendFont" and "SlatFont" were
always
ignored. (I'm using ActiveState ActivePerl 5.8.)

The following lines 876 and 877 in "updmap.pl" are correct?

>    $_ =~ s@(.* ([.0-9-][.0-9-]*) *ExtendFont.*)@\1 -e \2 at x;
>    $_ =~ s@(.* ([.0-9-][.0-9-]*) *SlantFont.*)@\1 -s \2 at x;

Instead, the two lines modified as follows worked in my case.

>    $_ =~ s/(.* ([.0-9-][.0-9-]*) *ExtendFont.*)/\1 -e \2/;
>    $_ =~ s/(.* ([.0-9-][.0-9-]*) *SlantFont.*)/\1 -s \2/;

Of course, I am not able to read perl source code. Anyone who explain what I
missed?

Best, ChoF.
--
~~~~~~~~~~~~~~~~~~~~~~~~~     ***
| Cho, Jin-Hwan == ChoF |     ^ ^
~~~~~~~~~~~~~~~~~~~~~~~~~      o
| Research Fellow       |     ~~~
| School of Mathematics ~~~~~~~~~~~~~~
| Korea Institute for Advanced Study |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| chofchof at ktug.or.kr                |
| http://free.kaist.ac.kr/ChoF/      |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~



More information about the fptex mailing list