Re: [NTG-context] small problem with minimals

2008-11-11 Thread Aditya Mahajan
On Tue, 11 Nov 2008, Wolfgang Schuster wrote: > On Tue, Nov 11, 2008 at 3:36 PM, Aditya Mahajan <[EMAIL PROTECTED]> wrote: >> On Tue, 11 Nov 2008, Wolfgang Schuster wrote: >> >>> And how could one change the font/style for the number? >> >> Do you mean with textext, or with the macro that Hans is

Re: [NTG-context] small problem with minimals

2008-11-11 Thread Wolfgang Schuster
On Tue, Nov 11, 2008 at 3:36 PM, Aditya Mahajan <[EMAIL PROTECTED]> wrote: > On Tue, 11 Nov 2008, Wolfgang Schuster wrote: > >> And how could one change the font/style for the number? > > Do you mean with textext, or with the macro that Hans is proposing to > define? I mean in the example from Han

Re: [NTG-context] small problem with minimals

2008-11-11 Thread Aditya Mahajan
On Tue, 11 Nov 2008, Wolfgang Schuster wrote: > And how could one change the font/style for the number? Do you mean with textext, or with the macro that Hans is proposing to define? textext(string) will typeset the string using context, so you can add "\switchtobodyfont[whatever]" in there. T

Re: [NTG-context] small problem with minimals

2008-11-11 Thread Wolfgang Schuster
On Mon, Nov 10, 2008 at 6:12 PM, Hans Hagen <[EMAIL PROTECTED]> wrote: > Thomas A. Schmitz wrote: >> On Nov 10, 2008, at 5:16 PM, Hans Hagen wrote: >> >>> it's probably the fallback font ... how is it used? >>> >>> Hans >> >> In a metafun label (which I can't replace with \sometxt): >> >> label.top

Re: [NTG-context] small problem with minimals

2008-11-10 Thread Hans Hagen
Thomas A. Schmitz wrote: > On Nov 10, 2008, at 5:16 PM, Hans Hagen wrote: > >> it's probably the fallback font ... how is it used? >> >> Hans > > In a metafun label (which I can't replace with \sometxt): > > label.top(decimal value,origin) ; forget about sometxt ... that's mojca's personal hack

Re: [NTG-context] small problem with minimals

2008-11-10 Thread Thomas A. Schmitz
On Nov 10, 2008, at 5:16 PM, Hans Hagen wrote: > it's probably the fallback font ... how is it used? > > Hans In a metafun label (which I can't replace with \sometxt): label.top(decimal value,origin) ; Thomas ___ I

Re: [NTG-context] small problem with minimals

2008-11-10 Thread Hans Hagen
Aditya Mahajan wrote: > On Mon, 10 Nov 2008, Hans Hagen wrote: > >> maybe i should patch the label macro > > That will be great. It will be nice to have label.top("a string") be > equivalent to label.top(textext("a string")). That will work with both > mkii and mkiv (and xetex). This way, in MK

Re: [NTG-context] small problem with minimals

2008-11-10 Thread Mojca Miklavec
On Mon, Nov 10, 2008 at 6:12 PM, Hans Hagen wrote: > Thomas A. Schmitz wrote: >> On Nov 10, 2008, at 5:16 PM, Hans Hagen wrote: >> >>> it's probably the fallback font ... how is it used? >>> >>> Hans >> >> In a metafun label (which I can't replace with \sometxt): >> >> label.top(decimal value,origi

Re: [NTG-context] small problem with minimals

2008-11-10 Thread Aditya Mahajan
On Mon, 10 Nov 2008, Hans Hagen wrote: > maybe i should patch the label macro That will be great. It will be nice to have label.top("a string") be equivalent to label.top(textext("a string")). That will work with both mkii and mkiv (and xetex). This way, in MKIV, one can forget about \sometxt

[NTG-context] small problem with minimals

2008-11-10 Thread Thomas A. Schmitz
Hi all, esp. Mojca, I have encountered a small problem with the minimals: some metafun stuff that Aditya and I use in our presentation module stopped working recently (sorry, I can't tell when exactly). The error message is !luaTeX error (file lm-rmtt.enc): cannot find encoding file for readi

Re: [NTG-context] small problem with minimals

2008-11-10 Thread Hans Hagen
Thomas A. Schmitz wrote: > Should this file be added to the minimals or is there a different > problem somewhere down the line? If absolutely necessary, I can make a > minimal example, but it would take a lot of work... it's probably the fallback font ... how is it used? Hans --