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
Description: Digital signature
___
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
___

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

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 joerg.hagm...@unibas.ch:

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


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 this information to 2 sites in the garden.

Cheers, Jörg
___
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
___

[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 Hagmann-Zanolari MD
University of Basel
Department of Biomedicine
Institute of Biochemistry and Genetics
Mattenstrasse 28
CH-4058 Basel
Switzerland
Phone +41 (0)61 267 3565
___
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
___

[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

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