diff options
-rwxr-xr-x | README.md | 18 | ||||
-rwxr-xr-x | awesome-source-cv.cls | 15 | ||||
-rwxr-xr-x | cv.tex | 4 |
3 files changed, 19 insertions, 18 deletions
@@ -1,23 +1,23 @@ -Awesome Source CV [![Example](https://img.shields.io/badge/Exemple-pdf-blue.svg)](https://github.com/darwiin/awesome-neue-latex-cv/releases/download/1.4-github/cv.pdf) +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) ================= -## About +## Quick start -**Awesome Source Latex CV** was originally based on a CV template created by Alessandro Plasmati. Thi template use _XeLaTeX_ engine and _[Fontin Sans](http://www.exljbris.com/fontinsans.html)_ font. +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. -More informations about the original Alessandro Plasmati template can be found here : +## About - - [ 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) +**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. **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. Unlike _Alessandro Plasmati_ CV template, all layout stuff in **Awesome Source Latex CV** has moved in the Latex class file _awesome-source-cv.cls_ to imptove source code readability. -## Quick start +More informations about the original Alessandro Plasmati template can be found here : -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. + - [ 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) ## How to use **Awesome Source CV** latex class diff --git a/awesome-source-cv.cls b/awesome-source-cv.cls index 9553482..fc800b9 100755 --- a/awesome-source-cv.cls +++ b/awesome-source-cv.cls @@ -1,7 +1,7 @@ %% Copyright 2016 Christophe Roger % % Author: -% Christophe Roger +% Christophe Roger (Darwiin) % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3c @@ -17,7 +17,7 @@ % % This work consists of the files awesome-source-cv.cls -\ProvidesClass{awesome-source-cv}[2016/11/05 v1.5 Awesome Source CV Class] +\ProvidesClass{awesome-source-cv}[2016/11/05 v1.6.1 Awesome Source CV Class] \LoadClass[a4paper]{article} @@ -49,9 +49,9 @@ % Dependences %A Few Useful Packages \RequirePackage[frenchb]{babel} -\RequirePackage[T1]{fontenc} -\RequirePackage{fontspec} % for loading fonts -\RequirePackage{xunicode,xltxtra,url,parskip} % other packages for formatting +\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} @@ -63,9 +63,10 @@ \RequirePackage{longtable} \RequirePackage{etoolbox} \RequirePackage{tikz} -%\RequirePackage{pgffor} \RequirePackage[skins]{tcolorbox} + +\DeclareUnicodeCharacter{00E9}{\'{e}} % Define default accent colors \definecolor{basecolor}{HTML}{000066} %BLUE @@ -92,7 +93,7 @@ \hypersetup{breaklinks} \pagestyle{empty} % non-numbered pages -\font\fb=''[cmr10]'' % for use with \LaTeX command +%\font\fb=''[cmr10]'' % for use with \LaTeX command % Setup CV sections \titleformat{\section}{\Large\raggedright}{}{0em}{}[\titlerule] @@ -1,11 +1,11 @@ -% !TEX TS-program = xelatex
+% !TEX TS-program = luatex
% Awesome Source CV LaTeX Template
%
% This template has been downloaded from:
% https://github.com/darwiin/awesome-neue-latex-cv
%
% Author:
-% Christophe Roger
+% Christophe Roger (Darwiin)
%
% Template license:
% CC BY-SA 4.0 (https://creativecommons.org/licenses/by-sa/4.0/)
|