2011/8/15 Wolfgang Schuster <schuster.wolfgang@googlemail.com>
2011/8/15 Wolfgang Schuster <schuster.wolfgang@googlemail.com>

Am 15.08.2011 um 12:56 schrieb Cecil Westerhof:

> I use:
>      \setupindenting[yes, small, next]
>
> This works on the main text, but not on the footnotes. In \setupfootnotes I do not find an option to do the same. Am I overlooking something, or is it really not possible?

\setupnotedefintion[footnote][indenting=…]

Does not exist. What comes closest is the following:
    \setupfootnotedefinition[footnote][indenting=yes,small,next]

But that does not have the required effect. It even generates a blanco page. I attached the tex and pdf files.

There was a “i” missing and you need braces around the list: \setupnotedefinition[footnote][indenting={yes,small,next}]

Now it works.

 
BTW: You can replace “\ConTeXt\space” with “\CONTEXT\ ” and for longer footnotes you can also replace \footnote{…} with \startfootnote …\stopfootnote.

Works also.

BTW: is it possible to define the footnotes somewhere else?

When using \\startfootnote[reference] you can also work with references.

--
Cecil Westerhof