hello: I have a problem with endnotes. I use \placefootnotes at the end of each chapter. When the last page of a chapter is almost empty, the footnotes are placed at the same page, but when the las page of a chapter is almost full, the notes jumps to a new page. Also, I have a \stopcolumns before the notes. How can I force the notes to keep in the same page? Thankyou. -------------------- Horacio Suarez Editotrial Antropofagia www.eantropofagia.com.ar _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
Quoting Horacio Suarez
hello:
I have a problem with endnotes.
I use \placefootnotes at the end of each chapter.
When the last page of a chapter is almost empty, the footnotes are placed at the same page, but when the las page of a chapter is almost full, the notes jumps to a new page.
Also, I have a \stopcolumns before the notes.
How can I force the notes to keep in the same page?
Thankyou.
Can you please send a minimal example to work with? Aditya
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. %%%%%%%%%%%% \starttext \setupfootnotes[location={none}] \chapter Capitulo1 \startcolumns Aca va texto\footnote{foot uno} %\dorecurse{3}{\input tufte\par} \dorecurse{2}{\input tufte\par} Aca más texto\footnote{foot dos} \stopcolumns \section Notas \placefootnotes \stoptext %%%%%%%%%% Thankyou for yor patient. Horacio _________________________________________________________________ Don't just search. Find. Check out the new MSN Search! http://search.msn.click-url.com/go/onm00200636ave/direct/01/
Quoting Horacio Suarez
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. \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 This may help others to help what is happening. Aditya
On Mon, 16 Jul 2007, Aditya Mahajan wrote:
Quoting Horacio Suarez
: 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
thankyou very much, Aditya .
From: Aditya Mahajan
Reply-To: mailing list for ConTeXt users To: mailing list for ConTeXt users 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
: 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/
participants (2)
-
Aditya Mahajan
-
Horacio Suarez