ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <wolfgang.schuster.lists@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>,
	"Jan U. Hasecke" <juh+ntg-context@mailbox.org>
Subject: Re: Manipulating the left blank page when chapter starts on the right page
Date: Sun, 13 Jan 2019 16:56:40 +0100	[thread overview]
Message-ID: <cad2dcf9-ce2c-203a-88c2-41315bd5f825@gmail.com> (raw)
In-Reply-To: <adf82d80-e65a-281f-8b48-40c0e64a96f7@mailbox.org>

Jan U. Hasecke schrieb am 12.01.19 um 22:08:
> Hi Aditya,
>
> Am 12.01.19 um 20:11 schrieb Aditya Mahajan:
>> On Sat, 12 Jan 2019, Jan U. Hasecke wrote:
>>
>>> Hi all,
>>>
>>> in my document \startchapter and \starttitle starts a new chapter on the
>>> right (odd) page. So sometimes, there is a blank even page just before a
>>> new chapter.
>>>
>>> I would like to manipulate this blank even page.
>>>
>>> There are several things I would like to do, eg. having no headers and
>>> footers, setting the background color to a named color, placing an image
>>> or some graphics on the page.
>>>
>>> Is there a way to define such a page, name it and call it in
>>> \startchapter so that it is placed on the left side.
>> See https://tex.stackexchange.com/q/457428/323
> Thanks a lot, but I wasn't looking for a way to just delete page numbers
> but to style the empty page in arbitrary ways.
>
> Maybe it is better to do this manually.
>
> I would let chapter open on even pages too and just insert a styled page
> by hand.

Here is a example which shows how you can change the background color
of a empty page before the chapter title.

\setuppagenumbering
   [alternative=doublesided]

\startsetups [chapter:before]
   \doifoddpageelse
     {}
     {\pushbackground[page]
      \setupbackgrounds[page][background=color,backgroundcolor=black]
      \page[empty,right]
      \popbackground}
\stopsetups

\setuphead
   [chapter]
   [page=yes,
    before=\directsetup{chapter:before}]

\starttext

\startchapter[title={Knuth}]
\dorecurse{10}{\samplefile{knuth}}
\stopchapter

\startchapter[title={Zapf}]
\dorecurse{10}{\samplefile{zapf}}
\stopchapter

\startchapter[title={Ward}]
\dorecurse{10}{\samplefile{ward}}
\stopchapter

\stoptext

Wolfgang

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

  parent reply	other threads:[~2019-01-13 15:56 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-12 19:07 Jan U. Hasecke
2019-01-12 19:11 ` Aditya Mahajan
2019-01-12 21:08   ` Jan U. Hasecke
2019-01-12 23:00     ` Rik Kabel
2019-01-13 15:56     ` Wolfgang Schuster [this message]
2019-01-14  7:39       ` Jan U. Hasecke
2019-01-14 18:25         ` Wolfgang Schuster
2019-01-17 11:27           ` Jan U. Hasecke
2019-01-17 12:42             ` Taco Hoekwater

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=cad2dcf9-ce2c-203a-88c2-41315bd5f825@gmail.com \
    --to=wolfgang.schuster.lists@gmail.com \
    --cc=juh+ntg-context@mailbox.org \
    --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).