Dear gang, Having serious trouble with pagebreaks: ==================================================== % output=pdf interface=en \starttext \input knuth \page[blank,right] \page[yes,blank,yes] \page \input knuth \stoptext ==================================================== I can't get a blank page; what's wrong here? ConTeXt ver: 2006.01.09 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:
Dear gang,
Having serious trouble with pagebreaks:
==================================================== % output=pdf interface=en
\starttext
\input knuth
\page[blank,right]
\page[yes,blank,yes]
\page
\input knuth
\stoptext ====================================================
I can't get a blank page; what's wrong here?
use empty as in \input knuth \page[yes] \page[empty] ... blank means no page related thingies on a page when issuing a page command, empty means no text either; so, blank is just a directive, Hans
participants (3)
-
Hans Hagen
-
Idris Samawi Hamid
-
Taco Hoekwater