Using X11 Colors in Color LaTeX Documents
`rgb2tex.pl' is a perl script which converts the X11 color definitions found in the `rgb.txt' file into definitions for the \color command from the pstricks package. This allows you to use X11 colors in the postscript or PDF output of your LaTeX documents.
Here is a short example of how to use the output of the perl script.
\documentclass{article}
\usepackage{pstricks, pstcol}
\begin{document}
\input{rgb.tex}
{\color{forestgreen} This is forestgreen. }
\end{document}

![[Created by XEmacs!]](http://cars9.uchicago.edu/~ravel/images/z_logo_xemacs.jpg)
![[Created with the Template Toolkit!]](http://cars9.uchicago.edu/~ravel/images/TT.gif)




