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
___________________________________________________________________________________
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