Possible Duplicate:
Can I redefine a command to contain itself?
How can I redefine the same macro that uses the original macro?
\newcommand{\macro}{zzz}
\renewcommand{\macro}{xyz\macro}
(this results in an endless loop)
calling \macro should print xyzzzz. (I want to redefine some symbols)
