Hi,
I would really like to use this template. Is there any command to add a picture just below the name ?
Thanks !
Daniel
Curricula Vitae / Résumés ⇒ Adding a picture
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10340
- Joined: Mon Mar 10, 2008 9:44 pm
Adding a picture
Add
Stefan
\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
LaTeX.org admin