Curricula Vitae / Résumés ⇒ adding images on the left column side of the template
-
- Posts: 679
- Joined: Tue Mar 03, 2015 4:01 pm
adding images on the left column side of the template
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:
All advices are welcomed
Best,
Tin
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
adding images on the left column side of the template
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 BroadwayCity, State 12345Country~+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 tonguespanish \& italian fluency\section{programming}{\color{red} $\varheartsuit$} JavaScriptPython, C++, PHPCSS3 \& HTML5~~~test\end{aside}
~
) each of which is adding some vertical whitespace. Instead of "test
", just put \includegraphics{picture.jpg}
and you're set!Cheers,
Vel