diff options
author | Christophe Roger <darwiinc@live.fr> | 2016-09-21 23:25:17 +1100 |
---|---|---|
committer | Christophe Roger <darwiinc@live.fr> | 2016-09-21 23:25:17 +1100 |
commit | 54dbbd28b2b52015afc3e7ac8fbc9b4764818c49 (patch) | |
tree | 2f6af32e14e288a8d7f6d950ea3f043c5c6f83aa | |
parent | 38d94ca90984182d30be27e633ba2a02e167be1b (diff) | |
download | cv-54dbbd28b2b52015afc3e7ac8fbc9b4764818c49.tar.gz cv-54dbbd28b2b52015afc3e7ac8fbc9b4764818c49.tar.bz2 cv-54dbbd28b2b52015afc3e7ac8fbc9b4764818c49.tar.xz cv-54dbbd28b2b52015afc3e7ac8fbc9b4764818c49.zip |
Style Renaming
README updating
-rwxr-xr-x | README.md | 3 | ||||
-rwxr-xr-x | cv.tex | 2 | ||||
-rwxr-xr-x | source-awesome-cv.cls (renamed from simple-awesome-cv.cls) | 10 |
3 files changed, 8 insertions, 7 deletions
@@ -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} @@ -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 } |