summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Roger <darwiinc@live.fr>2016-09-21 23:27:57 +1100
committerChristophe Roger <darwiinc@live.fr>2016-09-21 23:27:57 +1100
commit873036ef34582d2ff9e7ca157348bbe96ae4bb8c (patch)
tree46f79a8f4b0486d3884e977a9e3670e99331d657
parent22792770dddecf69bed75ccdd5352f3485bc74bd (diff)
parent54dbbd28b2b52015afc3e7ac8fbc9b4764818c49 (diff)
downloadcv-873036ef34582d2ff9e7ca157348bbe96ae4bb8c.tar.gz
cv-873036ef34582d2ff9e7ca157348bbe96ae4bb8c.tar.bz2
cv-873036ef34582d2ff9e7ca157348bbe96ae4bb8c.tar.xz
cv-873036ef34582d2ff9e7ca157348bbe96ae4bb8c.zip
Merge branch 'master' into complete
-rwxr-xr-xREADME.md10
-rwxr-xr-xcv.tex2
-rwxr-xr-xsource-awesome-cv.cls (renamed from simple-awesome-cv.cls)10
3 files changed, 11 insertions, 11 deletions
diff --git a/README.md b/README.md
index e30ff39..b95b3c0 100755
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-latex-classicalcv [![Example](https://img.shields.io/badge/Exemple-pdf-blue.svg)](https://raw.githubusercontent.com/posquit0/Awesome-CV/master/examples/resume.pdf)
+Source Awesome 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 utilizes _XeLaTeX_ engine and _Fontin_ font.
@@ -8,7 +8,7 @@ More informations can be found here :
- [ 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_ have on top of the page just before the professional title. I've also replaced default font by _Helvetica Neue_
+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_ items.
I've chosen to cut my resume in a couple of smaller files and to add some macro to make the main latex source code more readable.
@@ -23,8 +23,10 @@ I've chosen to cut my resume in a couple of smaller files and to add some macro
% Usage: \tagline{<tag line>}
% Mandatory
\tagline{Chef de projet IT}
+```
+```latex
\socialinfo{
\linkedin{christopheroger}
\viadeo{christopheroger}
@@ -47,7 +49,7 @@ To describe your experiences you have first to declare the **experiences** envir
\end{experiences}
```
-Then you can fill the environment with **\experience** and **\consultantexperience** entries. Each
+Then you can describe your experiences using **\experience** and **\consultantexperience** entries. Each
entry must be separated by the **\emptyseparator**
```latex
@@ -86,5 +88,3 @@ entry must be separated by the **\emptyseparator**
{Technology highlights}
\end{experiences}
```
-
-Another macro has been set to perform conditional include. You have to put \demotrue or \demofalse once in your file to use \conditionalinput macro
diff --git a/cv.tex b/cv.tex
index c215278..2c5115d 100755
--- a/cv.tex
+++ b/cv.tex
@@ -1,6 +1,6 @@
% !TEX TS-program = xelatex
-\documentclass{simple-awesome-cv}
+\documentclass{source-awesome-cv}
\name{Christophe}{ROGER}
diff --git a/simple-awesome-cv.cls b/source-awesome-cv.cls
index 0048b23..6f22817 100755
--- a/simple-awesome-cv.cls
+++ b/source-awesome-cv.cls
@@ -1,4 +1,4 @@
-\ProvidesClass{simple-awesome-cv}[2016/09/20 v1.2 Simple Awesome CV Class]
+\ProvidesClass{source-awesome-cv}[2016/09/20 v1.2 Source Awesome CV Class]
\LoadClass[11pt,a4paper]{article}
@@ -11,9 +11,9 @@
\setColors{Blue}{Blue}{Blue}
\DeclareOption{green}{
- \renewcommand{\accentColor}{\color{Green}}
- \renewcommand{\linkColor}{\color{Green}}
- \renewcommand{\symbolcolor}{\textcolor{Green}}
+ \renewcommand{\accentColor}{\color{PineGreen}}
+ \renewcommand{\linkColor}{\color{PineGreen}}
+ \renewcommand{\symbolcolor}{\textcolor{PineGreen}}
}
\DeclareOption{red}{
\renewcommand{\accentColor}{\color{Red}}
@@ -150,7 +150,7 @@
\newcommand\resumetitle[1]{
\par{
- \bigskip\center{\Large \accentColor#1\color{Black}}\par
+ \bigskip\center{\Large \accentColor\textsc{#1}\color{Black}}\par
}
\bigskip
}