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