ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* workarounds required for book layouts.
@ 2013-12-31 15:06 john Culleton
  0 siblings, 0 replies; only message in thread
From: john Culleton @ 2013-12-31 15:06 UTC (permalink / raw)
  To: mailing list for ConTeXt users


For print books the half-title page is backed by a
blank page but the full title page is backed by
the copyright page. The first page of the
bodymatter (chapter 1 in most cases) is recto
faced by a blank verso. 

There are workarounds that obtain this layout.
First   \standardmakeup
command must be modified thus:
\setupmakeup[standard][page=yes, doublesided=no]

Then to get a blank page after the half title
We must insert a dummy page thus:
\startstandardmakeup
\null
\stopstandardmakeup
These two moves put a blank page 
after the half title but forbid it thereafter.

The blank page after \startbodymatter, after
\startbackmatter and after \startappendix is
provided by:
\setupsectionblock[frontpart][page=]
\setupsectionblock[bodypart] [page=]
\setupsectionblock[backpart] [page=]
\setupsectionblock[appendix] [page=]

This combination of workarounds gets the job
done. There may be other combinations that do it
as well.

My suggestion is that all the above setup
commands should be built into context. It takes
some exploration of the mailing list to ferret out
these layout techniques. I have already added
them to my boilerplate macros.tex file that I
insert in every book layout file. But others have
to discover these techniques afresh when they
start using Context for books. 

 




-- 
John Culleton
Wexford Press
Free list of books for self-publishers:
http://wexfordpress.net/shortlist.html
PDF e-book: "Create Book Covers with Scribus"
available at
http://www.booklocker.com/books/4055.html
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-12-31 15:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-12-31 15:06 workarounds required for book layouts john Culleton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).