Re: [NTG-context] Something weird with white color

2013-08-01 Thread Bertrand Masson

Le 01/08/2013 01:37, Hans Hagen a écrit :
tricky nesting at the pdf level .. seems like i need to use bit more 
magic there ... fixed in beta


Hans

Thank you for your work on ConText.

I already love working with ConTeXt, and if you adds magic, it will be 
fantastic.


Bertrand
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] Something weird with white color

2013-07-31 Thread Bertrand Masson

Hello,
The following code does not work, the second white ConTeXt  is  black !!!

\setupbackgrounds[page][background=color,backgroundcolor=blue]
\starttext
{\rotate[rotation=90]{\definedfont[SansBold at 24pt]\white  \ConTeXt}}
{\definedfont[SansBold at 16pt] \white ConTeXt}
\stoptext

No problem if we replace white with red (or other color) in

\definedfont[SansBold at 16pt] \red ConTeXt

and no problem if we write

\white\rotate[rotation=90]{\definedfont[SansBold at 24pt]\ConTeXt}


I compile with TeXlive2013.

Why is the white color different ?

Thanks,

Bertrand
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Something weird with white color

2013-07-31 Thread Hans Hagen

On 7/31/2013 11:09 PM, Bertrand Masson wrote:

Hello,
The following code does not work, the second white ConTeXt  is  black !!!

\setupbackgrounds[page][background=color,backgroundcolor=blue]
\starttext
{\rotate[rotation=90]{\definedfont[SansBold at 24pt]\white  \ConTeXt}}
{\definedfont[SansBold at 16pt] \white ConTeXt}
\stoptext

No problem if we replace white with red (or other color) in

\definedfont[SansBold at 16pt] \red ConTeXt

and no problem if we write

\white\rotate[rotation=90]{\definedfont[SansBold at 24pt]\ConTeXt}


I compile with TeXlive2013.

Why is the white color different ?


tricky nesting at the pdf level .. seems like i need to use bit more 
magic there ... fixed in beta


Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___