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 ...
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
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
Oliver,
adding the option=background may help
\setupcolumns[option=background]
saji
..
* 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 ___________________________________________________________________________________
-- Saji N. Hameed APEC Climate Center +82 51 668 7470 National Pension Corporation Busan Building 12F Yeonsan 2-dong, Yeonje-gu, BUSAN 611705 saji@apcc21.net KOREA
participants (3)
-
Oliver Buerschaper
-
Saji Njarackalazhikam Hameed
-
Taco Hoekwater