On 8/27/06, Pupeno <[EMAIL PROTECTED]> wrote:
> You can use the package xcolor and define your own colors. You may
> want to use agave
>
> (http://home.gna.org/colorscheme/)
>
> to determine the RGB codes of the colors. Pay attention to the
> preamble of the attached example.
Just for the record, getting the xcolor package was a matter of emerging
dev-tex/xcolor on my Gentoo and then in the preamble I wrote:
\usepackage{xcolor}
\definecolor{green}{RGB}{0, 180, 0}
\definecolor{cyan}{RGB}{0, 180, 180}
\definecolor{yellow}{RGB}{211,211,0}
which was very nice because I could still work using LyX's nice way to sent a
font color (no ERT) and get the colors I wanted (which were just a bit darker
than the originals).
Do you think that I should write this on some wiki for others to have it ?
Yes, I think it is worthy to mention that procedure in LyX Wiki. As a
side comment, notice that you could have installed the package xcolor
directly from CTAN.
Paul