This page has a tutorial for making CV, but it doesn't have the example to make grayed/outdented section as follows:
How can I make this? The copied code from the poster without the outdenting/grayed area is as follows.
\documentclass[a4paper, oneside, final]{scrartcl}
\usepackage{soul}
\usepackage{scrpage2}
\usepackage{titlesec}
\usepackage{marvosym}
\titleformat{\section}{\large\scshape\raggedright}{}{0em}{}[\titlerule]
\pagestyle{scrheadings}
\renewcommand{\headfont}{\normalfont\rmfamily\scshape}
% add the symbols for email and phone contact data
\cofoot{\so{Liefdestraat, 7 - 1234LI, Amsterdam, Nederland}\\
\so{ {\Large\Letter} jeff@gmail.com \ {\Large\Telefon} +31 (0)6 12345678}}
\begin{document}
\begin{center}
\textsc{\Huge{\so{Iulius Caesar}}}
\section{Experiences}
\section{Skills}
\section{Education}
\section{Publications}
\section{Personal Info}
\section{Languages}
\section{Interests}
\end{center}
\end{document}
Update package if necessary
One needs to update enumitem package with tlmgr update --self when the output is as follows:


framed. – Marco Daniel Apr 27 '12 at 21:19