Page Layout"Draft" in header or footer

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
Post Reply
tigerotor77w
Posts: 6
Joined: Fri Feb 05, 2010 7:35 pm

"Draft" in header or footer

Post by tigerotor77w »

I'll try to word the question as concisely as I can, but it may get a little hairy as, admittedly, I'm new to the world of LaTeX. (That being said, this site has already been of tremendous value in answering many of the other questions I've had along the way!)

I'm currently writing my thesis. As I write each section (in independent sections that I later compile using \include), however, it'd be nice if I could somehow place a header or footer on every page that includes something like "Draft of [date]." I know how to get the current date, but I'm not sure how to format *just* that header or footer so that the original pagination doesn't change. (That is, the Table of Contents page, for instance, is numbered in Roman numerals with the actual content of the thesis in Arabic numerals.)

Is there a command that'll allow me to insert a header or footer across the entire document without placing a separate "\rhead" or similar line in each separate section?

Recommended reading 2024:

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

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

User avatar
frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

"Draft" in header or footer

Post by frabjous »

I would use a watermark for this.

Check out packages like draftcopy, draftmark, watermark, draftwatermark and xwatermark.
User avatar
gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

"Draft" in header or footer

Post by gmedina »

Another option would be the background package.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
tigerotor77w
Posts: 6
Joined: Fri Feb 05, 2010 7:35 pm

Re: "Draft" in header or footer

Post by tigerotor77w »

Thanks for the suggestions -- I'll take a look!
Post Reply