Page LayoutChange Background Color for only one Page

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
EigenGoofy
Posts: 42
Joined: Fri Jul 22, 2011 12:26 am

Change Background Color for only one Page

Post by EigenGoofy »

How to change background color on ONLY ONE page please?

I tried "\pagecolor", which changed color on all pages.

Thank you!
Last edited by EigenGoofy on Mon Dec 05, 2011 12:21 am, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
Stefan Kottwitz
Site Admin
Posts: 10348
Joined: Mon Mar 10, 2008 9:44 pm

Change Background Color for only one Page

Post by Stefan Kottwitz »

Hi, you could use

Code: Select all

\pagecolor{white}
for the next page, for returning to white page background.

Stefan
LaTeX.org admin
EigenGoofy
Posts: 42
Joined: Fri Jul 22, 2011 12:26 am

Re: Change Background Color for only one Page

Post by EigenGoofy »

It works! Thank you, Stefan K.

I also tried to use the package "afterpage".
http://www.ctan.org/pkg/afterpage
Post Reply