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

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Stefan Kottwitz
Site Admin
Posts: 10335
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