Changes

Jump to navigation Jump to search
344 bytes added ,  14:24, 1 June 2009
→‎Using Colors: +example: Background of the page
* Use the color name like <tt>[color=blablue]</tt> in some <tt>\setup...</tt> command.
* Typeset single text elements with <cmd>color</cmd><tt>[blablue]{nice blue text}</tt> or longer sections with <cmd>startcolor</cmd><tt>[blablue] ...</tt> <cmd>stopcolor</cmd>.
 
== Background of the page ==
 
{|
! width="45%"|
! width="10%"|
! width="45%"|
|-
| <texcode>
\setupbackgrounds[page][background=color,backgroundcolor=blue]
 
\starttext
text
\stoptext
</texcode>
|
|<context>
\setupcolors[state=start]
 
\setupbackgrounds[page][background=color,backgroundcolor=blue]
 
\starttext
text
\stoptext
</context>
|}
=Spot colours=

Navigation menu