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

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

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