setuppagenumber--start at page xy

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

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[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

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

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 this information to 2 sites in the garden. Cheers, Jörg
participants (3)
-
"H. Özoguz"
-
Jörg Hagmann
-
Wolfgang Schuster