summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Roger <darwiinc@live.fr>2016-10-08 10:05:17 +1100
committerChristophe Roger <darwiinc@live.fr>2016-10-08 10:05:17 +1100
commit49af595d5a33c113b0551b80f2bba4a96ba8c705 (patch)
treed8e60574f203e1fa93732a50ccd14a76d508f692
parent8e29062610444f27e5612d7154e8484229a679bb (diff)
parent4893890c10f8ff06e1044ea721725114d3211ac0 (diff)
downloadcv-49af595d5a33c113b0551b80f2bba4a96ba8c705.tar.gz
cv-49af595d5a33c113b0551b80f2bba4a96ba8c705.tar.bz2
cv-49af595d5a33c113b0551b80f2bba4a96ba8c705.tar.xz
cv-49af595d5a33c113b0551b80f2bba4a96ba8c705.zip
Merge branch 'master' into local-github
-rwxr-xr-xREADME.md16
-rwxr-xr-xawesome-source-cv.cls6
-rwxr-xr-xcv.tex17
3 files changed, 22 insertions, 17 deletions
diff --git a/README.md b/README.md
index 4a6bb74..77d831f 100755
--- a/README.md
+++ b/README.md
@@ -1,16 +1,21 @@
Awesome Source CV [![Example](https://img.shields.io/badge/Exemple-pdf-blue.svg)](https://raw.githubusercontent.com/posquit0/Awesome-CV/master/examples/resume.pdf)
=================
-Latex CV based on CV template created by Alessandro Plasmati. The original templates use _XeLaTeX_ engine and _Fontin_ font.
-More informations can be found here :
+## About
+
+**Awesome Source Latex CV** is based on a CV template created by Alessandro Plasmati. The original template use _XeLaTeX_ engine and _[Fontin Sans](http://www.exljbris.com/fontinsans.html)_ font.
+
+Original Alessandro Plasmati template and 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)
-I choose to move _Personal data_ on top of the page just before the professional title. I've also replaced default font by _[Source Sans Pro Font](https://github.com/adobe-fonts/source-sans-pro)_ and included _[Font Awesome](http://fontawesome.io/)_ icons.
+**Personal data** has moved on top of the first page just before the position and _[Fontin Sans](http://www.exljbris.com/fontinsans.html)_ font has been replaced by _[Source Sans Pro Font](https://github.com/adobe-fonts/source-sans-pro)_ from Adobe. _[Font Awesome](http://fontawesome.io/)_ icons are used to highlight important elements.
-I've chosen to cut my resume in a couple of smaller files and to create a class file to make the main latex source code more readable.
+Unlike _Alessandro Plasmati_ CV template, all layout stuff in **Awesome Source Latex CV** has moved in the Latex class file _awesome-source-cv.cls_.
+
+## How to use **Awesome Source CV** latex class
```latex
% Define author's name
@@ -24,7 +29,6 @@ I've chosen to cut my resume in a couple of smaller files and to create a class
\tagline{Chef de projet IT}
```
-
```latex
\socialinfo{
\linkedin{christopheroger}
@@ -33,7 +37,7 @@ I've chosen to cut my resume in a couple of smaller files and to create a class
\smartphone{+687 123 456}
\email{christophe.roger@mail.com}\\
\address{2 Rue du quartier, 98765 Ville, Pays}\\
- \infos{Né le 23 septembre 1982 (33 ans) à Nouméa, Nouvelle-Calédonie}
+ \infos{Né le 23 septembre 1982 (34 ans) à Nouméa, Nouvelle-Calédonie}
}
```
diff --git a/awesome-source-cv.cls b/awesome-source-cv.cls
index a24624e..4a3a913 100755
--- a/awesome-source-cv.cls
+++ b/awesome-source-cv.cls
@@ -78,6 +78,7 @@
\defaultfontfeatures{Mapping=tex-text}
%
+% Define font to use according to localFont option
\ifthenelse{\isundefined{\@local}}
{
%\setmainfont[BoldFont = Helvetica Neue, ItalicFont=Helvetica Neue Thin Italic ,SmallCapsFont = Helvetica Neue Light]{Helvetica Neue Thin}
@@ -101,7 +102,7 @@
\newlength{\leftcolumn}
\setlength{\leftcolumn}{2.5cm}
-% Macros
+% Font Awesome icons aliases
\newcommand{\mailSymbol}{\faAt}
\newcommand{\locationSymbol}{\faMapMarker}
\newcommand{\infoSymbol}{\faInfo}
@@ -186,7 +187,7 @@
\resumetitle{\@tagline}
}
-%Resume part title definition
+% Resume part title definition
\newcommand\sectionTitle[2]{\section{\texorpdfstring{\accentColor#2\enspace #1}{#1}}}
% Define the 'experiences' environment
@@ -195,6 +196,7 @@
}{%
\end{longtable}
}
+
% Render an experience in the experiences environment
% Usage:
% {<End date>} {<Title>}{<Enterprise>}{<Country>}
diff --git a/cv.tex b/cv.tex
index 213adb2..9d6467c 100755
--- a/cv.tex
+++ b/cv.tex
@@ -15,15 +15,14 @@
\begin{document}
-\makecvheader
+ \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_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
\end{document} \ No newline at end of file