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 351 times

Recommended reading 2024:

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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
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