Document 475 The LaTeX color packageVersion: 3.x, 4.x, 5.x - Scientific WorkPlace & Scientific Word The color package produces boxes or entire pages with colored backgrounds. The package implements LaTeX support for color when the active DVI driver can produce colored text. Many driver options are available through the Options and Packages command on the Typeset menu. For flexibility, we recommend that you leave the options unmodified. The local LaTeX installation sets the driver defaults. If you leave the configuration unchanged, you can compile your document without changes in another LaTeX environment. The package works successfully with PDF files (Version 5.x). How to use color in a document
You can predefine the colors you want to use in the preamble of your document or specify them at the point you need them with commands in encapsulated TeX fields. The commands specify whether you want a box or a page in color. The commands also specify which of four common color models you want to use: rgb (red, green, blue), cmyk (cyan, magenta, yellow, black), gray, or named (names known to the selected driver). The monochrome option turns off all colors and is useful if you want to preview your document using a previewer that cannot produce color. Command arguments specify the exact color. See the package documentation for more information about using the package commands. The color package is part of the Standard LaTeX Graphics Bundle along with graphicx. For more information, see the PackageSample-color.tex file in the SWSamples directory of your program installation. The package is installed in the TCITeX/TeX/LaTeX/required/graphics directory. Last revised 07/15/05 The information in this frame was created with Scientific WorkPlace. |