ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: john Culleton <John@wexfordpress.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: workarounds required for book layouts.
Date: Tue, 31 Dec 2013 10:06:34 -0500	[thread overview]
Message-ID: <20131231100634.5673995a@localb.wexfordpress.net> (raw)


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
___________________________________________________________________________________


                 reply	other threads:[~2013-12-31 15:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20131231100634.5673995a@localb.wexfordpress.net \
    --to=john@wexfordpress.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).