Curricula Vitae / Résumésadding images on the left column side of the template

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

adding images on the left column side of the template

Post by templateuser »

Dear all,

Thanks for making this awesome template available! I need to add some figures/images to my CV on the left side column, next to the "entries". To ilustrate what I'm looking for, I'm attaching an image. An example is given as a red box in the attached image:
cv.png
cv.png (73.5 KiB) Viewed 4091 times
All advices are welcomed

Best,

Tin

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Vel
Site Moderator
Posts: 463
Joined: Fri Jun 29, 2012 1:20 am

adding images on the left column side of the template

Post by Vel »

Hi Tin,

A quick and dirty way you can do this is like so:

Code: Select all

\begin{aside} % In the aside, each new line forces a line break
\section{contact}
123 Broadway
City, State 12345
Country
~
+0 (000) 111 1111
+0 (000) 111 1112
~
\href{mailto:john@smith.com}{john@smith.com}
\href{http://www.smith.com}{http://www.smith.com}
\href{http://facebook.com/johnsmith}{fb://jsmith}
\section{languages}
english mother tongue
spanish \& italian fluency
\section{programming}
{\color{red} $\varheartsuit$} JavaScript
Python, C++, PHP
CSS3 \& HTML5
~
~
~
test
\end{aside}
Notice the tildes (~) each of which is adding some vertical whitespace. Instead of "test", just put \includegraphics{picture.jpg} and you're set!

Cheers,
Vel
Founder and administrator of LaTeXTemplates.com and LaTeXTypesetting.com
Post Reply