From 2e05e5336df5c58cbdd8d65b95b77d1c523be4a6 Mon Sep 17 00:00:00 2001 From: Christophe Roger Date: Fri, 17 Nov 2017 19:11:42 +1100 Subject: [EVO] Renaming project Awesome Source CV -> YAAC: Another Awesome CV [EVO] Refactoring: Move example cv to example/ subfolder --- README.md | 6 +- awesome-source-cv.cls | 354 ----------------------------------- cr.png | Bin 1189993 -> 0 bytes cv.tex | 39 ---- example/cv.tex | 39 ++++ example/darwiin.png | Bin 0 -> 12121 bytes example/fonts | 1 + example/section_competences.tex | 24 +++ example/section_experience.tex | 140 ++++++++++++++ example/section_experience_short.tex | 121 ++++++++++++ example/section_headline.tex | 14 ++ example/section_headline_archi.tex | 3 + example/section_interets.tex | 18 ++ example/section_langues.tex | 26 +++ example/section_references.tex | 21 +++ example/section_scolarite.tex | 24 +++ example/yaac.cls | 1 + section_competences.tex | 24 --- section_experience.tex | 140 -------------- section_experience_short.tex | 121 ------------ section_headline.tex | 14 -- section_headline_archi.tex | 3 - section_interets.tex | 18 -- section_langues.tex | 26 --- section_references.tex | 21 --- section_scolarite.tex | 24 --- yaac.cls | 354 +++++++++++++++++++++++++++++++++++ 27 files changed, 789 insertions(+), 787 deletions(-) delete mode 100755 awesome-source-cv.cls delete mode 100644 cr.png delete mode 100755 cv.tex create mode 100755 example/cv.tex create mode 100644 example/darwiin.png create mode 120000 example/fonts create mode 100755 example/section_competences.tex create mode 100755 example/section_experience.tex create mode 100755 example/section_experience_short.tex create mode 100755 example/section_headline.tex create mode 100644 example/section_headline_archi.tex create mode 100755 example/section_interets.tex create mode 100755 example/section_langues.tex create mode 100755 example/section_references.tex create mode 100755 example/section_scolarite.tex create mode 120000 example/yaac.cls delete mode 100755 section_competences.tex delete mode 100755 section_experience.tex delete mode 100755 section_experience_short.tex delete mode 100755 section_headline.tex delete mode 100644 section_headline_archi.tex delete mode 100755 section_interets.tex delete mode 100755 section_langues.tex delete mode 100755 section_references.tex delete mode 100755 section_scolarite.tex create mode 100755 yaac.cls diff --git a/README.md b/README.md index 4686eb5..6306631 100755 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ -Awesome Source CV [![Example](https://img.shields.io/badge/Exemple-pdf-blue.svg)](https://github.com/darwiin/awesome-neue-latex-cv/releases/download/v1.6.1/cv.pdf) +YAAC: Another Awesome CV [![Example](https://img.shields.io/badge/Exemple-pdf-blue.svg)](https://github.com/darwiin/awesome-neue-latex-cv/releases/download/v1.6.1/cv.pdf) ================= ## Quick start -You can edit online **Awesome Source Latex CV** on [Overleaf](https://www.overleaf.com/latex/templates/awesome-source-cv/wrdjtkkytqcw). Feel free to use my [referal link](https://www.overleaf.com/signup?ref=54c221604cd6) if you want to create your account. +You can edit online **YAAC** template on [Overleaf](https://www.overleaf.com/latex/templates/awesome-source-cv/wrdjtkkytqcw). Feel free to use my [referal link](https://www.overleaf.com/signup?ref=54c221604cd6) if you want to create your account. ## About -**Awesome Source Latex CV** was originally based on a CV template created by Alessandro Plasmati. This template used _XeLaTeX_ engine and _[Fontin Sans](http://www.exljbris.com/fontinsans.html)_ font. +**YAAC: Another Awesome CV** was first based on a CV template from Alessandro Plasmati. This template used _XeLaTeX_ engine and _[Fontin Sans](http://www.exljbris.com/fontinsans.html)_ font. **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 highlight important elements. diff --git a/awesome-source-cv.cls b/awesome-source-cv.cls deleted file mode 100755 index 6becd11..0000000 --- a/awesome-source-cv.cls +++ /dev/null @@ -1,354 +0,0 @@ -%% Copyright 2016 Christophe Roger -% -% Author: -% Christophe Roger (Darwiin) -% -% This work may be distributed and/or modified under the -% conditions of the LaTeX Project Public License, either version 1.3c -% of this license or (at your option) any later version. -% The latest version of this license is in -% http://www.latex-project.org/lppl.txt -% and version 1.3 or later is part of all distributions of LaTeX -% version 2005/12/01 or later. -% -% This work has the LPPL maintenance status `maintained'. -% -% The Current Maintainer of this work is M. C. Roger. -% -% This work consists of the files awesome-source-cv.cls - -\ProvidesClass{awesome-source-cv}[2017/05/2017 v1.6.2 Awesome Source CV Class] - -\LoadClass[a4paper]{article} - -\DeclareOption{green}{ - \def\@green{green} -} - -\DeclareOption{red}{ - \def\@red{red} -} - -\DeclareOption{indigo}{ - \def\@indigo{indigo} -} -\DeclareOption{orange}{ - \def\@orange{orange} -} - -\DeclareOption{localFont}{ - \def\@local{local} -} - -\DeclareOption{alternative}{ - \def\@alternative{alternate} -} - -\ProcessOptions - -% Dependences -%A Few Useful Packages -\RequirePackage[frenchb]{babel} -\RequirePackage[utf8]{luainputenc} -\RequirePackage{fontspec} % for loading fonts -\RequirePackage{url,parskip} % other packages for formatting -\RequirePackage[usenames,dvipsnames]{xcolor} -\RequirePackage{fullpage} -\RequirePackage[margin=1.5cm]{geometry} -\RequirePackage{fontawesome} -\RequirePackage{hyperref} -\RequirePackage{titlesec} -\RequirePackage{array} -\RequirePackage{enumitem} -\RequirePackage{longtable} -\RequirePackage{etoolbox} -\RequirePackage{tikz} -\RequirePackage[skins]{tcolorbox} - - -\DeclareUnicodeCharacter{00E9}{\'{e}} -% Define default accent colors -\definecolor{basecolor}{HTML}{000066} %BLUE - -\ifundef{\@green} { - \ifundef{\@red} { - \ifundef{\@indigo}{ - \ifundef{\@orange} {} - { \definecolor{basecolor}{HTML}{e68a00} } - } - { \definecolor{basecolor}{rgb}{0.2, 0.07, 0.48} } - } - { \definecolor{basecolor}{HTML}{b30000} } %RED -} -{ \definecolor{basecolor}{rgb}{0.0, 0.62, 0.38} } - -\definecolor{darkGrey}{HTML}{989898} - -\colorlet{linkcolor}{basecolor} -\colorlet{accentcolor}{linkcolor!90} -\colorlet{symbolcolor}{linkcolor!85} - -% Setup hyperref package, and colours for links -%\definecolor{linkcolour}{rgb}{0,0.2,0.6} -\hypersetup{breaklinks} - -\pagestyle{empty} % non-numbered pages -%\font\fb=''[cmr10]'' % for use with \LaTeX command - -% Setup CV sections -\titleformat{\section}{\Large\raggedright}{}{0em}{}[\titlerule] -\titlespacing{\section}{0pt}{2pt}{2pt} - -% Configure list -\setlist[itemize,1]{label=\faAngleRight, nosep, leftmargin=2em} - -% Setup Array : new column type -\newcolumntype{R}[1]{>{\hfill}m{#1}} - -%Italian hyphenation for the word: ''corporations'' -\hyphenation{im-pre-se} - -% Setup fonts -\defaultfontfeatures{Mapping=tex-text} -% - -% Define font to use according to localFont option -\ifundef{\@local} -{ - %\setmainfont[BoldFont = Helvetica Neue, ItalicFont=Helvetica Neue Thin Italic ,SmallCapsFont = Helvetica Neue Light]{Helvetica Neue Thin} - \setmainfont{Source Sans Pro Light}[ - BoldFont = Source Sans Pro Semibold, - ItalicFont= Source Sans Pro Light Italic, - SmallCapsFont = Source Sans Pro] -} -{ - \setmainfont{SourceSansPro-Light}[ - Path = fonts/, - BoldFont = SourceSansPro-Semibold, - ItalicFont = SourceSansPro-LightIt, - SmallCapsFont = SourceSansPro-Regular] -} - -%New length definition -\newlength{\rightcolumnlength} -\setlength{\rightcolumnlength}{14.8cm} - -\newlength{\leftcolumn} -\setlength{\leftcolumn}{2.5cm} - -% Font Awesome icons aliases -\newcommand{\mailSymbol}{\faAt} -\newcommand{\locationSymbol}{\faMapMarker} -\newcommand{\infoSymbol}{\faInfo} -\newcommand{\linkedinSymbol}{\faLinkedin} -\newcommand{\viadeoSymbol}{\faViadeo} -\newcommand{\mobileSymbol}{\faMobilePhone} -\newcommand{\githubSymbol}{\faGithub} - -\newcommand\link[2]{\color{linkcolor}\href{#1}{#2}\color{Black} } -\newcommand\important[1]{\textbf #1} - -% Create a tag -% Usage: \cvtag{} -\newcommand{\cvtag}[1]{% - \tikz[baseline]\node[anchor=base,draw=darkGrey!70,rounded corners=0.5ex,inner xsep=1ex,inner ysep =0.55ex,text height=1.3ex,text depth=.25ex]{#1}; -} - -% Render author's name -% Usage: \user{}{} -\newcommand\user[2]{\color{accentcolor}{\LARGE #1 \textbf{#2}}\color{Black}} - -% Render a text with its symbol -% Usage; \socialtext{}{