On Mon, Jun 16, 2003 at 11:10:58AM +0100, Angus Leeming wrote:
> Note though that this:
> $\xx{\alpha}_{\alpha}^{\alpha}$
> isn't what I want. I want this:
> $\xx{\alpha}_{\beta}}$
> to give me bold \alpha and "normal" \beta.
\newcommand{\xxa}[1]{\boldsymbol{#1}}
\newcommand{\xx}[1]{\xxa#1}
