I may miss something: I cannot produce really greyscale or monochrome pdf. If I create a very simple document, say Hello, with no or basic packages, article or book, and compile it with pdflatex (which I need to use for my project), the pdf appears as greyscale in Texmaker viewer, but not in Acrobat or Foxit readers. It is rich black (RGYK). I have another document, compiled by someone else with pdflatex or pdftex, which appears greyscale OK in Acrobat.
It is the same even if I add \usepackage[greyscale]{xcolor}.
I am working with Windows and usually compile with TexnicCenter (but TeXMaker does the same).
Any idea ?
MWE:
\documentclass[a4paper]{article}
\usepackage[monochrome]{xcolor}
\begin{document}
Hello
\end{document}

\color{yellow}{Hello}no change. How do you check whether it's grayscale or not? – percusse Aug 24 '12 at 14:10greyscaleor monochrome, notRGYK. – Manchot Aug 24 '12 at 14:15\color{yellow}{Hello}appears black all right on the screen, but it is rich black for me... – Manchot Aug 24 '12 at 14:27