Curricula Vitae / RésumésAdding a picture

ModernCV, Friggeri, Plasmati, Classicthesis-CV, and more
Post Reply
templateuser
Posts: 679
Joined: Tue Mar 03, 2015 4:01 pm

Adding a picture

Post by templateuser »

Hi,

I would really like to use this template. Is there any command to add a picture just below the name ?

Thanks !

Daniel

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Post by Stefan Kottwitz »

Add \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
Stefan
LaTeX.org admin
Post Reply