Below are four different ways I've tried to get endnotes to work.  When I 
compile with "texexec" it work fine --- I get endnotes.  However, when I 
compile with "texexec --lua" the footnotes are placed on the page where they 
are referenced.  I would prefer to have the footnote/placefootnotes work so 
that I can easily change the output.  Any ideas?

******* #1
\setupfootnotes[location=none]
\starttext                    
\dorecurse{100}{test \footnote{eee}\endgraf}
\page                                       
\placefootnotes[location=none]              
\stoptext

******* #2
\setupfootnotes[location=none]
\starttext
\dorecurse{100}{test \footnote{eee}\endgraf}
\page
\placefootnotes
\stoptext

******* #3
\setupnote[endnote][location=none]                               
\starttext                                                       
\dorecurse{100}{test \endnote{eee}\endgraf}                      
\page                                                            
\placenotes[endnote]                                             
\stoptext                                                        

******* #4
\starttext
\dorecurse{6}{ \input tufte \endnote{\input knuth\relax} }
\page
\placenotes[endnote]
\stoptext


Help!!
Bart

On Tuesday 25 November 2008 06:57:58 am Bart C. Wise wrote:
> I've tried several things to get end notes working with the Minimals
> distribution (MkIV).  However, nothing seems to work and what worked for
> MkII does not work now.  Is there a new method for getting end notes in
> MkIV?
>
> Thank,
> Bart
> ___________________________________________________________________________
>________ 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
> ___________________________________________________________________________
>________

___________________________________________________________________________________
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