Making Latex typeset given text on two facing pages
        Posted  
        
            by Charles Stewart
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Charles Stewart
        
        
        
        Published on 2010-02-07T17:17:33Z
        Indexed on 
            2010/03/13
            0:37 UTC
        
        
        Read the original article
        Hit count: 454
        
How do I encourage/make Latex typeset some portion of text so that it will all appear on a consecutive even-page, odd-page pair of pages?
With trial and error, \nopagebreak can be coaxed into doing this, but is there a strategy that Just Works?  Something like a samepage environment would be ideal, but one that:
- Will force a pagebreak on odd pages if that is needed to get all the text on facing pages;
 - Allows up to one page break anywhere in the environment body, and fails noisily if that can't be ensured.
 
© Stack Overflow or respective owner