On Tue, Oct 12, 2010 at 1:09 PM, Yury G. Kudryashov
luigi scarso wrote:
On Tue, Oct 12, 2010 at 12:27 PM, Alan BRASLAU
wrote: On Tuesday 12 October 2010 11:54:28 Steffen Wolfrum wrote:
Hans recommended:
\stopfootnote{}
Thank you.
This will work, but it is pretty ugly.% \startfootnote Hopefully Hans will fix this in mkiv. \stopfootnote{} In the meantime, we will just have to make do, but the special syntax as seen here raises eyebrows with my MS-Word bound collaborators. Maybe for now \let\StartFootnote\startfootnote \def\StopFootnote{\stopfootnote{}} and after fix \let\StartFootnote\startfootnote \let\StopFootnote\stopfootnote How would that help? \somecommand automatically gobbles the next space.
I meant this \long\def\StartFootnote#1\StopFootnote{\startfootnote#1\stopfootnote\relax{} }
-- luigi