The context engine produces documents for the ConTeXt document layout system,
which can then be used to produce high-quality PostScript or PDF
output.
6 ConTeXt Customization
| document-style | "book" | A string describing the document style. |
| user-style | #f | A string denoting a the name of a file
specifying user customization |
| font-type | "roman" | A string denoting the default font family. |
| font-size | 11 | An integer representing the default font size. |
| image-format | ("jpg") | A list of supported image formats. |
| source-comment-color | "#ffa600" | The source comment color. |
| source-error-color | "red" | The source error color. |
| source-define-color | "#6959cf" | The source define color. |
| source-module-color | "#1919af" | The source module color. |
| source-markup-color | "#1919af" | The source markup color. |
| source-thread-color | "#ad4386" | The source thread color. |
| source-string-color | "red" | The source string color. |
| source-bracket-color | "red" | The source bracket color. |
| source-type-color | "#00cf00" | The source type color. |