Browse Source

Style renaming source-awesome-cv.cls -> awesome-source-cv.cls

Local font used
tags/v1.2-github
Christophe Roger 7 years ago
parent
commit
ec6efcf927
15 changed files with 27 additions and 20 deletions
  1. +4
    -5
      README.md
  2. +16
    -8
      awesome-source-cv.cls
  3. +7
    -7
      cv.tex
  4. BIN
      fonts/SourceSansPro-Black.otf
  5. BIN
      fonts/SourceSansPro-BlackIt.otf
  6. BIN
      fonts/SourceSansPro-Bold.otf
  7. BIN
      fonts/SourceSansPro-BoldIt.otf
  8. BIN
      fonts/SourceSansPro-ExtraLight.otf
  9. BIN
      fonts/SourceSansPro-ExtraLightIt.otf
  10. BIN
      fonts/SourceSansPro-It.otf
  11. BIN
      fonts/SourceSansPro-Light.otf
  12. BIN
      fonts/SourceSansPro-LightIt.otf
  13. BIN
      fonts/SourceSansPro-Regular.otf
  14. BIN
      fonts/SourceSansPro-Semibold.otf
  15. BIN
      fonts/SourceSansPro-SemiboldIt.otf

+ 4
- 5
README.md View File

@@ -1,17 +1,16 @@
Source Awesome CV [![Example](https://img.shields.io/badge/Exemple-pdf-blue.svg)](https://raw.githubusercontent.com/posquit0/Awesome-CV/master/examples/resume.pdf)
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 utilizes _XeLaTeX_ engine and _Fontin_ font.
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 :

- [ 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_ items.
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.

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.
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.

```latex
% Define author's name

source-awesome-cv.cls → awesome-source-cv.cls View File

@@ -1,4 +1,4 @@
\ProvidesClass{source-awesome-cv}[2016/09/20 v1.2 Source Awesome CV Class]
\ProvidesClass{awesome-source-cv}[2016/09/20 v1.2 Awesome Source CV Class]

\LoadClass[11pt,a4paper]{article}

@@ -8,18 +8,22 @@
\newcommand{\symbolcolor}{\textcolor{#1}}
}

\newcommand{\resetColors}[3] {
\renewcommand{\accentColor}{\color{#1}}
\renewcommand{\linkColor}{\color{#1}}
\renewcommand{\symbolcolor}{\textcolor{#1}}
}

\setColors{Blue}{Blue}{Blue}

\DeclareOption{green}{
\renewcommand{\accentColor}{\color{PineGreen}}
\renewcommand{\linkColor}{\color{PineGreen}}
\renewcommand{\symbolcolor}{\textcolor{PineGreen}}
\resetColors{PineGreen}{PineGreen}{PineGreen}
}

\DeclareOption{red}{
\renewcommand{\accentColor}{\color{Red}}
\renewcommand{\linkColor}{\color{Red}}
\renewcommand{\symbolcolor}{\textcolor{Red}}
\resetColors{Red}{Red}{Red}
}

\DeclareOption{myBlue}{
\renewcommand{\accentColor}{\color{myBlue}}
\renewcommand{\linkColor}{\color{myBlue}}
@@ -68,7 +72,11 @@
% Setup fonts
\defaultfontfeatures{Mapping=tex-text}
%\setmainfont[BoldFont = Helvetica Neue, ItalicFont=Helvetica Neue Thin Italic ,SmallCapsFont = Helvetica Neue Light]{Helvetica Neue Thin}
\setmainfont[BoldFont = Source Sans Pro Semibold, ItalicFont=Source Sans Pro Light Italic,SmallCapsFont = Source Sans Pro]{Source Sans Pro Light}
\setmainfont{SourceSansPro-Light}[
Path = fonts/,
BoldFont = SourceSansPro-Semibold,
ItalicFont = SourceSansPro-LightIt,
SmallCapsFont = SourceSansPro-Regular]

%New length definition
\newlength{\datebox}

+ 7
- 7
cv.tex View File

@@ -1,6 +1,6 @@
% !TEX TS-program = xelatex
\documentclass{source-awesome-cv}
\documentclass{awesome-source-cv}
\name{Christophe}{ROGER}
@@ -21,11 +21,11 @@
%--------------------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}

BIN
fonts/SourceSansPro-Black.otf View File


BIN
fonts/SourceSansPro-BlackIt.otf View File


BIN
fonts/SourceSansPro-Bold.otf View File


BIN
fonts/SourceSansPro-BoldIt.otf View File


BIN
fonts/SourceSansPro-ExtraLight.otf View File


BIN
fonts/SourceSansPro-ExtraLightIt.otf View File


BIN
fonts/SourceSansPro-It.otf View File


BIN
fonts/SourceSansPro-Light.otf View File


BIN
fonts/SourceSansPro-LightIt.otf View File


BIN
fonts/SourceSansPro-Regular.otf View File


BIN
fonts/SourceSansPro-Semibold.otf View File


BIN
fonts/SourceSansPro-SemiboldIt.otf View File


Loading…
Cancel
Save