[NTG-context] New Section Causes the Previous Page to Break Differently
Tad Ashlock
tad.ashlock at gmail.com
Sat Jan 30 00:29:53 CET 2010
Hi All,
I can create a document with text that ends at the bottom of a page.
Like so (also attached as tadtest2a.tex):
============================================================
\showframe
\starttext
\section{section 1}
\input bryson\par\blank
\input davis\par\blank
\input linden\par\blank
\input weisman\par
\input linden
This should be a the top of page 2.
\stoptext
============================================================
(I hope the vertical spacing works out the same on your machine as it
does on mine. I'm using the latest minimals, 2010.01.25 11:09.)
But if I happen to start a new section after that text, then part of
the last paragraph from the first page gets pushed to the second page,
leaving the text on page 1 short.
Here is an example (also attached as tadtest2b.tex):
============================================================
\showframe
\starttext
\section{section 1}
\input bryson\par\blank
\input davis\par\blank
\input linden\par\blank
\input weisman\par
\input linden
\section{section 2}
This should be the first sentence of page 2, but it's not.
\stoptext
============================================================
This also happens for itemized lists. First the full page version
(also attached as tadtest2c.tex):
============================================================
\showframe
\starttext
\section{section 1}
\startitemize[n]
\item \input bryson
\item \input davis
\item \input dawkins
\item \input weisman
\stopitemize
This should be a the top of page 2.
\stoptext
============================================================
Now the "spill-over" version (also attached as tadtest2d.tex):
============================================================
\showframe
\starttext
\section{section 1}
\startitemize[n]
\item \input bryson
\item \input davis
\item \input dawkins
\item \input weisman
\stopitemize
\section{section 2}
This should be the first sentence of page 2, but it's not.
\stoptext
============================================================
If this is the expected behavior, is there any way to disable it?
Thanks,
Tad
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tadtest2a.tex
Type: application/x-tex
Size: 211 bytes
Desc: not available
URL: <http://www.ntg.nl/pipermail/ntg-context/attachments/20100129/f739a9f2/attachment.tex>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tadtest2b.tex
Type: application/x-tex
Size: 257 bytes
Desc: not available
URL: <http://www.ntg.nl/pipermail/ntg-context/attachments/20100129/f739a9f2/attachment-0001.tex>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tadtest2c.tex
Type: application/x-tex
Size: 219 bytes
Desc: not available
URL: <http://www.ntg.nl/pipermail/ntg-context/attachments/20100129/f739a9f2/attachment-0002.tex>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tadtest2d.tex
Type: application/x-tex
Size: 265 bytes
Desc: not available
URL: <http://www.ntg.nl/pipermail/ntg-context/attachments/20100129/f739a9f2/attachment-0003.tex>
More information about the ntg-context
mailing list