summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xREADME.md12
-rwxr-xr-xcv.tex17
2 files changed, 17 insertions, 12 deletions
diff --git a/README.md b/README.md
index 620a6d0..e25a6dc 100755
--- a/README.md
+++ b/README.md
@@ -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}
+```
diff --git a/cv.tex b/cv.tex
index 9541c02..51881f7 100755
--- a/cv.tex
+++ b/cv.tex
@@ -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