On Tue, Jan 08, 2002 at 03:36:16PM +0000, Angus Leeming wrote:
> On Tuesday 08 January 2002 3:06 pm, Andre Poenitz wrote:
> > On Tue, Jan 08, 2002 at 02:54:49PM +0000, Angus Leeming wrote:
> > What exactly should 'boldmath' do on screen?
> > 
> > Just 'bolden' everything?

But not that the \boldmath is written outside of mathmode, so it cannot be
supported by mathed (of course, it can appear in an \mbox inside mathmode,
but you cannot support any latex code that appear in an \mbox).
What you do want to support is the \boldmath or \bm commands (see below).

> 
> Yes. Even greek.
> 
> This .tex file produces nice LaTeX output.
> Angus
> 
> \documentclass{article}
> 
> \newcommand{\bmath}[1]{\mbox{ \boldmath $ \! #1 \! $ \unboldmath }}

Why you use the above definition and not
 \newcommand{\bmath}[1]{\mbox{\boldmath$#1$\unboldmath}}
?

But a better option is to use \boldsymbol from amsmath.sty,
or even better, \bm from bm.sty

Reply via email to