<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body><div style="font-family: sans-serif;"><div class="markdown" style="white-space: normal;">
<p dir="auto">A pdf produced via XeLaTeX from the following minimal tex file (using the lucida-otf support files from CTAN) displays fine in many pdf viewers but in Adobe Acrobat the plain = and its italic version show up faintly or in outline. I attach a screenshot of how it looks in Acrobat.</p>
<p dir="auto">This is a mystery to me. Does anybody have an idea of what might be happening?</p>
<p dir="auto">— Kai.</p>
<pre style="margin-left: 15px; margin-right: 15px; padding: 5px; background-color: #F7F7F7; border-radius: 5px 5px 5px 5px; overflow-x: auto; max-width: 90vw;"><code style="margin: 0; border-radius: 3px; background-color: #F7F7F7; padding: 0px;">\documentclass{minimal}
\usepackage{lucida-otf}
\begin{document}
\begin{tabular}{ll}
plain:  & =\\
textbf: & \textbf{=}\\
textit: & \textit{=}\\
math:   & $=$
\end{tabular}
\end{document}
</code></pre>

</div></div></body>

</html>