And another one: I'd like to
align the footnote number with the text (instead of having it ahng into
the margin). Following http://wiki.contextgarden.net/Footnotes#Special_Needs I tried the
location key in \setupnotation but this doesn't seem to do anything.
\definenote [myFoot]
\setupnote [myFoot] [location=text]
\definenote[myOtherFoot]
\setupnotation[myOtherFoot][location=left]
\starttext
\input knuth\myFoot{a footnote (which should be placed in the text)}
\input knuth\myOtherFoot{< this footnote number should be aligned with the edge of the text.}
\page
\placenotes[myFoot]
\stoptext
thanks in advance!
best,
Daniel