ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \setuppagenumber?
@ 2006-06-24 15:33 Alan Bowen
  2006-06-24 16:08 ` \setuppagenumber? Taco Hoekwater
  0 siblings, 1 reply; 6+ messages in thread
From: Alan Bowen @ 2006-06-24 15:33 UTC (permalink / raw)


I have updated to
ConTeXt  ver: 2006.06.09 13:05
and now I am having a problem getting the page numbers to increase.

 From a source file that has
\setuppagenumber[number=142]
in the preamble, I now get output in which every page is numbered 142
though before only the first was page 142. (The file compiles correctly
otherwise.)

Has something  changed with \setuppagenumber?

Alan

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

* Re: \setuppagenumber?
  2006-06-24 15:33 \setuppagenumber? Alan Bowen
@ 2006-06-24 16:08 ` Taco Hoekwater
  2006-06-26 12:57   ` \setuppagenumber? Alan Bowen
  0 siblings, 1 reply; 6+ messages in thread
From: Taco Hoekwater @ 2006-06-24 16:08 UTC (permalink / raw)


Alan Bowen wrote:
> I have updated to
> ConTeXt  ver: 2006.06.09 13:05
> and now I am having a problem getting the page numbers to increase.

A quick test works fine here, it must be something else in your file.
Try posting a minimal example that demonstrates the problem.10

Cheers, taco

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

* Re: \setuppagenumber?
  2006-06-24 16:08 ` \setuppagenumber? Taco Hoekwater
@ 2006-06-26 12:57   ` Alan Bowen
  2006-06-26 13:35     ` \setuppagenumber? bug in nomarking Taco Hoekwater
  0 siblings, 1 reply; 6+ messages in thread
From: Alan Bowen @ 2006-06-26 12:57 UTC (permalink / raw)


Taco—

Here is the minimal file you requested. All I can say is that this  
used to work:

\setuphead[chapter][page=yes]		
\setuphead[title][page=yes]	

\setuppagenumbering[alternative=doublesided]
\setuppagenumbering[location={header,middle},state=nomarking]
\installpagebreakhandler{last}{} 	
\brokenpenalty\zerocount		

%%%%%%%%%%%%%%% Headers %%%%%%%%%%%%%%%
	\setuphead[BookTitle][header=high,footer=BookTitlePage]
	\setupheadertexts[text]
		[{\sc\AuthorName}]
		[\pagenumber]
		[\pagenumber]
		[{\it Aestimatio}]

\def\AuthorName{Reviewer's Name}
\def\AuthorInstitution{Institution}

\setuppagenumber[number=263]

\starttext

\dorecurse{10}{\input knuth}

\stoptext

Many thanks for your help.

Alan


On Jun 24, 2006, at 12:08 PM, Taco Hoekwater wrote:

> Alan Bowen wrote:
>> I have updated to
>> ConTeXt  ver: 2006.06.09 13:05
>> and now I am having a problem getting the page numbers to increase.
>
> A quick test works fine here, it must be something else in your file.
> Try posting a minimal example that demonstrates the problem.10
>
> Cheers, taco
>
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context

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

* Re: \setuppagenumber? bug in nomarking
  2006-06-26 12:57   ` \setuppagenumber? Alan Bowen
@ 2006-06-26 13:35     ` Taco Hoekwater
  2006-06-26 14:23       ` Alan Bowen
  2006-06-29 15:52       ` Hans Hagen
  0 siblings, 2 replies; 6+ messages in thread
From: Taco Hoekwater @ 2006-06-26 13:35 UTC (permalink / raw)




Alan Bowen wrote:
> Taco—
> 
> Here is the minimal file you requested. All I can say is that this  
> used to work:

The problem goes away if you use
   \setuppagenumber[location=]
instead of
   \setuppagenumbering[state=nomarking]

So it seems there is a bug in the handling of 'nomarking'.

Greetings, Taco

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

* Re: \setuppagenumber? bug in nomarking
  2006-06-26 13:35     ` \setuppagenumber? bug in nomarking Taco Hoekwater
@ 2006-06-26 14:23       ` Alan Bowen
  2006-06-29 15:52       ` Hans Hagen
  1 sibling, 0 replies; 6+ messages in thread
From: Alan Bowen @ 2006-06-26 14:23 UTC (permalink / raw)


Taco—

Thanks again. That works well and I am now back in business!

Best, Alan

On Jun 26, 2006, at 9:35 AM, Taco Hoekwater wrote:

>
>
> Alan Bowen wrote:
>> Taco—
>>
>> Here is the minimal file you requested. All I can say is that this
>> used to work:
>
> The problem goes away if you use
>    \setuppagenumber[location=]
> instead of
>    \setuppagenumbering[state=nomarking]
>
> So it seems there is a bug in the handling of 'nomarking'.
>
> Greetings, Taco
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context

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

* Re: \setuppagenumber? bug in nomarking
  2006-06-26 13:35     ` \setuppagenumber? bug in nomarking Taco Hoekwater
  2006-06-26 14:23       ` Alan Bowen
@ 2006-06-29 15:52       ` Hans Hagen
  1 sibling, 0 replies; 6+ messages in thread
From: Hans Hagen @ 2006-06-29 15:52 UTC (permalink / raw)


Taco Hoekwater wrote:
> Alan Bowen wrote:
>   
>> Taco�
>>
>> Here is the minimal file you requested. All I can say is that this  
>> used to work:
>>     
>
> The problem goes away if you use
>    \setuppagenumber[location=]
> instead of
>    \setuppagenumbering[state=nomarking]
>
> So it seems there is a bug in the handling of 'nomarking'.
>   
nomarking has never been a pagenumber option, but one of the texts: 

\setuppagenumbering[location=]

\setupheadertexts[chapter]

% \setupheader[state=nomarking]

\starttext

\chapter{xxx}

\dorecurse{10}{\input knuth}

\stoptext


-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

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

end of thread, other threads:[~2006-06-29 15:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-24 15:33 \setuppagenumber? Alan Bowen
2006-06-24 16:08 ` \setuppagenumber? Taco Hoekwater
2006-06-26 12:57   ` \setuppagenumber? Alan Bowen
2006-06-26 13:35     ` \setuppagenumber? bug in nomarking Taco Hoekwater
2006-06-26 14:23       ` Alan Bowen
2006-06-29 15:52       ` Hans Hagen

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