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

Code, edit and compile here:
\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}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
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.

Post Reply