Hi, \setupfootnotes [location=columns] \starttext \startcolumns \input knuth \stopcolumns \stoptext gives ! Undefined control sequence. <argument> \currentbackupnoteins \doaddtototalnoteheight #1->\ifdim \ht #1 >\zeropoint \advance \totalnoteheig... \docalculatetotalnoteheight ...rrentbackupnoteins \fi <inserted text> \doprocesssomenote {\v!footnote } \doprocesssomenote {\v!endn... \processnotes ...note #1}\the \tobeprocessednotes \settotalinsertionheight ...culatetotalnoteheight \totalinsertionheight \tot... ... Aditya
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} keep in mind that footnotes in columns are not yet done (in mkiv) awaiting access to inserts (later this year) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
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
participants (2)
-
Aditya Mahajan
-
Hans Hagen