1
vote
1answer
314 views

Double stroke fonts with unicode-math like dsfont

It is tempting to switch to unicode-math. But there is (at least) one point that I still don't like. That are the double stroke characters. They look simply terrible in XITS Math. Just compare: ...
4
votes
1answer
472 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 ...