ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Patrick Gundlach <pg@levana.de>
Subject: Re: Again: How to make empty pages by default empty?
Date: Sun, 28 Sep 2003 15:35:42 +0200	[thread overview]
Message-ID: <m28yo9yr0x.fsf@levana.de> (raw)
In-Reply-To: <a05210601bb9c7ce6730d@[217.184.8.20]> (Steffen Wolfrum's message of "Sun, 28 Sep 2003 13:57:52 +0200")

Steffen Wolfrum <st.wolfrum@estfiles.de> writes:

> If I use the \startfrontmatter cum suis then there is a numbered
> page after the TOC and the last page if even and empty is also
> numbered. Inside the \startbodymatter \stopbodymatter the emptypages
> at new chapters are empty pages with an empty header, thus no
> pagenumber.


except for the last page: see if this solves your problem:

\definepagebreak
    [chapter]
    [empty,header,right]


\setupsectionblock[frontpart][page=no]   % not needed?
\setupsectionblock[bodypart][page=no]
\setuppagenumbering[alternative=doublesided]

\starttext
\startfrontmatter
 \completecontent
\stopfrontmatter
\setuphead
    [chapter]
    [page=chapter,
    ]


\startbodymatter
\chapter {test} \dorecurse{10}{\input tufte \par}
\chapter {test} \dorecurse{10}{\input tufte \par}
\chapter {test} \dorecurse{10}{\input tufte \par}
\stopbodymatter
\stoptext


Patrick
-- 
You are your own rainbow!

  reply	other threads:[~2003-09-28 13:35 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-28 11:57 Steffen Wolfrum
2003-09-28 13:35 ` Patrick Gundlach [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-09-30  8:11 Steffen Wolfrum
2003-09-29 21:57 Steffen Wolfrum
2003-09-29 22:13 ` Patrick Gundlach
2003-09-22 20:43 Steffen Wolfrum
2003-09-23 12:25 ` Willi Egger
2003-09-27 11:15   ` Steffen Wolfrum
2003-09-28  7:59     ` Patrick Gundlach
2003-09-22 16:50 Steffen Wolfrum
2003-09-22 18:16 ` Willi Egger

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=m28yo9yr0x.fsf@levana.de \
    --to=pg@levana.de \
    --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).