diff options
author | Christophe Roger <darwiinc@live.fr> | 2016-09-30 06:10:43 +1100 |
---|---|---|
committer | Christophe Roger <darwiinc@live.fr> | 2016-09-30 06:10:43 +1100 |
commit | 8e29062610444f27e5612d7154e8484229a679bb (patch) | |
tree | 33fe4bc1f7249e00d28ea89099e5b40504dad90d /cv.tex | |
parent | 0eb225f953cf029e9979e7051f8f7eacfa572015 (diff) | |
parent | 3273db2efdc36dea6f9b36198035ea5599e529e9 (diff) | |
download | cv-8e29062610444f27e5612d7154e8484229a679bb.tar.gz cv-8e29062610444f27e5612d7154e8484229a679bb.tar.bz2 cv-8e29062610444f27e5612d7154e8484229a679bb.tar.xz cv-8e29062610444f27e5612d7154e8484229a679bb.zip |
Merge branch 'master' into local-github
New cls name
Local fonts option
Changes to be committed:
modified: README.md
renamed: source-awesome-cv.cls -> awesome-source-cv.cls
modified: cv.tex
new file: fonts/SourceSansPro-Black.otf
new file: fonts/SourceSansPro-BlackIt.otf
new file: fonts/SourceSansPro-Bold.otf
new file: fonts/SourceSansPro-BoldIt.otf
new file: fonts/SourceSansPro-ExtraLight.otf
new file: fonts/SourceSansPro-ExtraLightIt.otf
new file: fonts/SourceSansPro-It.otf
new file: fonts/SourceSansPro-Light.otf
new file: fonts/SourceSansPro-LightIt.otf
new file: fonts/SourceSansPro-Regular.otf
new file: fonts/SourceSansPro-Semibold.otf
new file: fonts/SourceSansPro-SemiboldIt.otf
Diffstat (limited to 'cv.tex')
-rwxr-xr-x | cv.tex | 17 |
1 files changed, 8 insertions, 9 deletions
@@ -1,6 +1,5 @@ % !TEX TS-program = xelatex
-
-\documentclass{source-awesome-cv}
+\documentclass[localFont]{awesome-source-cv}
\name{Christophe}{ROGER}
\tagline{Chef de projet IT}
@@ -13,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 |