27 Aug
2006
27 Aug
'06
3:32 a.m.
On 8/25/06, Aditya Mahajan
\define\mymacro#1 is equivalent to
\def\mymacro#1 but also checks if mymacro has already been defined.
Thanks for the info. I am using \define for something simple, define some keywords with special format that I will be repeating a lot. Something like: \define\mybi{\bf\sl BoldItalic} Works fin except that if I use in a sentence like: This is \mybi word. It wil be typeset without any space between BoldItalic and word, like this: This is my BoldItalicword. Any ideas on how to overcome this? Thanks, Pepe