On Mon, 13 Dec 2004 20:45:39 +0200, Hannan Sadar <[EMAIL PROTECTED]> wrote: > I would like to know how could i create a shortcut to a macro i created?
Hannan,
Type the following;
\newcommand{\mymacro}[]{$2+4$}
then select what you have just written and
ctrl+m
At this stage, you can simply invoke your macro by writing \mymacro
inside the math mode.
I hope this helps,
Paul
