Am 14.05.2012 um 17:53 schrieb Peter Schorsch:

> Hi,
> 
> I am trying to pass a tex color as a paramter to a module. I used the
> example from the wiki as a base. But as soon I hand over a color
> directly it does not work.

You can expand the value

  
\normalexpanded{\setupbackgrounds[…][…,backgroundcolor=\currentmoduleparameter{color}]}

or you can use \moduleparameter

  \setupbackgrounds[…][…,backgroundcolor=\moduleparameter{bgcolor}{color}]

> Any help is welcome as I am looking forward to hand
> in my first module. Are there any rules how and where to hand in a
> module for context?

1. You have to place the module in the correct sub folder.

2. Add your module on the modules page on the wiki.

3. Ask Mojca to add it to the context suite.

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

Reply via email to