Dear gang, Is there a way to absolutely forbid a pagebreak between \head and its following paragraph? [intro] tries hard but sometimes fails. I tried \setupitemize[each] [inmargin,autointro] \setuptolerance[vertical,stretch] but I still get pagebreaks. Best Idris -- Professor Idris Samawi Hamid Department of Philosophy Colorado State University Fort Collins, CO 80523 -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
A folllow-up:
On Sun, 10 Dec 2006 21:41:54 -0700, Idris Samawi Hamid
Dear gang,
Is there a way to absolutely forbid a pagebreak between \head and its following paragraph? [intro] tries hard but sometimes fails. I tried
\setupitemize[each] [inmargin,autointro] \setuptolerance[vertical,stretch]
but I still get pagebreaks.
One problem that occurs is the following: ================= \head text \index{more text}{more text} ================= If there is a page break after \head then in the index 'more text' will be listed as ocurring on page n when in fact it occurs on page n+1. This makes the problem that much more urgent:-) Best Idris -- Professor Idris Samawi Hamid Department of Philosophy Colorado State University Fort Collins, CO 80523 -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
Idris Samawi Hamid wrote:
A folllow-up:
On Sun, 10 Dec 2006 21:41:54 -0700, Idris Samawi Hamid
wrote: Dear gang,
Is there a way to absolutely forbid a pagebreak between \head and its following paragraph? [intro] tries hard but sometimes fails. I tried
\setupitemize[each] [inmargin,autointro] \setuptolerance[vertical,stretch]
but I still get pagebreaks.
One problem that occurs is the following:
================= \head text
\index{more text}{more text} =================
If there is a page break after \head then in the index 'more text' will be listed as ocurring on page n when in fact it occurs on page n+1. This makes the problem that much more urgent:-)
head text\index{...} -- ----------------------------------------------------------------- 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 Mon, 11 Dec 2006 05:02:03 -0700, Hans Hagen
Is there a way to absolutely forbid a pagebreak between \head and its following paragraph? [intro] tries hard but sometimes fails. I tried
\setupitemize[each] [inmargin,autointro] \setuptolerance[vertical,stretch]
but I still get pagebreaks.
One problem that occurs is the following:
================= \head text
\index{more text}{more text} =================
If there is a page break after \head then in the index 'more text' will be listed as ocurring on page n when in fact it occurs on page n+1. This makes the problem that much more urgent:-)
head text\index{...}
But I want the indexed entry to be registered in the second paragraph eg ================= \head Asani, Ali S. \index{The Bujh Niranjan: An Ismaili Mystical Poem}{\bf The Bujh Niranjan: An Ismaili Mystical Poem}, Cambridge, Mass: Harvard University Press, 1991. ================= if I do ================= \head Asani, Ali S.\index{The Bujh Niranjan: An Ismaili Mystical Poem} {\bf The Bujh Niranjan: An Ismaili Mystical Poem}, Cambridge, Mass: Harvard University Press, 1991. ================= That just compounds the problem. EUREKA! I just found something that seems to work: \leavemode\index When I do this there no pagebreaks after \head at all. I wonder why this affects the pagebreaks... What is the proper way to define my own \INDEX in terms of index? \def\INDEX#1#2#3{\leavevmode\index[#1]{#2}{#3}} does not work properly (maybe because the [] option is not always used). Best Idris -- Professor Idris Samawi Hamid Department of Philosophy Colorado State University Fort Collins, CO 80523 -- Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
participants (2)
-
Hans Hagen
-
Idris Samawi Hamid