[NTG-context] defineframed has no effect

2011-11-14 Thread Christian
This gives only a framed Hello, no red, frame still on.
Did something change for setting up own frames?

\defineframed[GreyBg][backgroung=color,backgroundcolor=red,frame=off]
\starttext
\GreyBg[frame=on]{Hallo}
\stoptext

Info: ConTeXt  ver: 2011.11.09 20:58 MKIV



___
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] defineframed has no effect

2011-11-14 Thread Andreas Harder

On 14.11.2011, at 21:54, Christian wrote:

 This gives only a framed Hello, no red, frame still on.
 Did something change for setting up own frames?
 
 \defineframed[GreyBg][backgroung=color,backgroundcolor=red,frame=off]

You’ve written backgroung instead of background.

Greeting
Andreas
___
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] defineframed has no effect

2011-11-14 Thread Christian
  This gives only a framed Hello, no red, frame still on.
  Did something change for setting up own frames?
 
 
 \defineframed[GreyBg][backgroung=color,backgroundcolor=red,frame=off]
 
 You’ve written backgroung instead of background.

Lol, that's what I get for copy-pasting the wiki :D

Seriously, the typo is in the wiki code...
http://wiki.contextgarden.net/Reference/en/defineframed

Works now!

___
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] defineframed has no effect

2011-11-14 Thread Christian
   This gives only a framed Hello, no red, frame still on.
   Did something change for setting up own frames?
  
  
 
 \defineframed[GreyBg][backgroung=color,backgroundcolor=red,frame=off]
 
  You’ve written backgroung instead of background.
 
 Lol, that's what I get for copy-pasting the wiki :D
 
 Seriously, the typo is in the wiki code...
 http://wiki.contextgarden.net/Reference/en/defineframed
 
 Works now!

I spoke too soon. The style is ignored. Example:

\defineframed[myFrame][frame=on,align=middle,style={\it}]
\starttext
\myFrame{Hello}
\stoptext

Is it on purpose?

___
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] defineframed has no effect

2011-11-14 Thread Aditya Mahajan

On Mon, 14 Nov 2011, Christian wrote:


This gives only a framed Hello, no red, frame still on.
Did something change for setting up own frames?





\defineframed[GreyBg][backgroung=color,backgroundcolor=red,frame=off]


You’ve written backgroung instead of background.


Lol, that's what I get for copy-pasting the wiki :D

Seriously, the typo is in the wiki code...
http://wiki.contextgarden.net/Reference/en/defineframed

Works now!


I spoke too soon. The style is ignored. Example:

\defineframed[myFrame][frame=on,align=middle,style={\it}]
\starttext
\myFrame{Hello}
\stoptext

Is it on purpose?


IIRC, the name of the key is foregroundstyle.

Aditya___
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] defineframed has no effect

2011-11-14 Thread Andreas Harder

On 14.11.2011, at 22:12, Aditya Mahajan wrote:

 On Mon, 14 Nov 2011, Christian wrote:
 
 This gives only a framed Hello, no red, frame still on.
 Did something change for setting up own frames?
 
 
 
 \defineframed[GreyBg][backgroung=color,backgroundcolor=red,frame=off]
 
 You’ve written backgroung instead of background.
 
 Lol, that's what I get for copy-pasting the wiki :D
 
 Seriously, the typo is in the wiki code...
 http://wiki.contextgarden.net/Reference/en/defineframed
 
 Works now!
 
 I spoke too soon. The style is ignored. Example:
 
 \defineframed[myFrame][frame=on,align=middle,style={\it}]
 \starttext
 \myFrame{Hello}
 \stoptext
 
 Is it on purpose?
 
 IIRC, the name of the key is foregroundstyle.

Or use \framedtext{…}

\defineframedtext[myFrame][frame=on,align=middle,style=\it,width=fit]

Andreas
___
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] defineframed has no effect

2011-11-14 Thread Christian
  This gives only a framed Hello, no red, frame still on.
  Did something change for setting up own frames?
 
 
 
 
 \defineframed[GreyBg][backgroung=color,backgroundcolor=red,frame=off]
 
  You’ve written backgroung instead of background.
 
  Lol, that's what I get for copy-pasting the wiki :D
 
  Seriously, the typo is in the wiki code...
  http://wiki.contextgarden.net/Reference/en/defineframed
 
  Works now!
 
  I spoke too soon. The style is ignored. Example:
 
  \defineframed[myFrame][frame=on,align=middle,style={\it}]
  \starttext
  \myFrame{Hello}
  \stoptext
 
  Is it on purpose?
 
 IIRC, the name of the key is foregroundstyle.

It truely is, thanks for the hint. The wiki directs from defineframed to 
setupframedtexts which has the key style. I thought my search was over.

I fixed the backgrounG typo.

___
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] defineframed has no effect

2011-11-14 Thread Hans Hagen

On 14-11-2011 22:12, Aditya Mahajan wrote:

On Mon, 14 Nov 2011, Christian wrote:


This gives only a framed Hello, no red, frame still on.
Did something change for setting up own frames?





\defineframed[GreyBg][backgroung=color,backgroundcolor=red,frame=off]


You’ve written backgroung instead of background.


Lol, that's what I get for copy-pasting the wiki :D

Seriously, the typo is in the wiki code...
http://wiki.contextgarden.net/Reference/en/defineframed

Works now!


I spoke too soon. The style is ignored. Example:

\defineframed[myFrame][frame=on,align=middle,style={\it}]
\starttext
\myFrame{Hello}
\stoptext

Is it on purpose?


IIRC, the name of the key is foregroundstyle.


indeed: foregroundcolor and foregroundstyle ... they are always present 
when something used framed while style/color ... keys are used by thw 
wrapper macros


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
___