control text color of \about[], \at[]

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

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

VnPenguin wrote:
On 7/16/05, Radhelorn
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 \setupcolors[state=start]?
--
Radhelorn

On 7/16/05, Radhelorn
Did you \setupcolors[state=start]?
Of course :-) -- http://vnoss.org Vietnamese Open Source Software Community

VnPenguin wrote:
On 7/16/05, Radhelorn
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 in PDF documents?
Try texexec --color --pdf <yourfile> on source.
--
Radhelorn

On 7/16/05, Radhelorn
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 a mini example and post it here soon. Thanks -- http://vnoss.org Vietnamese Open Source Software Community

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] ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------

On 7/17/05, Hans Hagen
\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
participants (3)
-
Hans Hagen
-
Radhelorn
-
VnPenguin