I have two MacBooks, one for work, one for myself, both running the up to date OS and MacTeX 2018. On one machine (it's half a year older and had MacTeX2017 before, but I only did the following with MacTeX2018), I unpacked the font (sadly it's a not that official package of my university using
sudo unzip tucroboto.zip -d $(kpsewhich --var-value TEXMFLOCAL)
updated the database
sudo -H mktexlsr
and installed the maps
sudo -H updmap-sys --enable Map=rob.map
sudo -H updmap-sys --enable Map=robc.map
sudo -H updmap-sys --enable Map=robs.map
and tested the font
pdftex testfont
(using robcl8t, then \table, then \bye) and it happily produced a pdf.
Now I got the second machine two weeks ago and wanted to do the same today; I ran the same commands, and as far as I remember, the output is the same (the line Scanning for Map entries [275 files] gladly increases for all three calls and there is no error), however, trying to do the test with pdflatex yields
!pdfTeX error: pdftex (file robcl8r): Font robcl8r at 600 not found
And I am looking into everything and searched for differences that might happen, but I can't see any difference, neither between the machines, nor the installations and why the same commands do not yield the same result. Why do I get that error message and how can I solve that? What am I doing wrong/different here?
updmapandupdmap-syssound so similar. Thanks for the tip, how can I check for that? – Ronny May 18 '18 at 17:36pdftex.map, please. – egreg May 18 '18 at 17:46kpsewhich pdftex.mapat the Terminal prompt and report what the reply is. – GuM May 18 '18 at 18:13updmap -sysor just mistyping – but that was the reason and interestingly I didn't find that by googling. Thekpsewhichtip helped faster, thanks to you two anyways. You all three made my evening. – Ronny May 18 '18 at 18:44pdftex.mapI would gladly except that as an answer :) – Ronny May 18 '18 at 18:49texdoc updmapin a terminal / console / cmd... – Keks Dose May 18 '18 at 19:48updmap, which you shouldn't). My problem was probably, that searching did'n't bring me to your post (and that I usedupdmap, which you shouldn't. Maybe you could answer this question with “The problem withupdmapis answered here (linking to your post) – then it's not a duplicate but solves this question with an answer? Because you're right, it's not a duplicate. – Ronny May 22 '18 at 05:10