Andre Poenitz wrote:
> On Mon, Jun 16, 2003 at 02:43:01PM +0300, Dekel Tsur wrote:
>> 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}
>
> Good idea actually...
>
> I was playing around with
>
> \def\xx#1_#2 ...
I take it that the lack of braces {} surrounding #1 is intended and
important here? Unfortunately, I can't enter it with mathed (LyX
1.3.3cvs). I get
\newcommand{\xx}[1]{\xxa{#1}}
Editting the LyX file by hand does not change this.
--
Angus