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?
Page Layout ⇒ "Draft" in header or footer
NEW: TikZ book now 40% off at Amazon.com for a short time.
"Draft" in header or footer
I would use a watermark for this.
Check out packages like draftcopy, draftmark, watermark, draftwatermark and xwatermark.
Check out packages like draftcopy, draftmark, watermark, draftwatermark and xwatermark.
"Draft" in header or footer
Another option would be the background package.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
-
- Posts: 6
- Joined: Fri Feb 05, 2010 7:35 pm
Re: "Draft" in header or footer
Thanks for the suggestions -- I'll take a look!