Graphics, Figures & Tableswatermark | Scaling included Graphics for Watermark

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
dmitriae
Posts: 2
Joined: Thu Aug 02, 2012 5:30 pm

watermark | Scaling included Graphics for Watermark

Post by dmitriae »

Hello all,

I have a problem putting a graphic watermark in my document. I am using watermark package and I have no idea how to scale the watermark. I put this in my preamble.

Code: Select all

\usepackage{watermark}
\watermark{\centering\put(85,-690){\includegraphics[width=0.5
\textwidth]{picture.jpg}} 
}

But what do I have to do in order to scale it?

Thanks a lot!
Cheers
Last edited by localghost on Thu Aug 02, 2012 7:02 pm, edited 2 times in total.

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

kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

watermark | Scaling included Graphics for Watermark

Post by kaiserkarl13 »

I haven't used the watermark package before, but the draftwatermark package sounds like it does something similar and has a bunch of options to control things like scale.
Post Reply