John Was wrote:
Hello

I'm not a LaTeX user but I think the standard plain TeX commands mostly
work in that environment.  Could you not try giving:

\begingroup
\interlinepenalty10000

STUFF YOU WANT TO KEEP ON SAME PAGE

\endgroup

If you are going to advocate plain TeX solutions (as would I),
why not the most simple solutions of all :

\vtop
        \bgroup
                > STUFF YOU WANT TO KEEP ON SAME PAGE
        \egroup

or

\vbox
        \bgroup
                > STUFF YOU WANT TO KEEP ON SAME PAGE
        \egroup

Philip Taylor


--------------------------------------------------
Subscriptions, Archive, and List information, etc.:
 http://tug.org/mailman/listinfo/xetex

Reply via email to