summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Roger <darwiinc@live.fr>2017-02-09 23:02:11 +1100
committerChristophe Roger <darwiinc@live.fr>2017-02-09 23:02:11 +1100
commitd5bd74f5e42c921106db22ccc0dcbdad959671c5 (patch)
tree649fd2c892b3f3c10d758d080c3d62f7319dcfe6
parent66e7885df976a0c7708b085c4f4723bc049ba813 (diff)
parentbd507032b323bd6f61bec6a0340fa14d01be2433 (diff)
downloadcv-d5bd74f5e42c921106db22ccc0dcbdad959671c5.tar.gz
cv-d5bd74f5e42c921106db22ccc0dcbdad959671c5.tar.bz2
cv-d5bd74f5e42c921106db22ccc0dcbdad959671c5.tar.xz
cv-d5bd74f5e42c921106db22ccc0dcbdad959671c5.zip
Merge branch 'local-github' into complete
-rwxr-xr-xREADME.md18
-rwxr-xr-xawesome-source-cv.cls15
-rwxr-xr-xcv.tex4
3 files changed, 19 insertions, 18 deletions
diff --git a/README.md b/README.md
index 71a2384..4686eb5 100755
--- a/README.md
+++ b/README.md
@@ -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]
diff --git a/cv.tex b/cv.tex
index 09f25ae..4a0cef7 100755
--- a/cv.tex
+++ b/cv.tex
@@ -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/)