Re: [NTG-context] Label loops within a XeConTeXt document

2007-06-24 Thread nicola
how do I change \startTeXtexts \dorecurse{10}{\TeXtext{\recurselevel}{$x_{\recurselevel}$}} \stopTeXtexts so that I can print labels from x_0 up to x_9? Do I need to use \defineconversion and \convertnumber? No, use \dostepwiserecuse. The general syntax is

Re: [NTG-context] Label loops within a XeConTeXt document

2007-06-23 Thread Aditya Mahajan
On Sat, 23 Jun 2007, nicola wrote: Hi, given the following XeConTeXt document (I use ConTeXt ver: 2007.01.12): \definetypeface[MyMainFace][rm][Xserif][Charis SIL][default][encoding=uc] \definetypeface[MyMainFace][mm][math][euler][euler] \setupbodyfont[MyMainFace,10pt]

[NTG-context] Label loops within a XeConTeXt document

2007-06-23 Thread nicola
Hi, given the following XeConTeXt document (I use ConTeXt ver: 2007.01.12): \definetypeface[MyMainFace][rm][Xserif][Charis SIL][default][encoding=uc] \definetypeface[MyMainFace][mm][math][euler][euler] \setupbodyfont[MyMainFace,10pt] \startuseMPgraphic{foo} for i = 0 upto 10: % Draw a

Re: [NTG-context] Label loops within a XeConTeXt document

2007-06-23 Thread nicola
In article [EMAIL PROTECTED], Aditya Mahajan [EMAIL PROTECTED] wrote: On Sat, 23 Jun 2007, nicola wrote: Hi, given the following XeConTeXt document (I use ConTeXt ver: 2007.01.12): \definetypeface[MyMainFace][rm][Xserif][Charis SIL][default][encoding=uc]

Re: [NTG-context] Label loops within a XeConTeXt document

2007-06-23 Thread Aditya Mahajan
On Sat, 23 Jun 2007, nicola wrote: In article [EMAIL PROTECTED], Aditya Mahajan [EMAIL PROTECTED] wrote: On Sat, 23 Jun 2007, nicola wrote: Hi, given the following XeConTeXt document (I use ConTeXt ver: 2007.01.12): \definetypeface[MyMainFace][rm][Xserif][Charis

Re: [NTG-context] Label loops within a XeConTeXt document

2007-06-23 Thread nicola
1) is it possible to specify the fonts in an MPenviroment? If so, how? Just as you will specify fonts in your regular document. Putting the same definitions inside \startMPinclusions... \stopMPinclusions does not seem to work with XeTeX. It is MPenvironent and not MPinclusions. I