Jürgen Spitzmüller wrote:
> Conclusion: if you need bold math characters, Times Roman is not a good
> choice (if you insist on mixing fonts that do not match, you can still load
> Times Roman as roman font only with
>
> \def\rmdefault{ptm}
>
> which is still better than \usepackage{times}).

There's also the following hack:

\usepackage{amsmath}
\renewcommand\boldsymbol[1]{\pmb{#1}}

This fakes bold symbols by means of overprinting. Not very nice either.

Jürgen

Reply via email to