[Tex/LaTex] How to get the AMS mathbb font while using Palatino elsewhere

amsmathblackboard;fontsmathpazo

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 don't like the blackboard-bold given by mathpazo. Is there some option to pass to mathpazo, or some nice hack that will give me back my beloved AMSmath \mathbb symbols?

Best Answer

You have to restate the meaning of \mathbb:

\AtBeginDocument{
  \DeclareSymbolFont{AMSb}{U}{msb}{m}{n}
  \DeclareSymbolFontAlphabet{\mathbb}{AMSb}}

This should go somewhere after loading mathpazo.