auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Use pagecolor with preview package


From: Matt Huszagh
Subject: Use pagecolor with preview package
Date: Tue, 12 May 2020 11:27:48 -0700

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

[Prev in Thread] Current Thread [Next in Thread]