On Sat, 22 Aug 2009, Hans Hagen wrote:

Aditya Mahajan wrote:
Hi,

\setupfootnotes
  [location=columns]

\starttext
\startcolumns
\input knuth
\stopcolumns
\stoptext

gives

! Undefined control sequence.
<argument> \currentbackupnoteins

you can comment that line (for the moment)

   \def\docalculatetotalnoteheight
     {\ifcase\clevernotes % tricky here ! ! ! to be sorted out ! ! !
        \doaddtototalnoteheight\currentnoteins
      \else
%        \doaddtototalnoteheight\currentbackupnoteins
      \fi}


Perhaps the example was a bit too minimal. With this change, notice the output of

\setupfootnotes
  [location=columns]

\setupcolumns[balance=no]

\starttext
\startcolumns
Don Knuth's\footnote{The creator of \TEX} quote:
\input knuth
\stopcolumns
\stoptext

Notice the box0 in the 2nd column.

keep in mind that footnotes in columns are not yet done (in mkiv) awaiting access to inserts (later this year)

OK. I will just use MKII for the moment.

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