[texhax] Reversing Colors?

Heiko Oberdiek heiko.oberdiek at googlemail.com
Fri Apr 22 00:44:57 CEST 2011


On Thu, Apr 21, 2011 at 05:15:33PM -0500, Iraj Kalantari wrote:

> How is it possible to produce slides or pdf documents to be white on black?

\documentclass{article}
\usepackage{color}
\color{white}
\pagecolor{black}
\begin{document}
\section{Hello World}
Some Text.
\end{document}

Yours sincerely
  Heiko Oberdiek


More information about the texhax mailing list