diff options
-rwxr-xr-x | README.md | 12 | ||||
-rwxr-xr-x | cv.tex | 17 |
2 files changed, 17 insertions, 12 deletions
@@ -1,4 +1,14 @@ latex-classicalcv ================= -Latex classical CV +Latex CV based on Alessandro PLASMATI graduate CV. More informations can be found here +- http://fr.scribd.com/doc/16335667/Writing-your-Professional-CV-with-LaTeX +- http://www.latextemplates.com/template/plasmati-graduate-cv + +This resume use + + +Macros have been created to make easier and cleaner Latex source code +```TeX +\user{firstname}{LASTNAME} +``` @@ -9,10 +9,8 @@ \usepackage{marvosym}
\usepackage{fontspec} %for loading fonts
\usepackage{xunicode,xltxtra,url,parskip} %other packages for formatting
-\RequirePackage{color,graphicx}
+%\RequirePackage{color,graphicx}
\usepackage[usenames,dvipsnames]{xcolor}
-%\usepackage[big]{layaureo} %better formatting of the A4 page
-% an alternative to Layaureo can be ** \usepackage{fullpage} **
\usepackage{fullpage}
\usepackage{longtable} %for Grades
\usepackage{titlesec} %custom \section
@@ -24,6 +22,7 @@ \definecolor{linkcolour}{rgb}{0,0.2,0.6}
\hypersetup{colorlinks,breaklinks,urlcolor=linkcolour, linkcolor=linkcolour}
+% Include custom package
\usepackage{ResumeMacros}
\usepackage{DemoMode}
@@ -74,15 +73,11 @@ %--------------------SECTIONS-----------------------------------
\input{headline}
-\input{competences} % Section compétence
-\input{experience_compact} % Section expérience
-\input{langues} % Section langues
+\input{competences} % Section compétence
+\input{experience_compact} % Section expérience
+\input{langues} % Section langues
\input{scolarite}
%\input{interets}
+\conditionalinput{references_demo}{references} % Section références
-
-\conditionalinput{references_demo}{references} % Section références
-
-
-
\end{document}
\ No newline at end of file |