Add 'Draft' to every page + something at the very start master
authorAlain D D Williams <addw@phcomp.co.uk>
Wed, 26 Aug 2020 16:08:45 +0000 (17:08 +0100)
committerAlain D D Williams <addw@phcomp.co.uk>
Wed, 26 Aug 2020 16:08:45 +0000 (17:08 +0100)
powerpc-add/src/power-spec.tex
powerpc-add/src/preamble.tex

index 7340edabc03b29772cb7fb3531f49cc5babb059d..d3a3eb034da6ec6b99241172e05b162ede51b562 100644 (file)
 \title{\vspace{-0.7in}\Large {\bf Additions to The PowerPC Instruction Set Manual} \\
   \large {\bf Libre-SOC Extensions} \\
   Document Version \specrev
-  \vspace{-0.1in}}
+  \vspace{-0.1in} \\
+\vspace{1in} \Huge{\textbf{This document is draft}} \\
+This means that: it is not complete, it may contain outrageous errors,
+it may knot bee speled write, parts may be in the wrong order, updates will
+come at strange intervals and may make things worse.
+No liability will be accepted for any use of the draft document contents.
+% When the draft notice is removed - remember to remove draft/watermark at the top of the preamble
+}
 
 \author{Editor: Alain D D Williams$^{1}$ \\
   $^{1}$Parliament Hill Computers Ltd, \\
index 5b906d7bf286868e5ab90366144f75edcd77a5dc..11c65c9b48bad52264bbc738608b828f28b31a1d 100644 (file)
@@ -1,6 +1,9 @@
 % Package includes
 
-\usepackage{tabularx}  % For tables with wide columns
+\usepackage{tabularx}                  % For tables with wide columns
+
+\usepackage{draftwatermark}            % Put Draft on every page
+\SetWatermarkScale{3}                  % Make the word Draft big enough to see
 
 \usepackage{graphicx}
 \usepackage{geometry}