ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Extra page created at end of document
@ 2010-04-06 17:10 Tom
  2010-04-06 17:23 ` Peter Münster
  0 siblings, 1 reply; 3+ messages in thread
From: Tom @ 2010-04-06 17:10 UTC (permalink / raw)
  To: ntg-context

The following code creates an extra page at the end of the pdf for a total
of 3 pages:

\setuppagenumbering[location=,alternative=doublesided]
\setuppagenumber[state=stop]

\starttext 
%\startfrontmatter
\input knuth
%\stopfrontmatter
\stoptext

But this code doesn't create that third page:

\setuppagenumbering[location=,alternative=doublesided]
\setuppagenumber[state=stop]

\starttext 
\input knuth
\stoptext

I need to handle the creation of my book using frontmatter, etc. parts and
don't want to create that unneeded page at the end.

Tom Benjey
717-258-9733 voice
717-243-0074 fax
Twitter: @TomBenjey






___________________________________________________________________________________
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] 3+ messages in thread

* Re: Extra page created at end of document
  2010-04-06 17:10 Extra page created at end of document Tom
@ 2010-04-06 17:23 ` Peter Münster
  2010-04-06 19:32   ` Tom
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Münster @ 2010-04-06 17:23 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On Tue, Apr 06 2010, Tom wrote:

> The following code creates an extra page at the end of the pdf for a total
> of 3 pages:
> 
> \setuppagenumbering[location=,alternative=doublesided]
> \setuppagenumber[state=stop]
> 
> \starttext 
> %\startfrontmatter
> \input knuth
> %\stopfrontmatter
> \stoptext

It seems, that you're using mk2. There is no such problem with mk4.
Here a workaround:

\setuppagenumbering[location=,alternative=doublesided]
\setuppagenumber[state=stop]
\starttext 
\startfrontmatter
\input knuth
\stopfrontmatter
\page[stop]
\stoptext

Cheers, Peter

-- 
Contact information: http://pmrb.free.fr/contact/


___________________________________________________________________________________
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] 3+ messages in thread

* Re: Extra page created at end of document
  2010-04-06 17:23 ` Peter Münster
@ 2010-04-06 19:32   ` Tom
  0 siblings, 0 replies; 3+ messages in thread
From: Tom @ 2010-04-06 19:32 UTC (permalink / raw)
  To: 'mailing list for ConTeXt users'

It now works on TexLive, which I assume is mk2. The Context manual doesn't
seem to include the stop option for \page.

Tom Benjey
717-258-9733 voice
717-243-0074 fax
Twitter: @TomBenjey

-----Original Message-----
From: ntg-context-bounces@ntg.nl [mailto:ntg-context-bounces@ntg.nl] On
Behalf Of Peter Münster
Sent: Tuesday, April 06, 2010 1:23 PM
To: mailing list for ConTeXt users
Subject: Re: [NTG-context] Extra page created at end of document

On Tue, Apr 06 2010, Tom wrote:

> The following code creates an extra page at the end of the pdf for a total
> of 3 pages:
> 
> \setuppagenumbering[location=,alternative=doublesided]
> \setuppagenumber[state=stop]
> 
> \starttext 
> %\startfrontmatter
> \input knuth
> %\stopfrontmatter
> \stoptext

It seems, that you're using mk2. There is no such problem with mk4.
Here a workaround:

\setuppagenumbering[location=,alternative=doublesided]
\setuppagenumber[state=stop]
\starttext 
\startfrontmatter
\input knuth
\stopfrontmatter
\page[stop]
\stoptext

Cheers, Peter

-- 
Contact information: http://pmrb.free.fr/contact/


____________________________________________________________________________
_______
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
____________________________________________________________________________
_______


___________________________________________________________________________________
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] 3+ messages in thread

end of thread, other threads:[~2010-04-06 19:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-06 17:10 Extra page created at end of document Tom
2010-04-06 17:23 ` Peter Münster
2010-04-06 19:32   ` Tom

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