Page 1 of 1

Problem with \mathbf and uppercase greek

Posted: Thu Mar 03, 2011 1:56 am
by asamii
I have multiple documents, which are full of boldface uppercase Greek symbols. When I was using default computer modern fonts and amsmath and amssymb packages, I used the \mathbf command to get the desired characters; e.g.

Code: Select all

\mathbf{\Phi}
gave me the uppercase bold \Phi. However, in MTPro II complete package I get nothing by \mathbf{\Phi} and I should use the \boldsymbol command. I can not use \renewcommand{\mathbf}..., because boldsymbol and mathbf do not always result in the same characters. Is there any way for me to obviate changing my whole documents and still use the mathbf command in this situation?