Changes

Jump to navigation Jump to search
14 bytes removed ,  20:52, 15 June 2015
m
no edit summary
ConTeXt supports two color models: [http://en.wikipedia.org/wiki/RGB_color_model RGB] (typically used for screen display) and [http://en.wikipedia.org/wiki/CMYK_color_model CMYK] (typically used for printing). There is also support for [http://en.wikipedia.org/wiki/Spot_color spot colors] (typically used for offset printing) and transparencies.
= Warning Before you start ... =
1. It is usually a bad style to use explicit color switches in the text. It is better to define a semantic command that takes care of the color switching. For example, instead of using <code>\color[red]{important text}</code>, define
2. Colors are not enabled by default in MkII. To enabled colors in MkII, use
<texcode>\setupcolors[state=start]</texcode>
 
3. To disable colors in a document, use
<texcode>\setupcolors[state=stop]</texcode>
= Basic Usage =
etc.
= Disable color =
 
If you want to disable colors in a document, use
<texcode>\setupcolors[state=stop]</texcode>
= Pre-defined colors =

Navigation menu