Re: [NTG-context] Italic page number.

2012-08-07 Thread Wolfgang Schuster
Am 07.08.2012 um 16:22 schrieb john Culleton : > On Sun, 5 Aug 2012 09:39:24 +0200 > Wolfgang Schuster wrote: > >> >> Am 05.08.2012 um 02:37 schrieb john Culleton : >> >>> IMO the following code should result in an italic iii on the >>> contents page. Instead I get a roman 1. >>>

Re: [NTG-context] Italic page number.

2012-08-07 Thread john Culleton
On Sun, 5 Aug 2012 09:39:24 +0200 Wolfgang Schuster wrote: > > Am 05.08.2012 um 02:37 schrieb john Culleton : > > > IMO the following code should result in an italic iii on the > > contents page. Instead I get a roman 1. > > --- > > \startfrontmatter > > \setuppagenumbering[alte

Re: [NTG-context] Italic page number.

2012-08-05 Thread Wolfgang Schuster
Am 05.08.2012 um 09:39 schrieb Wolfgang Schuster : > \setuppagenumbering[alternative=doublesided] > > % You can use this instead of > \setuppagenumbering[numberconversion=romannumerals] > % to set the conversion of the pagenumber outside of the sectionblock > environment, > % the first argumen

Re: [NTG-context] Italic page number.

2012-08-05 Thread Wolfgang Schuster
Am 05.08.2012 um 02:37 schrieb john Culleton : > IMO the following code should result in an italic iii on the > contents page. Instead I get a roman 1. > --- > \startfrontmatter > \setuppagenumbering[alternative=doublesided,conversion=romannumerals] > \setuppagenumber[number=iii]

[NTG-context] Italic page number.

2012-08-04 Thread john Culleton
IMO the following code should result in an italic iii on the contents page. Instead I get a roman 1. --- \startfrontmatter \setuppagenumbering[alternative=doublesided,conversion=romannumerals] \setuppagenumber[number=iii] \setuppagenumber[state=start] \completecontent --