Re: [NTG-context] control text color of \about[], \at[]

2005-07-18 Thread VnPenguin
On 7/17/05, Hans Hagen [EMAIL PROTECTED] wrote: \setupinteraction[color=red,contrastcolor=red] Oh, it's exactly what I'm looking for! Thank you a lot, Hans :) Regards, Quy -- http://vnoss.org Vietnamese Open Source Software Community ___

Re: [NTG-context] control text color of \about[], \at[]

2005-07-17 Thread Hans Hagen
VnPenguin wrote: Hi, I would like to control the text color of command \about[], \at[]. Already search around mailing list archive but it not helps. \setupinteraction[color=red,contrastcolor=red] -

[NTG-context] control text color of \about[], \at[]

2005-07-16 Thread VnPenguin
Hi, I would like to control the text color of command \about[], \at[]. Already search around mailing list archive but it not helps. Thank you, -- http://vnoss.org Vietnamese Open Source Software Community ___ ntg-context mailing list

Re: [NTG-context] control text color of \about[], \at[]

2005-07-16 Thread Radhelorn
VnPenguin wrote: Hi, I would like to control the text color of command \about[], \at[]. Already search around mailing list archive but it not helps. Thank you, Very simple solution is to define your own: \def\myabout#1{{\color[red]\about[#1]}} Is that you want? -- Radhelorn [EMAIL

Re: [NTG-context] control text color of \about[], \at[]

2005-07-16 Thread VnPenguin
On 7/16/05, Radhelorn [EMAIL PROTECTED] wrote: Very simple solution is to define your own: \def\myabout#1{{\color[red]\about[#1]}} Is that you want? No, unfortunately. The commands \color or whatever \red, \blue,.. have no effect in my case :( Thanks

Re: [NTG-context] control text color of \about[], \at[]

2005-07-16 Thread Radhelorn
VnPenguin wrote: On 7/16/05, Radhelorn [EMAIL PROTECTED] wrote: Very simple solution is to define your own: \def\myabout#1{{\color[red]\about[#1]}} Is that you want? No, unfortunately. The commands \color or whatever \red, \blue,.. have no effect in my case :( Did you

Re: [NTG-context] control text color of \about[], \at[]

2005-07-16 Thread VnPenguin
On 7/16/05, Radhelorn [EMAIL PROTECTED] wrote: Did you \setupcolors[state=start]? Of course :-) -- http://vnoss.org Vietnamese Open Source Software Community ___ ntg-context mailing list ntg-context@ntg.nl

Re: [NTG-context] control text color of \about[], \at[]

2005-07-16 Thread Radhelorn
VnPenguin wrote: On 7/16/05, Radhelorn [EMAIL PROTECTED] wrote: Did you \setupcolors[state=start]? Of course :-) Then post here complete minimal example, so I can run it on my system. Problem may be in your setup or commands you've used. Did you remember that colors can only be seen

Re: [NTG-context] control text color of \about[], \at[]

2005-07-16 Thread VnPenguin
On 7/16/05, Radhelorn [EMAIL PROTECTED] wrote: Then post here complete minimal example, so I can run it on my system. Problem may be in your setup or commands you've used. Did you remember that colors can only be seen in PDF documents? I use ConTeXt to make PDF only :-) Ok, I'll prepare