...just taking a break and wandering trough the GARDEN I found the  
answer – Vit's solution from last summer:

\let\footnoteO\footnote
\def\footnote{\dosingleempty\mydofootnote}
\long\def\mydofootnote[#1]#2{%
    \iffirstargument
      \footnoteO[#1]{\setupindenting[small,yes]#2}%
    \else
      \footnoteO{\setupindenting[small,yes]#2}%
    \fi
}

Beautiful, isn't it?

Steffen



Am 26.07.2006 um 11:07 schrieb Steffen Wolfrum:

> Hi,
>
> I need an indentnext=auto for footnotes having more than one  
> paragraph.
> But the assumed command don't work - see below.
>
> Someone knows the solution?
>
>
> \setupheads[indentnext=auto]
> \setupindenting[small,yes]
> \setupitemize [indentnext=auto]
> \setuptyping  [indentnext=auto]
> \setupformulas[indentnext=auto]
>
> \setupfootnotes[numbercommand=\quad]
> \setupfootnotedefinition[distance=1em,location=serried,indentnext=yes]
> \starttext
>
> text\footnote{\input knuth\par \input knuth\par }
>
> \stoptext
>
>
>
> Thank you,
> Steffen
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
>

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to