summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Roger <darwiinc@live.fr>2016-09-21 23:25:17 +1100
committerChristophe Roger <darwiinc@live.fr>2016-09-21 23:25:17 +1100
commit54dbbd28b2b52015afc3e7ac8fbc9b4764818c49 (patch)
tree2f6af32e14e288a8d7f6d950ea3f043c5c6f83aa
parent38d94ca90984182d30be27e633ba2a02e167be1b (diff)
downloadcv-54dbbd28b2b52015afc3e7ac8fbc9b4764818c49.tar.gz
cv-54dbbd28b2b52015afc3e7ac8fbc9b4764818c49.tar.bz2
cv-54dbbd28b2b52015afc3e7ac8fbc9b4764818c49.tar.xz
cv-54dbbd28b2b52015afc3e7ac8fbc9b4764818c49.zip
Style Renaming
README updating
-rwxr-xr-xREADME.md3
-rwxr-xr-xcv.tex2
-rwxr-xr-xsource-awesome-cv.cls (renamed from simple-awesome-cv.cls)10
3 files changed, 8 insertions, 7 deletions
diff --git a/README.md b/README.md
index 765a1c7..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.
@@ -25,6 +25,7 @@ I've chosen to cut my resume in a couple of smaller files and to add some macro
\tagline{Chef de projet IT}
```
+
```latex
\socialinfo{
\linkedin{christopheroger}
diff --git a/cv.tex b/cv.tex
index 7a212e4..da7e583 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
}