[NTG-context] \Shaped macro in MetaFun manual

2005-08-10 Thread Jin-Hwan Cho
The third line in the page 145 in the MetaFun manual (metafun-p.pdf) says The \Shaped macro was defined as: some \inframed[background=Shape]{text} with a frame ... some \Shaped{text} with a frame ... It seems to be a typo. Let me know the exact definition of \Shaped macro.

Re: [NTG-context] MPcolor problem (CMYK)

2005-08-10 Thread Hans Hagen
Jin-Hwan Cho wrote: In the MetaFun manual (metafun-p.pdf) p.117, you may see an example using the color ".5\MPcolor{cmyyellow}". But I could not generate the color. Could anyone check the attached sample? scaling of cmykcolors does not work when cmykcolors i sset to true; this is because i us

Re: [NTG-context] MPcolor problem (CMYK)

2005-08-10 Thread Hans Hagen
Mojca Miklavec wrote: \definecolor[cmyyellow][y=1] \definecolor[cmycyan][c=1] and then .5[\MPcolor{cmycyan},\MPcolor{cmyyellow}] look in mp-spec how cmyk is defined and you'll see why it gets messed up ... cmyk expands to a special directive and .5 scales that one, if needed i can make a sc

Re: [NTG-context] MPcolor problem (CMYK)

2005-08-10 Thread Hans Hagen
Taco Hoekwater wrote: Vit Zyka wrote: Jin-Hwan Cho wrote: In the MetaFun manual (metafun-p.pdf) p.117, you may see an example using the color ".5\MPcolor{cmyyellow}". But I could not generate the color. Could anyone check the attached sample? Let check - \setupcolors[state=start] - perha

Re: [NTG-context] MPcolor problem (CMYK)

2005-08-10 Thread Mojca Miklavec
Taco Hoekwater wrote: > > Jin-Hwan Cho wrote: > > > >> In the MetaFun manual (metafun-p.pdf) p.117, you may see an example > >> using the color ".5\MPcolor{cmyyellow}". But I could not generate > >> the color. Could anyone check the attached sample? > > Both were present in the example. I've creat

Re: [NTG-context] MPcolor problem (CMYK)

2005-08-10 Thread Hans Hagen
Mojca Miklavec wrote: yellow" (c=0.08,m=0,y=0.89,k=0), so Hans probably used a set of setups which handles the .5\MPcolor{cmyyellow} the same way as if it was an "rgb yellow". indeed, i use slightly different red/yellow in the metafun manual -) but i'm not sure if that is the problem here

Re: [NTG-context] A wee bit more about OpenType (Myriad Pro)

2005-08-10 Thread Adam Lindsay
David Wooten said this at Wed, 10 Aug 2005 10:19:25 -0700: > Before I display some error messages, I want to >ask, Adam, why the Myriad Pro fontsynonyms in your typescript do not >have any of the OpenType features—liga? kern? Is this due to Myriad >Pro's particulars? David, really briefly b

[NTG-context] A wee bit more about OpenType (Myriad Pro)

2005-08-10 Thread David Wooten
Greetings all & Adam, Having successfully installed Jenson & Minion Pro I've been trying to get Myriad Pro to install as a companion Sans (motivated in part by the fact that Adam has a nice typescript file for Warnock Pro with Myriad). I'm having some difficulties, which seem similar to d

Re: [NTG-context] MPcolor problem (CMYK)

2005-08-10 Thread Mojca Miklavec
Jin-Hwan Cho wrote: > In the MetaFun manual (metafun-p.pdf) p.117, you may see an example > using the color ".5\MPcolor{cmyyellow}". But I could not generate > the color. Could anyone check the attached sample? You get pretty different results depending on what you write to \setupcolors[conversion

Re: [NTG-context] MPcolor problem (CMYK)

2005-08-10 Thread Taco Hoekwater
Vit Zyka wrote: Jin-Hwan Cho wrote: In the MetaFun manual (metafun-p.pdf) p.117, you may see an example using the color ".5\MPcolor{cmyyellow}". But I could not generate the color. Could anyone check the attached sample? Let check - \setupcolors[state=start] - perhaps typo 'cmyyellow -> cmyk

Re: [NTG-context] MPcolor problem (CMYK)

2005-08-10 Thread Vit Zyka
Jin-Hwan Cho wrote: In the MetaFun manual (metafun-p.pdf) p.117, you may see an example using the color ".5\MPcolor{cmyyellow}". But I could not generate the color. Could anyone check the attached sample? Let check - \setupcolors[state=start] - perhaps typo 'cmyyellow -> cmykyellow' or define i

Re: [NTG-context] Clipping a path to a boundary --- Being more specific

2005-08-10 Thread David Arnold
Hans et al, I think I've found something that works. I know ahead of time that there will only be two crossings of the clipping path boundary (I make sure of the by the parameters I choose): beginfig(0); % initialize a, h, and h for f(x)=ax^2+bx+c=a(x-h)^2+k numeric a, h, k; a=-1; h=-3; k=2;

[NTG-context] Mail troubles

2005-08-10 Thread Taco Hoekwater
Hi, I just want to let everybody know that I am experiencing problems with email delivery since monday morning around 8 a.m. Hopefully, everything should return to normal during the day. I'm writing this because chances are that I've missed some mail addressed to me, esp. private off-list email.

[NTG-context] MPcolor problem (CMYK)

2005-08-10 Thread Jin-Hwan Cho
In the MetaFun manual (metafun-p.pdf) p.117, you may see an example using the color ".5\MPcolor{cmyyellow}". But I could not generate the color. Could anyone check the attached sample? Best, ChoF. ~ *** | Cho, Jin-Hwan == ChoF | ^ ^ ~~~ o | Dep

[NTG-context] A question on drawing functions in MetaFun

2005-08-10 Thread Jin-Hwan Cho
I tried to generate "Figure 9.2 An example of a graphic with labels along the axes." in metafun-p.pdf (p.209), but could get only graphics without labels. I used the codes in the page 208 as follows (see the attached file) \startMPpage StartPage ; ... codes in p.208 here ... StopPage ; \stopMPpa

[NTG-context] List head colour

2005-08-10 Thread Duncan Hothersall
Quick question. With "\startitemize[n][color=red]", "\item ..." gives me the item number in red, but "\head ..." gives me the item number in the default colour. With "\startitemize[n][headcolor=red]", "\head ..." gives me the whole line in red including the number. Is there any setup which can g