Hans Hagen wrote:
On 9-3-2010 17:08, Peter Münster wrote:
Hello,

The space after \note[test] is eaten:

\starttext
bla\footnote[test]{bla} bla\note[test] bla
\stoptext

Bug or feature?

side effect of multiple optional arguments

Hans will look into this later, but if you want a quick hack
to fix pre-existing input, you can add something like this
to the document header:


  \let\oldnote\note
  \def\note{\oldnote[footnote]}

(or write \note[footnote][ref] explicitly)

Best wishes,
Taco

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to