Tagged Questions
4
votes
1answer
138 views
Is there an easy way to use only mathpazo's blackboard-bold facilities (without it using Palatino)?
The mathpazo package sets Palatino as the document's main font. However I am only interested in its blackboard bold symbols. Is there an easy way for me to only use Mathpazo's bb symbols?
8
votes
2answers
634 views
How to get the AMS mathbb font while using Palatino elsewhere
I'm a Latex user. I've been using Palatino for typesetting a piece mathematical text:
\usepackage{mathpazo}
\usepackage[scaled=.95]{helvet}
\usepackage{courier}
The results are good, however I ...