Curricula Vitae / Résumés ⇒ Adding a picture
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
Adding a picture
I would really like to use this template. Is there any command to add a picture just below the name ?
Thanks !
Daniel
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
- Stefan Kottwitz
- Site Admin
- Posts: 10358
- Joined: Mon Mar 10, 2008 9:44 pm
Adding a picture
\usepackage{graphicx}
to the preamble for graphics support. Then you can use the \includegraphics
command for placing a picture anywhere. This can be done within the \name
argument as well:Code: Select all
\name{John Smith\\\includegraphics{photo}\\} % Your name at the top