4
votes
0answers
76 views

Asana Math + XeLaTeX: missing math upon resaving or editing in Adobe Acrobat Pro

Related to this question: Asana-math + LuaTeX : missing greeks/arrows I experienced similar problems with a PDF produced by XeLaTeX (v0.9998) with MiKTeX 2.9 and Adobe Acrobat Pro IX or XI: The PDF ...
4
votes
1answer
468 views

Adobe Reader does not display dsfont symbols in XeLaTeX document

When I compile the following simple document with XeLaTeX: \documentclass{article} \usepackage{dsfont} \begin{document} $\mathds N \subset \mathds Z \subset \mathds Q \subset \mathds R \subset ...