Search found 2 matches

by Lisa1234
Thu May 09, 2013 9:37 pm
Forum: Graphics, Figures & Tables
Topic: Include Picture Manually
Replies: 1
Views: 2480

Include Picture Manually

After long time I did:

\usepackage{ graphicx}
\usepackage{eso-pic}


\newcommand\BackgroundPic{
\put(99,325){
\parbox[b][\paperheight]{\paperwidth}{%
\vfill
\includegraphics[scale=0.07]{lisa}%
\vfill
}}}

and in Text:
\AddToShipoutPicture*{\BackgroundPic}

It works, however I would prefer the ...
by Lisa1234
Thu May 09, 2013 1:40 pm
Forum: Graphics, Figures & Tables
Topic: Include Picture Manually
Replies: 1
Views: 2480

Include Picture Manually

Hello,

I have a question about including a picture and I cant find any information about it...:(
I am using "moderncv" but the picture is not put in the right place. So I want to put it manually in the top left corner, about 5cm from left, and 5cm from top. How can I do that? Is that even possible ...