summaryrefslogtreecommitdiff
path: root/Build/source/texk/dviout-util/tests/oldindep.tex
blob: cdfbb4269d96faa622b60ce14f1133668b91e2e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
% page independence (backward compatible)
\documentclass{article}
\usepackage[dvips]{color}
\begin{document}
\pagecolor{red}
background red, black text
\newpage
{\color{blue}
background red, blue text
\newpage
\pagecolor{white}
background white, blue text}
\newpage
background white, black text
\end{document}