Document ClassesInclusion of Picture in CV

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
marie2011
Posts: 138
Joined: Mon Feb 06, 2012 4:58 pm

Inclusion of Picture in CV

Post by marie2011 »

Dear forum members,

I decided to use the cv package for creating a CV. I have two questions:
  1. How can I include a picture on the right side of the document?
  2. Is it possible to make the part of \item, i.e. where dates are written, wider?
Here is a minimal working example:

Code: Select all

\documentclass[a4paper]{article}
\usepackage{tabularx}
\usepackage{ae}
\usepackage[T1]{fontenc}
\usepackage{CV}

\begin{document}
\pagestyle{empty}
%Ueberschrift
\begin{center}
\huge{\textsc{Curriculum Vitae}}
\vspace{\baselineskip}
\Large{\textsc{Name Surname}}
\end{center}
\vspace{1.5\baselineskip}
\section{Address}
\begin{flushleft}
\end{flushleft}
\section{Education}
\begin{CV}
\item[10/1992--09/1994] Undergraduate Studies 
\end{CV}
\end{document}
Many thanks in advance.

Regards,

Marie

Recommended reading 2024:

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

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

Post Reply