Adds a DRAFT watermark to the document by using the pdfdraftcopy package. Comment out this in the preamble on release
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9224 a1c6a512-1295-4272-9138-f99709370657
diff --git a/manual/preamble.tex b/manual/preamble.tex
index 05507e7..6008eef 100644
--- a/manual/preamble.tex
+++ b/manual/preamble.tex
@@ -3,6 +3,12 @@
\usepackage{palatino}
%\renewcommand{\familydefault}{\sfdefault}
+%Comment this out at release
+\usepackage{pdfdraftcopy}
+\draftstring{DRAFT VERSION}
+%\draftangle{45}
+
+
\usepackage{float}
\floatstyle{ruled}
@@ -49,9 +55,12 @@
\renewcommand{\footrulewidth}{\iffloatpage{0pt}{0.4pt}}
\setlength{\headheight}{18.5pt}
\newcounter{example}[chapter]
+
\newenvironment{example}
{\stepcounter{example}\paragraph{Example \theexample:}}
{\hfill$\Box$
\bigskip
\noindent}
+
+