On Aug 4, 2010, at 1:59 AM, Hans Hagen wrote:
this works again:
\starttext
\showframe
\setupnotedefinition[footnote][location=left,width=1cm] \setupnote[footnote][location=page,numbercommand=]
test \footnote{test}
\stoptext
Great, this is what I need! I have adapted it like so to have the numbers flushright in a box: \starttext \def\NoteNumber#1{\showboxes\hbox to 16pt{\hbox to 12.5pt{\strut\hfill #1}}} \showframe \setupnotedefinition[footnote][location=left,width=16pt] \setupnote[footnote][location=page,numbercommand=\NoteNumber] \dorecurse{11}{Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.\footnote{Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor note \recurselevel .}\par} \stoptext So, before I wikify: \setupnotedefinition[location=left,width=<dimension>] controls the width of the area where the number will be typeset and of the indentation. But which key controls whether the number is typeset in the margin or in the text area? Thanks! Thomas