Re: [NTG-context] setuppagenumber--start at page xy

2013-04-27 Thread Marco Patzer
On 2013–04–21 Jörg Hagmann wrote: > Has the code for starting pagenumbering at a given number changed? I'm > using last year's template for an annual report, but can't get it to > work. > > Minimal example: > > \setuppagenumber[number=3] \setcounter[userpage][3] Marco signature.asc Descript

Re: [NTG-context] setuppagenumber--start at page xy

2013-04-22 Thread Jörg Hagmann
Wolfgang Schuster writes: > Yes, the number option for \setuppagenumber is gone and you have to use > \setupcounter. Even though this breaks backward compatibility it’s now > constant > with \setupheadnumber which is used to change the start value for sections. Thank you, Wolfgang. I added thi

Re: [NTG-context] setuppagenumber--start at page xy

2013-04-22 Thread Wolfgang Schuster
Am 22.04.2013 um 09:44 schrieb Jörg Hagmann : > Thank you, Huseyin. > > Yes, that works; but the question remains: > > Has "\setuppagenumber[number=NUMBER]" become obsolete? After all, it's > all over contextgarden, both in example documents and in the "Commands/" list. Yes, the number option

Re: [NTG-context] setuppagenumber--start at page xy

2013-04-22 Thread Jörg Hagmann
Thank you, Huseyin. Yes, that works; but the question remains: Has "\setuppagenumber[number=NUMBER]" become obsolete? After all, it's all over contextgarden, both in example documents and in the "Commands/" list. Cheers, Jörg H. Özoguz writes: >> Minimal example: >> >> \setuppagenumber[numbe

[NTG-context] setuppagenumber--start at page xy

2013-04-21 Thread H. Özoguz
Minimal example: \setuppagenumber[number=3] \starttext \input tufte \stoptext I'm using today's context version. Thanks, Jörg You could use \setcounter[userpage][2] \starttext \input tufte \stoptext Huseyin ___

[NTG-context] setuppagenumber--start at page xy

2013-04-21 Thread Jörg Hagmann
Has the code for starting pagenumbering at a given number changed? I'm using last year's template for an annual report, but can't get it to work. Minimal example: \setuppagenumber[number=3] \starttext \input tufte \stoptext I'm using today's context version. Thanks, Jörg -- Prof. Jörg Hagman

Re: [NTG-context] setuppagenumber

2012-07-06 Thread Wolfgang Schuster
Am 06.07.2012 um 09:40 schrieb Meer, H. van der: > Is \setuppagenumber broken? Or do it misuse it? > In the next minimal example the pagenumbers are not reset after the third > page, as I would expect. > > Hans van der Meer > > \setuppapersize[A6][A6] > \starttext > \setuppagenumber[number=1,s

Re: [NTG-context] setuppagenumber

2012-07-06 Thread Meer, H. van der
Indeed, and thanks. But isn't it a good idea that \setuppagenumbering should do the \resetpagenumber by itself? After all changing the pagenumber and not having it take effect sounds not a natural way to do things. It least, in my eyes. Surely Hans Hagen is listening and will "weigh the evidence

Re: [NTG-context] setuppagenumber

2012-07-06 Thread luigi scarso
On Fri, Jul 6, 2012 at 9:40 AM, Meer, H. van der wrote: > Is \setuppagenumber broken? Or do it misuse it? > In the next minimal example the pagenumbers are not reset after the third > page, as I would expect. > > Hans van der Meer > > \setuppapersize[A6][A6] > \starttext > \setuppagenumber[numbe

[NTG-context] setuppagenumber

2012-07-06 Thread Meer, H. van der
Is \setuppagenumber broken? Or do it misuse it? In the next minimal example the pagenumbers are not reset after the third page, as I would expect. Hans van der Meer \setuppapersize[A6][A6] \starttext \setuppagenumber[number=1,state=start] page 1\page page 2\page page 3\page \setuppagenumber[numb

Re: [NTG-context] \setuppagenumber

2012-04-02 Thread Alan Bowen
Thanks, Wolfgang. \resetpageumber is the key. I will use the section blocks approach in my next project. Alan On Sun, Apr 1, 2012 at 11:34 PM, Wolfgang Schuster < schuster.wolfg...@googlemail.com> wrote: > > Am 02.04.2012 um 00:02 schrieb Alan Bowen: > > > I have a product file > > > > \startpro

Re: [NTG-context] \setuppagenumber

2012-04-01 Thread Wolfgang Schuster
Am 02.04.2012 um 00:02 schrieb Alan Bowen: > I have a product file > > \startproduct prd_Aestimatio_vol-09 > %prelims > \setuppagenumber[numberconversion=romannumerals] > \setuppagenumber[number=1] > \setupfootnotes[conversion=numbers] > > \component c_A > \component c_B > \component c_C > ...

Re: [NTG-context] \setuppagenumber problem

2012-03-08 Thread Alan Bowen
Again, many thanks, Wolfgang. That’s got it. The entry on \setupheadertexts on the wiki should be updated at some point. But as you will probably agree, I am hardly the one to undertake that. There are just so many critical differences in coding for MKIV and for MKII. Still, the advance in working

Re: [NTG-context] \setuppagenumber problem

2012-03-08 Thread Wolfgang Schuster
Am 08.03.2012 um 20:34 schrieb Alan Bowen: > Thanks, Wolfgang. You are right. Poor code copy/pasting on my part. Sorry for > that bit of noise. > > But what of the pagination problem? Is there a bug or am I missing something > for that too? Write \setupheadertexts[…][pagenumber][pagenumber][…

Re: [NTG-context] \setuppagenumber problem

2012-03-08 Thread Alan Bowen
Thanks, Wolfgang. You are right. Poor code copy/pasting on my part. Sorry for that bit of noise. But what of the pagination problem? Is there a bug or am I missing something for that too? A. On Thu, Mar 8, 2012 at 2:02 PM, Wolfgang Schuster < schuster.wolfg...@googlemail.com> wrote: > > Am 08.0

Re: [NTG-context] \setuppagenumber problem

2012-03-08 Thread Wolfgang Schuster
Am 08.03.2012 um 19:06 schrieb Alan Bowen: > The following code, > > \startcomponent > > \setuphead[title][page=yes] > \setuppagenumber[numberconversion=romannumerals] > \setuppagenumbering[alternative=doublesided] > \setuppagenumbering[location=,] > > \setupheader[state=high] > > \definehead

[NTG-context] \setuppagenumber problem

2012-03-08 Thread Alan Bowen
The following code, \startcomponent \setuphead[title][page=yes] \setuppagenumber[numberconversion=romannumerals] \setuppagenumbering[alternative=doublesided] \setuppagenumbering[location=,] \setupheader[state=high] \definehead[FMTitle][title] \setuphead[FMTitle][header=high,alternative=middle,s

Re: [NTG-context] \setuppagenumber? bug in nomarking

2006-06-29 Thread Hans Hagen
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 th

Re: [NTG-context] \setuppagenumber? bug in nomarking

2006-06-26 Thread Alan Bowen
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 >\

Re: [NTG-context] \setuppagenumber? bug in nomarking

2006-06-26 Thread Taco Hoekwater
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'. Gree

Re: [NTG-context] \setuppagenumber?

2006-06-26 Thread Alan Bowen
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{l

Re: [NTG-context] \setuppagenumber?

2006-06-24 Thread Taco Hoekwater
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] \setuppagenumber?

2006-06-24 Thread Alan Bowen
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