I have an image (image.pdf, http://www.solidfiles.com/d/d8874ce2ff/).
This is how the image looks like:
And this small TeX code:
\documentclass{standalone}
\usepackage{graphics}
\begin{document}
\includegraphics{image.pdf}
\end{document}
This returns the following output:
Obviously, there are a few things missing, e.g. b/a and z. Why?
Can anyone reproduce this? I am using TeXShop (Typeset, LaTeX) on a MacBook Pro.

:-)Add\pdfinclusioncopyfont=1at the start of the file; see http://tex.stackexchange.com/questions/98353/embedded-fonts-not-showing-up-correctly-in-pdf-generated-using-pdfpages-in-pdfla – egreg May 26 '15 at 20:51pdfpagesand notgraphicx? – Alenanno May 26 '15 at 20:52\pdfinclusioncopyfonts=1worked perfectly! ... it's always hard to find the right wording for a question^^ – Andy May 26 '15 at 20:59