Am 15.08.2011 um 13:23 schrieb Cecil Westerhof:
2011/8/15 Wolfgang Schuster
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}] BTW: You can replace “\ConTeXt\space” with “\CONTEXT\ ” and for longer footnotes you can also replace \footnote{…} with \startfootnote …\stopfootnote. Wolfgang