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
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
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
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
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
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 -----------------------------------------------------------------
participants (4)
-
Alan Bowen
-
Alan Bowen
-
Hans Hagen
-
Taco Hoekwater