I am in the process of printing my PhD thesis and the company had some issues with the NimbusRomNo9L fonts that were not embedded. After some Google-ing I understand that this is an alias for the Times fonts. And the suggestion to avoid such errors when opening the PDF with Illustrator was to run:
sudo updmap-sys --setoption LW35 ADOBE
The output was
updmap: resetting $HOME value (was /Users/nkarast) to root's actual home (/var/root).
updmap is using the following updmap.cfg files (in precedence order):
/usr/local/texlive/2013/texmf-dist/web2c/updmap.cfg
updmap is using the following updmap.cfg file for writing changes:
/usr/local/texlive/2013/texmf-config/web2c/updmap.cfg
Creating new config file /usr/local/texlive/2013/texmf-config/web2c/updmap.cfg
dvips output dir: "/usr/local/texlive/2013/texmf-var/fonts/map/dvips/updmap"
pdftex output dir: "/usr/local/texlive/2013/texmf-var/fonts/map/pdftex/updmap"
dvipdfmx output dir: "/usr/local/texlive/2013/texmf-var/fonts/map/dvipdfmx/updmap"
pxdvi output dir: "/usr/local/texlive/2013/texmf-var/fonts/map/pxdvi/updmap"
updmap is creating new map files
using the following configuration:
LW35 font names : ADOBE (/usr/local/texlive/2013/texmf-config/web2c/updmap.cfg)
prefer outlines : true (/usr/local/texlive/2013/texmf-dist/web2c/updmap.cfg)
texhash enabled : true
download standard fonts (dvips) : true (/usr/local/texlive/2013/texmf-dist/web2c/updmap.cfg)
download standard fonts (pdftex) : true (/usr/local/texlive/2013/texmf-dist/web2c/updmap.cfg)
kanjiEmbed replacement string : noEmbed (/usr/local/texlive/2013/texmf-dist/web2c/updmap.cfg)
kanjiVariant replacement string : (default)
create a mapfile for pxdvi : false (default)
Scanning for LW35 support files [ 3 files]
Scanning for MixedMap entries [ 42 files]
Scanning for KanjiMap entries [ 6 files]
Scanning for Map entries [189 files]
Generating output for dvipdfmx...
Generating output for ps2pk...
Generating output for dvips...
Generating output for pdftex...
Files generated:
/usr/local/texlive/2013/texmf-var/fonts/map/dvips/updmap:
13592 2016-01-12 12:26:29 builtin35.map
18314 2016-01-12 12:26:29 download35.map
817278 2016-01-12 12:26:30 psfonts_pk.map
1077400 2016-01-12 12:26:29 psfonts_t1.map
1072539 2016-01-12 12:26:29 ps2pk.map
14 2016-01-12 12:26:31 psfonts.map -> psfonts_t1.map
/usr/local/texlive/2013/texmf-var/fonts/map/pdftex/updmap:
1072546 2016-01-12 12:26:31 pdftex_dl14.map
1070980 2016-01-12 12:26:31 pdftex_ndl14.map
15 2016-01-12 12:26:31 pdftex.map -> pdftex_dl14.map
/usr/local/texlive/2013/texmf-var/fonts/map/dvipdfmx/updmap:
5453 2016-01-12 12:26:28 kanjix.map
Transcript written on "/usr/local/texlive/2013/texmf-var/web2c/updmap.log".
updmap: Updating ls-R files.
When trying to recompile after this I get a pdftex error:
pdfTeX error: /usr/texbin/pdflatex (file sy______.pfb): cannot open Type 1 font file for reading
Is there a way to revert these changes and successfully embed in the pdf the fonts, without having to re-install everything?
Using TexLive 2013 under Mac OS X 10.10.
Thanks for any input in this crisis :)
sudo updmap-sys --setoption LW35 URWkb. – mvkorpel Jan 12 '16 at 15:50