27 Nov
2007
27 Nov
'07
4:52 p.m.
How do I prevent a paragraph to be broken between pages (or columns)?
Add a \vbox{....} around the paragraph. (...)
a vbox messes up the spacing ...
\starttext
\input tufte \blank \input tufte \blank
\setpenalties\widowpenalties{100}\maxdimen \dorecurse{3}{\input tufte}
\blank \input tufte \blank \input tufte
\stoptext
Is it possible to do that with verbatim text? Like \startC (a lot of text) \stopC?