when would I use one over the other? Are they the same?
|
They're not the same at all: Frankly, I can't see any situation where you'd not want to use |
|||||||||
|
|
I think your forgot "a space". When you write The next example comes from the book Advanced TexBook by D Salomon :
This macro terminates with a The expansion of
The space is not enough because with
expansions of \step will not include the space. Remark : When TeX encounters digits, it expects the number to be followed by an unambiguous terminator (text, space, punctuation). if after the digits there is a command, this command is immediately executed in the attempt to find others digits. |
|||||||||||
|