callegar / LaTeX-draftwatermark

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

ignoring pages #14

Open Spacial opened 7 years ago

Spacial commented 7 years ago

There is any possibility to ignore selected pages?

Like: \SetWatermarkIgnore[1-3,5,8-15] (would ignore the pages 1-3, 5 and 8-15).

Thanks!

callegar commented 7 years ago

Not at this point, currently, the only page selection that is supported is with respect to the first page. However, this may be a nice enhancement request to consider.

callegar commented 4 years ago

Even if the required enhancement has not yet been provided, it is now possible to manually stop and restart watermarking in version 2.0 of the package.

Spacial commented 4 years ago

nice enhancement, thank you @callegar .

Even if the required enhancement has not yet been provided, it is now possible to manually stop and restart watermarking in version 2.0 of the package.

songylsong commented 6 months ago

If you want to specify the watermark disappeared only on the first page, you can try defining a local command that sets an empty watermark which only acts on the first page.