The "draftwatermark" package extends LaTeX providing a means to add a textual, light gray watermark on every page or on the first page of a document. Typical usage may consist in writing words such as "DRAFT" or "CONFIDENTIAL" across document pages. The package may remind in some sense "draftcopy" by Dr. Juergen Vollmer, but its implementation is much lighter (as the reduced code footprint shows) and does not rely on postscript specials, making the package fully compatible with pdfLaTeX. The package depends on package "everypage" by the same author.
15
stars
6
forks
source link
[feature request] Provide a command to turn off watermarking #16
Please see refer the question here for the background information.
In a thesis, or other similar documents, it is not an unusual requirement to need a watermark only in the main-matter ie no watermark must be placed in the first few pages bearing the frontmatter.
Therefore, a pair of commands \DisableWaterMark and ReEnableWaterMark (or other suitable names) on the lines of the solution by Ulrike Fischer could be provided in future versions to handle this case.
Please see refer the question here for the background information.
In a thesis, or other similar documents, it is not an unusual requirement to need a watermark only in the main-matter ie no watermark must be placed in the first few pages bearing the frontmatter.
Therefore, a pair of commands
\DisableWaterMark
andReEnableWaterMark
(or other suitable names) on the lines of the solution by Ulrike Fischer could be provided in future versions to handle this case.