Graphics, Figures & Tablesdraftwatermark | Specified Watermark fails

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
sachinrajsharma
Posts: 35
Joined: Sun Apr 08, 2012 5:48 am

draftwatermark | Specified Watermark fails

Post by sachinrajsharma »

Hi,

I want to insert watermark in attached file but unable to do so. Please help. I am using EdUbuntu.


Regards,
Sachin
Attachments
TEST Class V.tex
(2.17 KiB) Downloaded 348 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

svend_tveskaeg
Posts: 478
Joined: Sun Jul 12, 2009 5:31 am

draftwatermark | Specified Watermark fails

Post by svend_tveskaeg »

This is not a MWE. (It is neither minimal nor working.)

I cannot compile your file; with latex "TEST Class V.tex" I get the error

Code: Select all

! Undefined control sequence.
<recently read> \SetWaterMarkText 
                                  
l.7 \SetWaterMarkText
                     {ODANT}
Is your problem that you get the same compile error as I do?

Btw. It is better to omit blank spaces in file names. Especially when using Linux since that often means working from a terminal.
``In the game of chess, you can never let your adversary see your pieces.''
-- Zapp Brannigan, Futurama (season 1, episode 4)
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

draftwatermark | Specified Watermark fails

Post by localghost »

sachinrajsharma wrote:[…] I want to insert watermark in attached file but unable to do so. […]
Note that LaTeX is case sensitive. The correct command is \SetWatermarkText, and not \SetWaterMarkText. For details refer to the package manual (which you should always do before asking).


Thorsten
Post Reply