[fptex] updmap.pl on Win32

Jin-Hwan Cho chofchof at kias.re.kr
Thu Jan 8 02:09:45 CET 2004


> Sorry for this one. I thought the 'x' option was harmless and needed to
> match meta-chars like \s (space class). Anyway try the following patch
> please:
> 
> --- ./updmap.pl~    Thu Jan 08 01:35:45 2004
> +++ ./updmap.pl     Fri Dec 19 09:51:49 2003
> @@ -868,13 +868,13 @@
> 
>    map {
>      $_ =~ s@$@ %@;
> -    $_ =~ s@^(([^ ]*).*)@\1\2 at x;
> -    $_ =~ s@(.*<\[*\s*([^ ]*)\.enc(.*))@\1 \2 at x;
> +    $_ =~ s@^(([^ ]*).*)@\1\2@;
> +    $_ =~ s@(.*<\[* *([^ ]*)\.enc(.*))@\1 \2@;
>      $_ = (m/%[^ ]*$/x ? "$_ default" : $_) ;
> -    $_ =~ s@(.*<<*\s*([^ ]*)\.pf[ab].*)@\1 \2 at x;
> +    $_ =~ s@(.*<<* *([^ ]*)\.pf[ab].*)@\1 \2@;
>      if (m/%[^ ]* [^ ]*$/x) { $_ =~ s@( ([^ ]*).*)$@\1 \2@; }
> -    $_ =~ s@(.* ([.0-9-][.0-9-]*) *ExtendFont.*)@\1 -e \2 at x;
> -    $_ =~ s@(.* ([.0-9-][.0-9-]*) *SlantFont.*)@\1 -s \2 at x;
> +    $_ =~ s@(.* ([\.0-9-][\.0-9-]*) *ExtendFont.*)@\1 -e \2@;
> +    $_ =~ s@(.* ([\.0-9-][\.0-9-]*) *SlantFont.*)@\1 -s \2@;
>      $_ =~ s at .*%@@ ;
>    } @lines;
> 
> and let me know if it works better.

The patched updmap worked well. Thanks a lot.

One more comment on DVIPDFMx. The current TeXLive and fpTeX contains
just the executable of DVIPDFMx without configuration files. I got a few
complains about that. Is it possible to add configuration files?

Configuration Files for DVIPDFMx:

1. texmf/dvipdfm/config/dvipdfmx.cfg
2. texmf/dvipdfm/config/cid-x.map
3. texmf/dvipdfm/CMap/Adobe-Identity-UCS2
4. texmf/dvipdfm/CMap/EUC-UCS2
5. texmf/dvipdfm/CMap/UniKSCms-UCS2-H
6. texmf/dvipdfm/CMap/UniKSCms-UCS2-V

The files above can be downloaded from the distribution of DVIPDFMx
or the homepage http://project.ktug.or.kr/dvipdfmx/.

Since I compiled DVIPDFMx for fpTeX by myself, if you need updated
version of sources (for fpTeX), let me know.

Best, ChoF.

P.S. I could not post my writing directly on the fpTeX mailing list.
     How can I do? A few things still remain to comment on TeXLive
     and fpTeX.
--
~~~~~~~~~~~~~~~~~~~~~~~~~     ***
| 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