Foucault
2006-02-20 12:52:39 UTC
Hi everyone,
I was trying to find out how to use colors in LaTeX documents. I've
found xcolor and thought that would suit me best for what I need.
However there is no color in output, apart from gray. Whatever color I
choose the output is presented in grayscale.
For example look at this code:
\documentclass[a4paper,12pt]{report}
\usepackage{xcolor}
\begin{document}
\textcolor[rgb]{1.0,1.0,0.5}{foo text}
\end{document}
The above is supposed to present foo text in light yellow color,
however all I see is pale, barely readable, gray. It seems that the
text's color is being "transformed" to the corresponded tone of gray.
This happens to any form of output (dvi, ps, pdf)
I would appreciate any help,
Spyros "Foucault" Stathopoulos
I was trying to find out how to use colors in LaTeX documents. I've
found xcolor and thought that would suit me best for what I need.
However there is no color in output, apart from gray. Whatever color I
choose the output is presented in grayscale.
For example look at this code:
\documentclass[a4paper,12pt]{report}
\usepackage{xcolor}
\begin{document}
\textcolor[rgb]{1.0,1.0,0.5}{foo text}
\end{document}
The above is supposed to present foo text in light yellow color,
however all I see is pale, barely readable, gray. It seems that the
text's color is being "transformed" to the corresponded tone of gray.
This happens to any form of output (dvi, ps, pdf)
I would appreciate any help,
Spyros "Foucault" Stathopoulos