I'm using \marginpar to add some marginal annotations to a document:
Code: Select all
\newcommand{\side}[1]{\marginpar{#1}}
Code: Select all
world will little note, nor long remember
\side{some stuff}
what we say here, but it can never forget
I know of two ways to fix this, with a trailing %:
Code: Select all
world will little note, nor long remember%
\side{some stuff}
what we say here, but it can never forget
Code: Select all
world will little note, nor long remember\side{some stuff}
what we say here, but it can never forget
Is it possible to have \side discard any whitespace immediately preceding its invocation? I haven't been able to find anything that works. I don't want to put all the regular text inside some environment either.
/George V. Reilly, Seattle