On 03/15/2015 03:16 PM, Idris Samawi Hamid ادريس سماوي حامد wrote:
[...] \setupnotation[footnote][indenting=yes,next] \setupfootnotedefinition[before={\setupindenting[big,yes]}]
will give me what I want. But can anyone explain why *both* commands are needed? Toggling these two commands doesn't work.
Hi Idris, this does what you need: \setupindenting[big,yes] \startsetups[footnote:indenting] \setupindenting[big,yes] \stopsetups \setupheads[indentnext=no] \setupnote[footnote][setups=footnote:indenting] \setupnotation[footnote][indenting=yes,next] \starttext \startsubject[title=Indentation Within a Footnote] \input ward \startfootnote \input ward \input ward \input ward \stopfootnote The explanation (you are a ConTeXt expert and I’m only a long-term newbie :-)) is that setups are required. Setups belong to \setupnote and indenting belongs to \setupnotation. I hope it helps, Pablo -- http://www.ousia.tk