This question already has an answer here:
- No space following macro without argument 5 answers
- Why don't I get any space after \thepage? 3 answers
I made this command \newcommand{\BR}{MyBrand\superscript{\scriptsize ™}}, when I use it and write something like this \BR is awesome the ouput is:
MyBrand™is awesome
What am I doing wrong here?
\BR{}or\usepackage{xspace} ... \newcommand{\BR}{MyBrand\superscript{\scriptsize ™}\xspace}– Harish Kumar Feb 24 at 15:26