Paul Stansell wrote:
>
>> > I've worked it out. If anyone's interested I did change
>> > mathed/math_support.C such that
>> >
>> > diff mathed/math_support.C mathed/math_support.C.orig
>> > 555c555
>> > < {"textrm", LyXFont::ROMAN_FAMILY,
>> > inh_series,LyXFont::UP_SHAPE,LColor::math}, ---
>> > >{"textrm", LyXFont::ROMAN_FAMILY,
>> > >inh_series,LyXFont::UP_SHAPE,LColor::black},
>>
>> Actually, shouldn't that be LColor::foreground...
>
> I'm not sure. I just wanted the \textrm{} to have the same colour as my
> other maths characters, and making the above change caused the required
> effect.
But \textrm{} isn't math, it's text. So it should have the same colour as
'normal' text. I guess that is why André had it as LColor::black, black
being the default colour of 'normal' text.
--
Angus