Re: [NTG-context] Columns and colour background [urgent]

2007-07-25 Thread Saji Njarackalazhikam Hameed
Oliver,

adding the option=background may help

\setupcolumns[option=background]

saji
..

* Oliver Buerschaper [EMAIL PROTECTED] [2007-07-24 14:16:34 +0200]:

 Dear folks,
 
 I'm reposting this because I haven't got any answers so far and also  
 because this is somewhat urgent for me. I need this for a scientific  
 poster which is due rather soon ... Please share your valuable advice  
 with me :-)
 
 Oliver
 
 
 
 Consider this:
 
 ---
 
 \setupcolors
   [state=start]
 
 \setupcolumns
   [background=color,
backgroundcolor=red]
 
 
 \starttext
 
 \startcolumns[n=2]
 \dorecurse{4}{\input tufte}
 \stopcolumns
 
 \framed[background=color,backgroundcolor=red]{Test}
 
 \stoptext
 
 ---
 
 Shouldn't the background of my columns be painted red? According to
 the manual \setupcolumns inherits from \setupframed which does work ...
 ___
 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  : https://foundry.supelec.fr/projects/contextrev/
 wiki : http://contextgarden.net
 ___

-- 
Saji N. Hameed

APEC Climate Center +82 51 668 7470
National Pension Corporation Busan Building 12F 
Yeonsan 2-dong, Yeonje-gu, BUSAN 611705 [EMAIL PROTECTED]
KOREA
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


[NTG-context] Columns and colour background [urgent]

2007-07-24 Thread Oliver Buerschaper
Dear folks,

I'm reposting this because I haven't got any answers so far and also  
because this is somewhat urgent for me. I need this for a scientific  
poster which is due rather soon ... Please share your valuable advice  
with me :-)

Oliver



Consider this:

---

\setupcolors
[state=start]

\setupcolumns
[background=color,
 backgroundcolor=red]


\starttext

\startcolumns[n=2]
\dorecurse{4}{\input tufte}
\stopcolumns

\framed[background=color,backgroundcolor=red]{Test}

\stoptext

---

Shouldn't the background of my columns be painted red? According to
the manual \setupcolumns inherits from \setupframed which does work ...
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Columns and colour background [urgent]

2007-07-24 Thread Taco Hoekwater


Oliver Buerschaper wrote:
 Dear folks,
 
 I'm reposting this because I haven't got any answers so far and also  
 because this is somewhat urgent for me. I need this for a scientific  
 poster which is due rather soon ... Please share your valuable advice  
 with me :-)

Try adding option=background to the \setupcolumns. It may not do
precisely what you want though, as the column gap will not be
colored. If you want that, use textbackgrounds instead

Best wishes,
Taco

___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Columns and colour background [urgent]

2007-07-24 Thread Oliver Buerschaper
Thanks, Taco! That workes even better than I thought ... a column gap  
without color is more a feature to me than anything else ;-)

Oliver

P.S. Why's the option=background necessary from an interface point of  
view? Doesn't everything else (especially \framed) do without it  
happily?



 Try adding option=background to the \setupcolumns. It may not do
 precisely what you want though, as the column gap will not be
 colored. If you want that, use textbackgrounds instead

 Best wishes,
 Taco
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___