<div dir="ltr"><div><div><div><div>I have finally nailed a bug that I have been chasing for a while now ... in which some simple numbers on a PDF file disappears under Evince display on Linux after some routine TeXLive maintenance operations.<br><br></div>We have seen it for a few years now, after long sequences of operations of instal/update/etc ... the Evince display would become messed up, and yesterday I was able to nail it to the commands to make TeX fonts available system-wide, recommended by Karl in Section 3.4.4 of the TL Reference Manual:<br><br>cp $(kpsewhich -var-value TEXMFSYSVAR)/fonts/conf/texlive-fontconfig.conf /etc/fonts/conf.d/09-texlive.conf<br>fc-cache -fsv<br><br></div>Here are the displays of Evince and Xpdf, before and after the command is ran.<br><br></div><div>Before:<br></div><div><br></div><img src="cid:ii_15da9733dfae6607" alt="Inline image 1" height="378" width="297"><br></div>After:<br><div><br><br><img src="cid:ii_15da9745a43197cc" alt="Inline image 3" height="398" width="310"><br><div><div><div>We use xelatex on the file below to generate the short PDF file:<br></div><div><br>\documentclass{minimal}<br>\RequirePackage{pst-barcode}<br><br>\begin{document}<br>    \psbarcode{978-85-8337-082-6}{includetext}{isbn}<br>\end{document}<br><br><br></div><div>This is On TL-2017 on Ubuntu 17.04.<br><br></div><div>Paulo Ney de Souza<br></div><div><br></div><div><br><br></div></div></div></div></div>