On Thu, Apr 9, 2009 at 3:52 PM, Maxim Khitrov <[email protected]> wrote:
> Once the comma is added, empty pages between chapters are removed :).
> There are still blank pages around contents, but I guess that makes
> sense when printing this out. Thanks for your help!

I'm not sure that should behave differently around the ToC or after
chapters; "openany" should do the trick.  It doesn't surprise me that
it doesn't either, as when I implemented the stuff to open only on odd
pages, that part clearly demonstrated insufficient LaTeX-fu on my
part.

There are a couple of different bits that determine what the "right"
behavior should be:

1. Number of sides of the paper your printer will be printing on, if
you're actually printing.

If you're only printing on one side of the paper, any blank pages are
simply waste.

2. Whether you want what I've been told is the European style, where
chapters open on any page, or the American, where chapters open on
odd-numbered pages.  My understanding is that the blank pages in the
front matter are still appropriate in this case.

I'm guessing sphinx is inheriting this behavior from the original
manual style I put together for the old Python documentation.


  -Fred

-- 
Fred L. Drake, Jr.    <fdrake at gmail.com>
"Chaos is the score upon which reality is written." --Henry Miller

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to