Hi Thomas, this is what I use with the latest beta: \setupnotation[footnote][ alternative=, width=2.5em, numbercommand={\setupinterlinespace[line=14pt]\ss\normal}, style={\setupinterlinespace[line=14pt]}] Maybe this comes close to what you try to achieve at least it should be possible to adjust this command to your needs. Steffen Am 01.04.2012 um 23:03 schrieb Thomas A. Schmitz: > hi all, > > would a kind soul please enlighten me about the new footnote commands? I can't find a way to achieve what I was able to achieve in older versions. The following code is on the wiki. It is supposed to give us the footnote marker aligned with the text area, then some blank space, then the footnote text: > > \definepapersize[wiki][width=8cm,height=8cm] > > \setuppapersize[wiki][wiki] > > \starttext > > \showframe > > \setupnote[footnote][margindistance=0em,command=\myfootnotecommand] > \setupnotation[footnote][location=left,hang=1] > > \def\myfootnotecommand#1{\hbox to 1.5em{#1.}} > > test \footnote{test} > > \stoptext > > It doesn't work with the current beta, and I' completely lost about > \setupnote[footnote] > \setupnotation[footnote] > \setupfootnotes > > What is doing what now? > > 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 > ___________________________________________________________________________________ >