Re: [NTG-context] Roman page numbers

2010-08-12 Thread Hongwen Qiu
于 2010年08月13日 00:21, Wolfgang Schuster 写道: Should be \setupuserpagenumber. Thanks, this works. ___ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl

[NTG-context] Roman page numbers

2010-08-11 Thread Hongwen Qiu
Hi, The following minimal example has no effect on page numbering(MkIV): \setuppagenumbering[conversion=romannumerals] % \setuppagenumbering[numberconversion=romannumerals] has no effect too. \starttext \chapter{Alpha} \input tufte \stoptext $ context --version MTXrun | current version:

Re: [NTG-context] Roman page numbers

2010-08-11 Thread Wolfgang Schuster
Am 12.08.10 03:52, schrieb Hongwen Qiu: Hi, The following minimal example has no effect on page numbering(MkIV): \setuppagenumbering[conversion=romannumerals] % \setuppagenumbering[numberconversion=romannumerals] has no effect too. \setupuserpagenumbering[numberconversion=romannumerals]

Re: [NTG-context] Roman page numbers

2010-08-11 Thread Hongwen Qiu
于 2010年08月12日 11:08, Wolfgang Schuster 写道: Am 12.08.10 03:52, schrieb Hongwen Qiu: Hi, The following minimal example has no effect on page numbering(MkIV): \setuppagenumbering[conversion=romannumerals] % \setuppagenumbering[numberconversion=romannumerals] has no effect too.

Re: [NTG-context] Roman Page numbers

2009-09-06 Thread Robert Blackstone
On Sat, Sep 5, 2009 at 10:42 PM, Derek CORDEIRO derekcorde...@gmail.com wrote Thanks a lot, it works as required. I added a note to the wiki Table_of_Contents page. On Fri, Sep 4, 2009 at 3:36 PM, Wolfgang Schuster schuster.wolfg...@googlemail.com wrote: Am 04.09.2009 um 11:03

Re: [NTG-context] Roman Page numbers

2009-09-06 Thread Wolfgang Schuster
Am 06.09.2009 um 10:31 schrieb Robert Blackstone: This is odd. On my system (both MacTeX 2008 and ConTeXt minimals) this does not work properly. The code is for MkIV only and the ConTeXt in TeXLive is too old for the new code. The Roman numbers appear in the TOC but not on the

Re: [NTG-context] Roman Page numbers

2009-09-06 Thread luigi scarso
On Sun, Sep 6, 2009 at 3:25 PM, Robert Blackstone blackstone.rob...@gmail.com wrote: On Sun, Sep 6, 2009 at 12:00 PM, Wolfgang Schuster wrote The code is for MkIV only and the ConTeXt in TeXLive is too old for the new code. The Roman numbers appear in the TOC but not on the textpages

Re: [NTG-context] Roman Page numbers

2009-09-05 Thread Derek CORDEIRO
Thanks a lot, it works as required. I added a note to the wiki Table_of_Contents page. Just an unrelated question, Since MkIV is quite different and incompatible with MkII, wouldn't it be better to keep all MkIV specific information separate in the wiki? On Fri, Sep 4, 2009 at 3:36 PM, Wolfgang

Re: [NTG-context] Roman Page numbers

2009-09-05 Thread Hans Hagen
Derek CORDEIRO wrote: Thanks a lot, it works as required. I added a note to the wiki Table_of_Contents page. Just an unrelated question, Since MkIV is quite different and incompatible with MkII, wouldn't it be better to keep all MkIV specific information separate in the wiki? keep in mind that

Re: [NTG-context] Roman Page numbers

2009-09-04 Thread Derek CORDEIRO
On Fri, Sep 4, 2009 at 2:07 AM, Wolfgang Schuster schuster.wolfg...@googlemail.com wrote: Am 03.09.2009 um 15:30 schrieb Derek CORDEIRO: The following minimal example is not working under MkIV. However it works under MkII \setuppagenumbering[conversion=romannumerals]

Re: [NTG-context] Roman Page numbers

2009-09-04 Thread Wolfgang Schuster
Am 04.09.2009 um 11:03 schrieb Derek CORDEIRO: I do get romannumerals on each page now, but this is not reflected in the TOC as it does in MkII. Below is the minimal example. The new code is more complicated than i thought, here is solution to the problem. As Hans suggested we should

[NTG-context] Roman Page numbers

2009-09-03 Thread Derek CORDEIRO
The following minimal example is not working under MkIV. However it works under MkII \setuppagenumbering[conversion=romannumerals] \starttext \input knuth \stoptex What am I doing wrong? LuaTeX, Version beta-0.43.0-2009081914 Regards, Derek

Re: [NTG-context] Roman Page numbers

2009-09-03 Thread Wolfgang Schuster
Am 03.09.2009 um 15:30 schrieb Derek CORDEIRO: The following minimal example is not working under MkIV. However it works under MkII \setuppagenumbering[conversion=romannumerals] \setupuserpagenumber[numberconversion=romannumerals] Wolfgang