artasparks / gpub

GPub: Go Publishing for Glift
MIT License
17 stars 3 forks source link

H1 and H2 headings should only be printed on odd pages (recto side) #20

Open dormerod opened 9 years ago

dormerod commented 9 years ago

When reviewing printed drafts, it seems like it would look more normal/professional to only print H1 and H2 headings (Book and Part headings) on the recto side, leaving a blank page on the verso side if necessary.

From memory we collapsed this down earlier to save paper, because all headings were appearing on the recto side, leaving too many blank pages.

I don't think it matters which side H3 and H4 (Chapter and Section headings) appear on. It seems natural for them to appear on either side based on personal experience with books. However, @Kashomon, I also wonder whether the CMoS has something to say about this?

It seems like the current behavior is for only H1 headings to be forced to the recto side.

artasparks commented 9 years ago

personally I think H1-H3 should probably be on the recto + a black page if necessary. But in any case, I'm not sure what the configuration looks like in the memoir class. Low priority for now.

dormerod commented 9 years ago

I agree, possibly H3 as well, depending a bit on how H3 is being used.

dormerod commented 9 years ago

For the way we're laying out Relentless, I think your suggestion of putting H1 to H3 on the recto side makes sense (because there's only one chapter per game).

dormerod commented 9 years ago

This is a blocking issue for Relentless. To summarize what we've discussed previously; anything above \section (\book, \part and \chapter) should be recto + blank page. Sections should just continue on without new or blank pages, as they do now (otherwise it will mess up the layout throughout the book). pdflatex seems to handle whether or not to make a new page for a section perfectly, depending on how long it is.

I think an earlier version of GPub behaved in exactly the way we want (before the blank pages were removed).