thankyou very much, Aditya .

From: Aditya Mahajan <[EMAIL PROTECTED]>
Reply-To: mailing list for ConTeXt users <ntg-context@ntg.nl>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: [NTG-context] endnotes
Date: Mon, 16 Jul 2007 22:12:47 -0400 (EDT)

On Mon, 16 Jul 2007, Aditya Mahajan wrote:

> Quoting Horacio Suarez <[EMAIL PROTECTED]>:
>
>> This is an exaple, I hope it´s ok. If you coment/uncoment one of the
>> \dorecurse lines at a time you will see. Even if there is enough
>> place to place the foonotes, in the first case the notes jumps to a
>> new page.
>
> This seems to be a bug in start/stop columns. From what I remember,
> columns causes a page break if sum of the two columns is greater than
> the page length. Here is an example.

Here is a fix. Caveat: I do not completely understand multi-columns,
so be careful while using this fix.

\def\multicolumnseject
   {%\message{\the\pagetotal,\the\textheight}%
    %AM: Added divide my nofcolumns
    \ifdim\dimexpr\pagetotal/\nofcolumns>\textheight
      \eject % new
    \else
      \allowbreak
    \fi}



> \starttext
>
> \setupfootnotes[location={none}]
>
> \dorecurse{10}{
> \chapter Capitulo1--\recurselevel{}
>
> \startcolumns
>
> % Aca va texto\footnote{foot uno}
>
> \dorecurse{\recurselevel}{\input tufte\par}
>
> % Aca más texto\footnote{foot dos}
>
> \stopcolumns
>
> \section Notas
>
> \input tufte
>
>  }
\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
___________________________________________________________________________________

_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar - get it now! http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/

___________________________________________________________________________________
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