/projects/cv_templating/
pythoncode_projectlatex
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% cv template using the friggeri-cv latex class
%
%
% Friggeri Resume/CV for A4 paper format
% XeLaTeX Template
% Version 1.0
%
% A4 version author:
% Marvin Frommhold (depressiverobot.com)
% https://github.com/depressiveRobot/friggeri-cv-a4
%
% Original author:
% Adrien Friggeri (adrien@friggeri.net)
% https://github.com/afriggeri/CV
%
% License:
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
%
% Important notes:
% This template needs to be compiled with XeLaTeX and the bibliography, if used,
% needs to be compiled with biber rather than bibtex.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

% Options
% 'print': remove colors from this template for printing
% 'nocolor' to disable colors in section headers
\documentclass[]{friggeri-cv-a4}

\addbibresource{bibliography.bib} % Specify the bibliography file to include publications

\begin{document}

\header{<{firstname}>}{<{lastname}>}{current job title/field?} % Your name and current job title/field

%----------------------------------------------------------------------------------------
% SIDEBAR SECTION
%----------------------------------------------------------------------------------------

\begin{aside} % In the aside, each new line forces a line break
\section{contact}
<{address_street}>
<{address_city}>
~
<{contact_phone}>
~
\href{mailto:<{contact_email}>}{<{contact_email}>}
\href{http://where.com}{website?}
\section{languages}
english mother tongue
spanish \& italian fluency
<[section_links]>
\section{<{section_title}>}
	<[links_entries]>\href{<{url}>}{<{name}>}
	<[/links_entries]>
<[/section_links]>
\end{aside}

%----------------------------------------------------------------------------------------
% EDUCATION SECTION
%----------------------------------------------------------------------------------------

<[section_education]>
\section{<{section_title}>}

\begin{entrylist}

<[education_entries]>
\entry
	{<{period}>}
	{<{description}>}
	{<{school}>}
	{<[subentries]>\emph{<{name}>:} <{description}> <[/subentries]>}
<[/education_entries]>

\end{entrylist}
<[/section_education]>

%----------------------------------------------------------------------------------------
% EXPERIENCE SECTION
%----------------------------------------------------------------------------------------

<[section_experiences]>
\section{experience}

\begin{entrylist}

%------------------------------------------------

<[experiences_entries]>
\entry
{<{period}>}
{<{description}>}
{Where?}
{<{details}>
	\begin{description}<[subentries]>\item[<{name}>] <{description}><[/subentries]>
	\end{description}}

<[/experiences_entries]>

\end{entrylist}
<[/section_experiences]>

%----------------------------------------------------------------------------------------
% AWARDS SECTION
%----------------------------------------------------------------------------------------

\section{awards}

%----------------------------------------------------------------------------------------
% KNOWLEDGE SECTION
%----------------------------------------------------------------------------------------

<[section_knowledge]>
\section{<{section_title}>}

\begin{entrylist}

%------------------------------------------------

<[knowledge_entries]>
\entry
{}
{<{title}>}
{}
{<[entries]>\emph{<{name}>} <{description}>\\
<[/entries]>}

<[/knowledge_entries]>

\end{entrylist}
<[/section_knowledge]>

%----------------------------------------------------------------------------------------
% INTERESTS SECTION
%----------------------------------------------------------------------------------------

\section{interests}


%----------------------------------------------------------------------------------------
% PUBLICATIONS SECTION
%----------------------------------------------------------------------------------------

\section{publications}

\end{document}