[tex-live] Bug report for updmap

Reinhard Kotucha reinhard.kotucha at web.de
Mon Jan 14 20:18:48 CET 2013


On 2013-01-13 at 16:49:36 +0100, Jean-Marc Bourguet wrote:

 > Hi,
 > 
 > `texdoc updmap` suggests sending bug report to tex-k at tug.org but
 > the report I sent there bounced with an "user unknown" error.

Are you subscribed to tex-k at tug.org?  It's required.

  http://tug.org/mailman/listinfo/tex-k

 > If there is a better place to sent a problem report about updmap,
 > please advice.

This list is appropriate as well.

 > updmap as distributed by tex-live 2012 in bin/x86_64-linux/updmap has a 
 > typo.  In mkMaps function, line 1165 is terminated by a coma instead of 
 > a semicolon.  So
 > 
 >    my @psfonts_t1_map;
 >    if ($dvipsDownloadBase35 eq "true") {
 >      push @psfonts_t1_map, "% ps2pk35.map",
 >      @dftdvips_fonts = @ps2pk_fonts;
 >    } else {
 >      push @psfonts_t1_map, "% dvips35.map";
 >      @dftdvips_fonts =  @dvips35_fonts;
 >    }
 > 
 > should be instead
 > 
 >    my @psfonts_t1_map;
 >    if ($dvipsDownloadBase35 eq "true") {
 >      push @psfonts_t1_map, "% ps2pk35.map";
 >      @dftdvips_fonts = @ps2pk_fonts;
 >    } else {
 >      push @psfonts_t1_map, "% dvips35.map";
 >      @dftdvips_fonts =  @dvips35_fonts;
 >    }
 > 
 > The effect is that entries generated by transLW35 are preceded in 
 > psfonts_t1.map by an untransformed version and thus not taken into 
 > account when downloading the fonts.

Fixed in revision 28830.  Thanks for the report.

Regards,
  Reinhard

-- 
----------------------------------------------------------------------------
Reinhard Kotucha                                      Phone: +49-511-3373112
Marschnerstr. 25
D-30167 Hannover                              mailto:reinhard.kotucha at web.de
----------------------------------------------------------------------------
Microsoft isn't the answer. Microsoft is the question, and the answer is NO.
----------------------------------------------------------------------------


More information about the tex-live mailing list