gsftopk failing after upgrade
I have a Gerben Wierda TeX and ConTeXt distribution I upgraded yesterday to the latest versions of everything. I had some additional fonts installed. I re-installed the fonts using the following commands: texfont --ve=sun --co=sunserif --ma --in texfont --ve=sun --co=sunsans --ma --in and updated the pdftex.cfg file adding the following map +texnansi-sun-sunsans.map map +texnansi-sun-sunserif.map but am getting the following error on my texexec --pdf execution using the fonts [flush and process sol10-web-mpgraph.mp afterwards]kpathsea: Running mktexpk --mfmode / --bdpi 72 --mag 1+52/72 --dpi 124 texnansi-raw-ssr mktexpk: Running gsftopk texnansi-raw-ssr 124 gsftopk(k) version 1.19.2Cannot find font file grep: texnansi-raw-ssr.log: No such file or directory mktexpk: `gsftopk texnansi-raw-ssr 124' failed to make texnansi-raw-ssr.124pk. kpathsea: Appending font creation commands to missfont.log. ) (see the transcript file for additional information) Warning: pdfetex (file texnansi-raw-ssr): kpathsea: Running mktexpk --mfmode / --bdpi 72 --mag 1+0/72 --dpi 72 texnansi-raw-ssr mktexpk: Running gsftopk texnansi-raw-ssr 72 gsftopk(k) version 1.19.2Cannot find font file grep: texnansi-raw-ssr.log: No such file or directory mktexpk: `gsftopk texnansi-raw-ssr 72' failed to make texnansi-raw-ssr.72pk. Font texnansi-raw-ssr at 124 not foun d Any idea what I'm missing here? It looks like some path is wrong or something. I don't see texexec picking up the map files in the log .... (./sol10-web.tuo) (./sol10-web.tuo) (./sol10-web.tuo) fonts : using map file: texnansi-public-lm.map fonts : using map file: original-public-vnr.map fonts : using map file: original-public-csr.map fonts : using map file: original-public-plr.map fonts : using map file: original-public-lm.map fonts : using map file: original-ams-euler.map fonts : using map file: original-ams-cmr.map fonts : using map file: texnansi-base.map fonts : using map file: t5-base.map fonts : using map file: qx-base.map fonts : using map file: 8r-base.map fonts : using map file: ec-base.map fonts : using map file: ec-public-lm.map fonts : using map file: original-base.map systems : begin file sol10-web at line 72 structure : begin of sectionblock frontmatter .... Lou
Louis F. Springer wrote:
I have a Gerben Wierda TeX and ConTeXt distribution I upgraded yesterday to the latest versions of everything. I had some additional fonts installed. I re-installed the fonts using the following commands:
texfont --ve=sun --co=sunserif --ma --in texfont --ve=sun --co=sunsans --ma --in
and updated the pdftex.cfg file adding the following
map +texnansi-sun-sunsans.map map +texnansi-sun-sunserif.map
the cfg file is no longer supported by pdftex, use \pdfmapfile{+texnansi-sun-sunsans.map} or better: \loadmapfile[texnansi-sun-sunsans.map] instead, or make typescripts that do the loading when needed
but am getting the following error on my texexec --pdf execution using the fonts
could you process the file produced by texfont? Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl ---------------------------------------------------------------
participants (2)
-
h h extern
-
Louis F. Springer