\usepackage{graphicx}
\usepackage{background}
\backgroundsetup{contents= text, opacity=0.1,color=grey} % error for grey
\usepackage{everypage}
\begin{document}
text
\end{document}
我在文档中使用了水印。但使用灰色会产生错误Package xcolor Error: Undefined color grey'. ...{\numberline {1.12}Boolean polynomial}{53}
。
可能是默认颜色是 80% 灰色?但如果我使用\backgroundsetup{contents= text, opacity=0.1}
,它就会变成红色。