From ec6efcf92736d28dfb1a531010a957b10062deb0 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Thu, 29 Sep 2016 18:25:51 +1100 Subject: Style renaming source-awesome-cv.cls -> awesome-source-cv.cls Local font used --- cv.tex | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'cv.tex') diff --git a/cv.tex b/cv.tex index da7e583..ab72622 100755 --- a/cv.tex +++ b/cv.tex @@ -1,6 +1,6 @@ % !TEX TS-program = xelatex -\documentclass{source-awesome-cv} +\documentclass{awesome-source-cv} \name{Christophe}{ROGER} @@ -21,11 +21,11 @@ %--------------------SECTIONS----------------------------------- \input{section_headline} -\input{section_competences} % Section compétence -\input{section_experience_short} % Section expérience -\input{section_langues} % Section langues -\input{section_scolarite} % Section scholarité -%\input{section_interets} % Section intérêts -\input{section_references} % Section références +\input{section_competences} % Section compétence +\input{section_experience_short} % Section expérience +\input{section_langues} % Section langues +\input{section_scolarite} % Section scholarité +%\input{section_interets} % Section intérêts +\input{section_references} % Section références \end{document} \ No newline at end of file -- cgit v1.2.3 From 3273db2efdc36dea6f9b36198035ea5599e529e9 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Fri, 30 Sep 2016 06:07:08 +1100 Subject: New option to use local font in place of system font --- cv.tex | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'cv.tex') diff --git a/cv.tex b/cv.tex index ab72622..213adb2 100755 --- a/cv.tex +++ b/cv.tex @@ -1,7 +1,5 @@ % !TEX TS-program = xelatex - -\documentclass{awesome-source-cv} - +\documentclass[localFont]{awesome-source-cv} \name{Christophe}{ROGER} \tagline{Chef de projet IT} @@ -14,18 +12,18 @@ \address{2 Rue du quartier, 98765 Ville, Pays}\\ \infos{Né le 23 septembre 1982 (33 ans) à Nouméa, Nouvelle-Calédonie} } -%------------------------------------------ + \begin{document} \makecvheader %--------------------SECTIONS----------------------------------- \input{section_headline} -\input{section_competences} % Section compétence -\input{section_experience_short} % Section expérience -\input{section_langues} % Section langues -\input{section_scolarite} % Section scholarité -%\input{section_interets} % Section intérêts -\input{section_references} % Section références +\input{section_competences} % Section compétence +\input{section_experience_short} % Section expérience +\input{section_langues} % Section langues +\input{section_scolarite} % Section scholarité +%\input{section_interets} % Section intérêts +\input{section_references} % Section références \end{document} \ No newline at end of file -- cgit v1.2.3