Search found 1 match

by wee
Thu Jun 23, 2011 6:56 pm
Forum: Text Formatting
Topic: side effect of \newcommand{\junk}[1]{}
Replies: 1
Views: 1100

side effect of \newcommand{\junk}[1]{}

i see some one uses this command to remove junks in latex, but find that in some cases like:
"alpha \junk{bla bla} beta", latex makes more space between "alpha" and "beta" than just "alpha beta". i suppose latex treats it like "alpha {} beta".

any ideas to remove the side effect? thx, it really ...