From 668d44e0f1229b699c627cbfc4267f6f9375e744 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Fri, 29 Jul 2016 18:46:51 +1100 Subject: Bug fixing on darwiin-cv.cls Updated README.md --- README.md | 11 +++++------ darwiin-cv.cls | 14 +++++++------- 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 2655d34..dd998a3 100755 --- a/README.md +++ b/README.md @@ -3,16 +3,15 @@ latex-classicalcv Latex CV based on CV template created by Alessandro Plasmati. The original templates utilizes XeLaTeX engine and Fontin font. 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 -- https://www.sharelatex.com/templates/cv-or-resume/professional-cv + - http://fr.scribd.com/doc/16335667/Writing-your-Professional-CV-with-LaTeX + - http://www.latextemplates.com/template/plasmati-graduate-cv + - https://www.sharelatex.com/templates/cv-or-resume/professional-cv In my version, Personal data have moved on top of the page just before the professional title. - I have also created little Latex macros to make easier and cleaner Latex source code -```TeX +```latex \user{firstname}{LASTNAME} \linkedin{{link}{Link Description}} \address{12, Dummy Road, 000000, Dummy Country} @@ -23,7 +22,7 @@ I have also created little Latex macros to make easier and cleaner Latex source Another macro has been set to perform conditional include. You have to put \demotrue or \demofalse once in your file to use \conditionalinput macro -```TeX +```latex %These two lines will include section_references_demo \demotrue \conditionalinput{section_references_demo}{references} diff --git a/darwiin-cv.cls b/darwiin-cv.cls index 69ddb36..7472942 100755 --- a/darwiin-cv.cls +++ b/darwiin-cv.cls @@ -52,13 +52,13 @@ \setlength{\leftcolumn}{2.5cm} % Macros -\newcommand{\el}{\quad \faAngleRight \enspace} % Custom itemize to use with array -\newcommand\user[2]{\color{Blue}{\LARGE #1 #2}\color{Black}} % Username -\newcommand\linkedin[2]{\faLinkedin \quad \href{#1}{#2}} % Linkedin icon + URL -\newcommand\address[1]{\faHome \quad #1} % Home icon + address as parameter -\newcommand\infos[1]{\faInfo \quad #1} -\newcommand\smartphone[1]{\faMobilePhone \quad #1} -\newcommand\email[2]{\faEnvelope \quad \href{mailto:#1}{#2}} +\newcommand{\el}{\quad \faAngleRight \enspace} % Custom itemize to use with array +\newcommand\user[2]{\color{Blue}{\LARGE #1 #2}\color{Black}} % Username +\newcommand\linkedin[2]{\faLinkedin \quad \href{#1}{#2}} % Linkedin icon + URL +\newcommand\address[1]{\faHome \quad #1} % Home icon + address as parameter +\newcommand\infos[1]{\faInfo \quad #1} % I icon +\newcommand\smartphone[1]{\faMobilePhone \quad #1} % Smartphone Icon +\newcommand\email[2]{\faEnvelope \quad \href{mailto:#1}{#2}} % Envelope Icon + mailto link \newcommand\link[2]{\href{#1}{#2} \faLink } \newcommand\important[1]{\textbf #1} -- cgit v1.2.3 From b9ae1bf067668aaa33c98bee1483e3ebd759bec7 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Fri, 29 Jul 2016 19:03:07 +1100 Subject: Changes to be committed: modified: README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dd998a3..e5e541a 100755 --- a/README.md +++ b/README.md @@ -2,10 +2,11 @@ latex-classicalcv ================= Latex CV based on CV template created by Alessandro Plasmati. The original templates utilizes XeLaTeX engine and Fontin font. -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 - - https://www.sharelatex.com/templates/cv-or-resume/professional-cv +More informations can be found here : + + - [ Scribd ](http://fr.scribd.com/doc/16335667/Writing-your-Professional-CV-with-LaTeX) + - [ LaTeX Templates ](http://www.latextemplates.com/template/plasmati-graduate-cv) + - [ ShareLatex ](https://www.sharelatex.com/templates/cv-or-resume/professional-cv) In my version, Personal data have moved on top of the page just before the professional title. -- cgit v1.2.3 From ae05b87a20eda95a1b193a6f68b1c06774506778 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Sat, 30 Jul 2016 08:45:45 +1100 Subject: Updated REAMDME.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e5e541a..74bfcfd 100755 --- a/README.md +++ b/README.md @@ -1,14 +1,15 @@ latex-classicalcv ================= -Latex CV based on CV template created by Alessandro Plasmati. The original templates utilizes XeLaTeX engine and Fontin font. +Latex CV based on CV template created by Alessandro Plasmati. The original templates utilizes _XeLaTeX_ engine and _Fontin_ font. More informations can be found here : - [ Scribd ](http://fr.scribd.com/doc/16335667/Writing-your-Professional-CV-with-LaTeX) - [ LaTeX Templates ](http://www.latextemplates.com/template/plasmati-graduate-cv) - [ ShareLatex ](https://www.sharelatex.com/templates/cv-or-resume/professional-cv) -In my version, Personal data have moved on top of the page just before the professional title. +In my version, Personal data have moved on top of the page just before the professional title. I've also replaced default font by _Helvetica Neue_ +and included _Font Awesome_ items. I have also created little Latex macros to make easier and cleaner Latex source code @@ -20,7 +21,6 @@ I have also created little Latex macros to make easier and cleaner Latex source \smartphone{+687 000 000} \email{mail@dummy-mail.com} ``` - Another macro has been set to perform conditional include. You have to put \demotrue or \demofalse once in your file to use \conditionalinput macro ```latex -- cgit v1.2.3