[NTG-context] lightgray text for background

2010-09-30 Thread R. Bastian
Hello,

for a title page I would use a page of code as background.
How can I get the text

\starttyping

code

\stoptyping

in gray or lightgray ?

Thanks,



-- 
René Bastian
www.pythoneon.org
www.musiques-rb.org
___
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] lightgray text for background

2010-09-30 Thread Wolfgang Schuster

Am 30.09.2010 um 15:29 schrieb R. Bastian:

 Hello,
 
 for a title page I would use a page of code as background.
 How can I get the text
 
 \starttyping
 
 code
 
 \stoptyping
 
 in gray or lightgray ?

\startstandardmakeup

\setuptyping[color=gray]

\starttyping
...
\stoptyping

\stopstandardmakeup

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
___