Quoting Hector Palacios <[EMAIL PROTECTED]>:

> Hello
>
> I have the  following problem with footnotes.
> I want the footnotes at the end of the document,
> and i have footnotes very long.
>
> But the footnotes placed with \placefootnotes
> not fit it in the page.
>
>
> I tested the next example in the live.contexgarden:
>
> %%%---------------------
> \setuppapersize[S6][S6]
>
> \setupfootnotes[location=text]

Use

\setupfootnotes[location=none]

instead.

BTW, ConTeXt already has \endnote for this type of thing.


\starttext

Hello world!
\dorecurse{6}{
\input tufte \endnote{\input knuth\relax}
}

\placenotes[endnote]

\stoptext

Aditya
___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to