Hi, I hope you don't mind I have a couple of basic questions.
How would I put a small \delta over an equals sign (=) in lyx? Also, I have lots of defintions, one ofter another (article(AMS) class).
there are different possibilities. Here one of them. Write in preamble:
\def\DEqual{\ensuremath{\mathop{=}\limits^\delta}}
and in the text/math mode write \DEqual
However lyx doesn't seem to stop one definition and start another. It just runs them all together. How can I stop this?
write the definition in TeX mode just before you need it
Herbert
