On Thu, 8 Feb 2007, Steffen Wolfrum wrote:

> Hi,
>
> shouldn't the following work?
>
>
> \starttext
>
> \setnumber[footnote]{3}
>
> test\footnote{x}
>
> \stoptext
>
>
> Steffen

There seems to be a typo in core-not. The following works

\unprotect
\definenote[\v!footnote]
\protect

\starttext

\setnumber[footnote]{3}
test\footnote{x}

\stoptext

In core-not.tex the spaces should be removed from

\definenote [\v!footnote  ]
\definenote [\v!endnote   ] [\c!location=\v!none] % else no break


Aditya
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to