Hello,

I'm trying to use pagecolor with preview. Unfortunately, preview seems
to be ignoring the pagecolor command. Here's a minimal example.

mwe.tex:

\documentclass{article}
\usepackage{xcolor}
\usepackage[active,tightpage]{preview}
\begin{document}
\begin{preview}
{\color{white}
\pagecolor{black}
some text
}
\end{preview}
\end{document}

Compiled with `pdflatex mwe.tex`.

Is there a way to get preview to respect the pagecolor command?

Thanks
Matt

Reply via email to