ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* startbodymatter question
@ 2008-07-22 17:55 Alan Stone
  2008-07-23  6:15 ` Wolfgang Schuster
  0 siblings, 1 reply; 15+ messages in thread
From: Alan Stone @ 2008-07-22 17:55 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 2003 bytes --]

Hi,
How do you get rid of the doublesided document's page number on the blank
page
inserted after the last chapter  ?

Alan

 ConTeXt  ver: 2008.07.10 08:40 MKIV  fmt: 2008.7.10  int: english/english

texmfstart texexec --lua test.tex

--- start of code ---

\setuppapersize [A4][A4]

%\setuppagenumbering[alternative=singlesided]
\setuppagenumbering[alternative=doublesided]

\definepagebreak[myChapterPageBreak][yes,header,footer,right]
\setuphead[chapter][page=myChapterPageBreak]

\startsectionblockenvironment[frontpart]
    \setupheader[state=stop]
    \setupfooter[state=stop]
\stopsectionblockenvironment

\startsectionblockenvironment[bodypart]
    \setupheader[state=start]
    \setupfooter[state=start]
\stopsectionblockenvironment
\setupsectionblock[bodypart][page=no]         % doesn't make a difference

\startsectionblockenvironment[backpart]
    \setupheader[state=stop]
    \setupfooter[state=stop]
\stopsectionblockenvironment

\starttext

\startstandardmakeup
    Title
    \blank[3*big]
    Author
\stopstandardmakeup

\startfrontmatter
    Table of Contents
    \blank[3*big]
    \placecontent
\stopfrontmatter

\startbodymatter
    \chapter{Chapter 1}
    \section{Section 1.1}
        \input knuth
        \blank
        \input knuth
        \blank
        \input knuth
    \section{Section 1.2}
        \input tufte
        \blank
        \input tufte
        \blank
        \input tufte
    \section{Section 1.3}
        \input zapf
        \blank
        \input zapf
        \blank
        \input zapf
    \chapter{Chapter 2}
    \section{Section 2.1}
        \input knuth
        \blank
        \input knuth
        \blank
        \input knuth
    \section{Section 2.2}
        \input tufte
        \blank
        \input tufte
        \blank
        \input tufte
    \section{Section 2.3}
        \input zapf
        \blank
        \input zapf
        \blank
        \input zapf
\stopbodymatter

\startbackmatter
    back cover
\stopbackmatter

\stoptext

--- end of code ---

[-- Attachment #1.2: Type: text/html, Size: 4213 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 bytes --]

___________________________________________________________________________________
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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2008-07-24  8:30 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-22 17:55 startbodymatter question Alan Stone
2008-07-23  6:15 ` Wolfgang Schuster
2008-07-23 13:33   ` Alan Stone
2008-07-23 13:55     ` Wolfgang Schuster
2008-07-23 14:41       ` Alan Stone
2008-07-23 14:46         ` Alan Stone
2008-07-23 15:00           ` Wolfgang Schuster
2008-07-23 15:37             ` Alan Stone
2008-07-23 16:04               ` Alan Stone
2008-07-24  6:32               ` Wolfgang Schuster
2008-07-24  8:30                 ` Alan Stone
2008-07-23 15:19       ` John Devereux
2008-07-23 15:29         ` Wolfgang Schuster
2008-07-23 17:24           ` John Devereux
2008-07-24  6:35             ` Wolfgang Schuster

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).