<div dir="ltr">Good day. Going by parts. <div><br></div><div>1) Look at the files<br><br>d:/texlive/2017/texmf-var/fonts/map/dvips/updmap/psfonts.map<br>d:/texlive/2017/texmf-var/fonts/map/pdftex/updmap/pdftex.map<br><br>and see whether you find there the content of lucida.map, which should start with the lines<br><br>% lucida.map<br>hlcbot8r LucidaTypewriterBoldOblique " TeXBase1Encoding ReEncodeFont " <8r.enc <lbtbo.pfb<br>hlcbot8y LucidaTypewriterBoldOblique " TeXnANSIEncoding ReEncodeFont " <texnansi.enc <lbtbo.pfb</div><div><br></div><div>I tried to find <br><br>These are the files telling dvips and pdftex which font files to use.  <br></div><div><br></div><div><br></div><div><br></div><div>I have used find and no luck finding hlcbot8r or hlcbot8y. Nor lucida. I am including the files just in case you could take a look in the event I am wrong.</div><div><br></div><div>Sorry.</div><div><br></div><div>Regards</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Feb 14, 2019 at 1:59 AM Bruno Voisin <<a href="mailto:bvoisin@icloud.com">bvoisin@icloud.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">> Le 14 févr. 2019 à 03:30, Pedro A. Marrone G. <<a href="mailto:pmarroneg@gmail.com" target="_blank">pmarroneg@gmail.com</a>> a écrit :<br>
> <br>
> C:\Users\PedroAntonio>updmap-sys --listmaps<br>
> updmap will read the following updmap.cfg files (in precedence order):<br>
>   d:/texlive/2017/texmf-config/web2c/updmap.cfg<br>
>   d:/texlive/2017/texmf-dist/web2c/updmap.cfg<br>
> updmap may write changes to the following updmap.cfg file:<br>
>   d:/texlive/2017/texmf-config/web2c/updmap.cfg<br>
> [...]<br>
> Map     lucida.map      enabled d:/texlive/2017/texmf-config/web2c/updmap.cfg<br>
<br>
OK, something's odd here: according to the above output, lucida.map is enabled, but on the other hand, according to your preceding message, your run of<br>
<br>
updmap-sys --force --enable Map=lucida.map<br>
<br>
failed, because two map files (foo.map and newfont.map) weren't found.<br>
<br>
Could you:<br>
<br>
<br>
1) Look at the files<br>
<br>
d:/texlive/2017/texmf-var/fonts/map/dvips/updmap/psfonts.map<br>
d:/texlive/2017/texmf-var/fonts/map/pdftex/updmap/pdftex.map<br>
<br>
and see whether you find there the content of lucida.map, which should start with the lines<br>
<br>
% lucida.map<br>
hlcbot8r LucidaTypewriterBoldOblique " TeXBase1Encoding ReEncodeFont " <8r.enc <lbtbo.pfb<br>
hlcbot8y LucidaTypewriterBoldOblique " TeXnANSIEncoding ReEncodeFont " <texnansi.enc <lbtbo.pfb<br>
<br>
These are the files telling dvips and pdftex which font files to use.<br>
<br>
<br>
2) Run<br>
<br>
updmap-sys --force --syncwithtrees --enable Map=lucida.map<br>
<br>
so that not finding foo.map and newfont.map won't prevent updmap-sys from proceeding.<br>
<br>
<br>
3) Copy /texlive/texmf-local/doc/fonts/lucidabr/lucida-sample.tex to a writable location (for example your desktop), run pdflatex on it, post there (as an attachment) the resulting file lucida-sample.log.<br>
<br>
<br>
A final possibility I can think of is that you have a user-specific updmap setup, that may take over any system-wide change you would make using updmap-sys. You can check that by running<br>
<br>
kpsewhich --var-value TEXMFVAR<br>
kpsewhich --var-value TEXMFCONFIG<br>
<br>
and looking inside these directories for alternative files updmap.cfg, psfonts.map and pdftex.map.<br>
<br>
If so, then this means you have user-specific files, created and managed by updmap, taking over the system-wide files managed by updmap-sys. That's a known problem, that has created headaches for years.<br>
<br>
In that event, you can simply delete the user-specific texlive tree and rerun updmap-sys afterwards. This will also remove the LuaTeX font databases should you have some, but they are recreated on-the-fly when needed.<br>
<br>
I'm not sure where this tree lives on Windows. On the Mac it's<br>
<br>
/Users/<username>/Library/texlive/2018<br>
<br>
Running kpsewhich as above will reveal where it is. This could be something like<br>
<br>
/Users/<username>/.texlive/2017<br>
<br>
in your case. The "." at the start of the name may make the directory invisible, you may have to make all files and directories visible in the Windows Configuration Panel first (I don't remember exactly where and how this is done).<br>
<br>
Hope this works,<br>
<br>
Bruno Voisin<br>
<br>
</blockquote></div>