ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* control text color of \about[], \at[]
@ 2005-07-16 13:23 VnPenguin
  2005-07-16 14:10 ` Radhelorn
  2005-07-17 20:53 ` Hans Hagen
  0 siblings, 2 replies; 9+ messages in thread
From: VnPenguin @ 2005-07-16 13:23 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: control text color of \about[], \at[]
  2005-07-16 13:23 control text color of \about[], \at[] VnPenguin
@ 2005-07-16 14:10 ` Radhelorn
  2005-07-16 16:23   ` VnPenguin
  2005-07-17 20:53 ` Hans Hagen
  1 sibling, 1 reply; 9+ messages in thread
From: Radhelorn @ 2005-07-16 14:10 UTC (permalink / raw)


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 <radhelorn@mail.ru>

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: control text color of \about[], \at[]
  2005-07-16 14:10 ` Radhelorn
@ 2005-07-16 16:23   ` VnPenguin
  2005-07-16 17:16     ` Radhelorn
  0 siblings, 1 reply; 9+ messages in thread
From: VnPenguin @ 2005-07-16 16:23 UTC (permalink / raw)


On 7/16/05, Radhelorn <radhelorn@mail.ru> 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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: control text color of \about[], \at[]
  2005-07-16 16:23   ` VnPenguin
@ 2005-07-16 17:16     ` Radhelorn
  2005-07-16 17:36       ` VnPenguin
  0 siblings, 1 reply; 9+ messages in thread
From: Radhelorn @ 2005-07-16 17:16 UTC (permalink / raw)


VnPenguin wrote:
> On 7/16/05, Radhelorn <radhelorn@mail.ru> 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 <radhelorn@mail.ru>

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: control text color of \about[], \at[]
  2005-07-16 17:16     ` Radhelorn
@ 2005-07-16 17:36       ` VnPenguin
  2005-07-16 18:07         ` Radhelorn
  0 siblings, 1 reply; 9+ messages in thread
From: VnPenguin @ 2005-07-16 17:36 UTC (permalink / raw)


On 7/16/05, Radhelorn <radhelorn@mail.ru> wrote:
> 
> Did you \setupcolors[state=start]?
> 

Of course :-)

-- 
http://vnoss.org
Vietnamese Open Source Software Community

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: control text color of \about[], \at[]
  2005-07-16 17:36       ` VnPenguin
@ 2005-07-16 18:07         ` Radhelorn
  2005-07-16 18:56           ` VnPenguin
  0 siblings, 1 reply; 9+ messages in thread
From: Radhelorn @ 2005-07-16 18:07 UTC (permalink / raw)


VnPenguin wrote:
> On 7/16/05, Radhelorn <radhelorn@mail.ru> 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 <radhelorn@mail.ru>

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: control text color of \about[], \at[]
  2005-07-16 18:07         ` Radhelorn
@ 2005-07-16 18:56           ` VnPenguin
  0 siblings, 0 replies; 9+ messages in thread
From: VnPenguin @ 2005-07-16 18:56 UTC (permalink / raw)


On 7/16/05, Radhelorn <radhelorn@mail.ru> 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 a mini example and post it here soon.

Thanks
-- 
http://vnoss.org
Vietnamese Open Source Software Community

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: control text color of \about[], \at[]
  2005-07-16 13:23 control text color of \about[], \at[] VnPenguin
  2005-07-16 14:10 ` Radhelorn
@ 2005-07-17 20:53 ` Hans Hagen
  2005-07-18 17:04   ` VnPenguin
  1 sibling, 1 reply; 9+ messages in thread
From: Hans Hagen @ 2005-07-17 20:53 UTC (permalink / raw)


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
-----------------------------------------------------------------

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: control text color of \about[], \at[]
  2005-07-17 20:53 ` Hans Hagen
@ 2005-07-18 17:04   ` VnPenguin
  0 siblings, 0 replies; 9+ messages in thread
From: VnPenguin @ 2005-07-18 17:04 UTC (permalink / raw)


On 7/17/05, Hans Hagen <pragma@wxs.nl> 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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2005-07-18 17:04 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-07-16 13:23 control text color of \about[], \at[] VnPenguin
2005-07-16 14:10 ` Radhelorn
2005-07-16 16:23   ` VnPenguin
2005-07-16 17:16     ` Radhelorn
2005-07-16 17:36       ` VnPenguin
2005-07-16 18:07         ` Radhelorn
2005-07-16 18:56           ` VnPenguin
2005-07-17 20:53 ` Hans Hagen
2005-07-18 17:04   ` VnPenguin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).