Graphics, Figures & TablesPlacing an image in my CV

Information and discussion about graphics, figures & tables in LaTeX documents.
Post Reply
mosquetero
Posts: 1
Joined: Sun Mar 21, 2010 2:29 pm

Placing an image in my CV

Post by mosquetero »

Hi!

I am just writing my CV and I want to add a photo at the top right of my CV. I used:

Code: Select all

\begin{center}
	\includegraphics{C:/fot.jpg}
\end{center}
But it is always in the center (of course, since I am writing center, but I don't know how to place it to the righ).

Besides, my CV has a

Code: Select all

pdftitle = {\name: Curriculum Vitae} 
with my name, and I would like the photo to be just right there, in the title, at the right side of my name.

Can you help me please?

Thanks in advance
Last edited by mosquetero on Sun Mar 21, 2010 2:50 pm, edited 1 time 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.

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Placing an image in my CV

Post by localghost »

Post Reply