On Tuesday 12 October 2010 13:35:19 Wolfgang Schuster wrote:
Patch strc-not.mkiv
\def\dodoredefinenotecommands#1#2#3%
{\unexpanded\expandafter\def\csname\e!start#3#1\expandafter\endcsname\expa ndafter {\expandafter\dosingleempty\csname\s!do\e!start#3#1\endcsname}% \unexpanded\expandafter\def\csname\s!do\e!start#3#1\expandafter\endcsname \expandafter[\expandafter##\expandafter1\expandafter]\expandafter##\expand after2\csname\e!stop#3#1\endcsname {\begingroup \doenumerationinit{#1}{#2}{#3}% \@@notemakedescription[##1]{}{##2}% \endgroup \namednoteparameter{#1}\c!next}}
Example:
\starttext
One\startfootnote one\stopfootnote Two\startfootnote two\stopfootnote
\setupnote[footnote][next=\autoinsertnextspace]
One\startfootnote one\stopfootnote Two\startfootnote two\stopfootnote
\stoptext
Wolfgang
Thanks! But, following Mojca's comment, I am expecting: On Mon, Oct 11, 2010 at 09:20, Wolfgang Schuster wrote:
Fixed in next beta.
:)