summaryrefslogtreecommitdiffstats
path: root/source-awesome-cv.cls
diff options
context:
space:
mode:
authorChristophe Roger <darwiinc@live.fr>2016-09-29 18:25:51 +1100
committerChristophe Roger <darwiinc@live.fr>2016-09-29 18:25:51 +1100
commitec6efcf92736d28dfb1a531010a957b10062deb0 (patch)
treebcb817352f035563948f8686ffefa19c6ce2ba55 /source-awesome-cv.cls
parent54dbbd28b2b52015afc3e7ac8fbc9b4764818c49 (diff)
downloadcv-ec6efcf92736d28dfb1a531010a957b10062deb0.tar.gz
cv-ec6efcf92736d28dfb1a531010a957b10062deb0.tar.bz2
cv-ec6efcf92736d28dfb1a531010a957b10062deb0.tar.xz
cv-ec6efcf92736d28dfb1a531010a957b10062deb0.zip
Style renaming source-awesome-cv.cls -> awesome-source-cv.cls
Local font used
Diffstat (limited to 'source-awesome-cv.cls')
-rwxr-xr-xsource-awesome-cv.cls210
1 files changed, 0 insertions, 210 deletions
diff --git a/source-awesome-cv.cls b/source-awesome-cv.cls
deleted file mode 100755
index 6f22817..0000000
--- a/source-awesome-cv.cls
+++ /dev/null
@@ -1,210 +0,0 @@
-\ProvidesClass{source-awesome-cv}[2016/09/20 v1.2 Source Awesome CV Class]
-
-\LoadClass[11pt,a4paper]{article}
-
-\newcommand{\setColors}[3] {
- \newcommand{\accentColor}{\color{#1}}
- \newcommand{\linkColor}{\color{#1}}
- \newcommand{\symbolcolor}{\textcolor{#1}}
-}
-
-\setColors{Blue}{Blue}{Blue}
-
-\DeclareOption{green}{
- \renewcommand{\accentColor}{\color{PineGreen}}
- \renewcommand{\linkColor}{\color{PineGreen}}
- \renewcommand{\symbolcolor}{\textcolor{PineGreen}}
-}
-\DeclareOption{red}{
- \renewcommand{\accentColor}{\color{Red}}
- \renewcommand{\linkColor}{\color{Red}}
- \renewcommand{\symbolcolor}{\textcolor{Red}}
-}
-\DeclareOption{myBlue}{
- \renewcommand{\accentColor}{\color{myBlue}}
- \renewcommand{\linkColor}{\color{myBlue}}
- \renewcommand{\symbolcolor}{\textcolor{myBlue}}
-}
-\ProcessOptions
-
-% 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[usenames,dvipsnames]{xcolor}
-\RequirePackage{fullpage}
-\RequirePackage[margin=1.5cm]{geometry}
-\RequirePackage{fontawesome}
-\RequirePackage{hyperref}
-\RequirePackage{titlesec}
-\RequirePackage{array}
-\RequirePackage{enumitem}
-\RequirePackage{longtable}
-
-\definecolor{myBlue}{HTML}{FF9B1C}
-
-% 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}
-%\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}
-
-%New length definition
-\newlength{\datebox}
-\settowidth{\datebox}{Décembre 2009}
-
-\newlength{\rightcolumnlength}
-\setlength{\rightcolumnlength}{14.8cm}
-
-\newlength{\leftcolumn}
-\setlength{\leftcolumn}{2.5cm}
-
-% Macros
-
-\newcommand{\mailSymbol}{\faAt}
-\newcommand{\locationSymbol}{\faMapMarker}
-\newcommand{\infoSymbol}{\faInfo}
-\newcommand{\linkedinSymbol}{\faLinkedin}
-\newcommand{\viadeoSymbol}{\faViadeo}
-\newcommand{\mobileSymbol}{\faMobilePhone}
-\newcommand{\githubSymbol}{\faGithub}
-
-\newcommand\link[2]{\linkColor\href{#1}{#2}\color{Black} }
-\newcommand\important[1]{\textbf #1}
-
-% Render author's name
-% Usage: \user{<firstanme>}{<lastname>}
-\newcommand\user[2]{\accentColor{\LARGE #1 \textbf{#2}}\color{Black}} % Username
-
-% Render a text with its symbol
-% Usage; \socialtext{<icon>}{<label>}
-\newcommand{\socialtext}[2]{\mbox{\symbolcolor{#1}\hspace{0.5em}#2\hspace{1em}}}
-
-% Render a link with its symbol
-% Usage; \sociallink{<icon>}{<label>}
-\newcommand{\sociallink}[3]{\mbox{\symbolcolor{#1}\hspace{0.5em}\link{#2}{#3}\hspace{1em}}}
-
-% Define author's name
-% Usage: \name{<firstname>}{<lastname>}
-% Usage: \firstname{<firstname>}
-% Usage: \lastname{<lastname>}
-% Usage: \familyname{<familyname>}
-\newcommand*{\name}[2]{\def\@firstname{#1}\def\@lastname{#2}}
-\newcommand*{\firstname}[1]{\def\@firstname{#1}}
-\newcommand*{\lastname}[1]{\def\@lastname{#1}}
-\newcommand*{\familyname}[1]{\def\@lastname{#1}}
-\def\@familyname{\@lastname}
-
-% Define author's tagline
-% Usage: \tagline{<tag line>}
-\newcommand*{\tagline}[1]{\def\@tagline{#1}}
-
-% Render author's address
-% Usage: \address{<address>}
-\newcommand*{\address}[1]{\socialtext{\locationSymbol}{#1}}
-
-% Render author's infos
-% Usage: \infos{<infos>}
-\newcommand*{\infos}[1]{\socialtext{\infoSymbol}{#1}}
-
-% Render author's linked-in (optional)
-% Usage: \linkedin{<linked-in-nick>}
-\newcommand*{\linkedin}[1]{\sociallink{\linkedinSymbol}{http://www.linkedin.com/in/#1/fr}{linkedin.com/in/#1}}
-
-% Render author's viadeo(optional)
-% Usage: \viadeo{<viadeo-nick>}
-\newcommand*{\viadeo}[1]{\sociallink{\viadeoSymbol}{http://www.viadeo.com/fr/profile/#1}{viadeo.com/fr/profile/#1}}
-
-% Render author's github (optional)
-% Usage: \github{<github-nick>}
-\newcommand*{\github}[1]{\sociallink{\githubSymbol}{https://www.github.com/#1}{github.com/#1}} % Github icon + URL
-
-% Render author's email (optional)
-% Usage: \email{<email adress>}
-\newcommand*{\email}[1]{\sociallink{\mailSymbol}{mailto:#1}{#1}}
-
-% Render author's mobile phone (optional)
-% Usage: \smartphone{<mobile phone number>}
-\newcommand*\smartphone[1]{\socialtext{\mobileSymbol}{#1}}
-
-\newcommand\resumetitle[1]{
- \par{
- \bigskip\center{\Large \accentColor\textsc{#1}\color{Black}}\par
- }
- \bigskip
-}
-
-% Define social entries to print in header
-\newcommand{\socialinfo}[1]{\def\@socialinfo{#1}}
-
-% Render CV header
-% Needs \@firstname, \@lastname and \@tagline to be defined
-\newcommand{\makecvheader}{
- \user{\@firstname}{\@lastname}\\
- \small{\@socialinfo}
- \resumetitle{\@tagline}
-}
-
-%Resume part title definition
-\newcommand\sectionTitle[2]{\section{\texorpdfstring{\accentColor#2\enspace #1}{#1}}}
-
-% Define the 'experiences' environment
-\newenvironment{experiences}{%
- \begin{longtable}{R{\leftcolumn}|p{\rightcolumnlength}}
-}{%
- \end{longtable}
-}
-% Render an experience in the experiences environment
-% Usage:
-% {<End date>} {<Title>}{<Enterprise>}{<Country>}
-% {<Start date} {
-% <Experience description (Could be a list)>
-% }
-% {<Technology list>}
-\newcommand\experience[7]{
- \textsc{#1} & \textsc{#2, #3, #4} \\
- \textsc{#5} & \begin{minipage}[t]{\rightcolumnlength}
- #6
- \end{minipage} \\
- & \footnotesize{\emph{Technologies utilisées:} #7 } \\
- }
-
-% Render a consultant experience in the experiences environment
-% Usage:
-% {<End date>} {<Consultant title>}{<Consulting Enterprise>}{<Country>}
-% {<Start date} {<Client title>}{<Client business unit>}
-% {
-% <Experience description (Could be a list)>
-% }
-% {<Technology list>}
-\newcommand\consultantexperience[9]{
- \textsc{#1} & \textsc{#2, #3, #4} \\
- \textsc{#5} & \emph{#6} pour #7 \\
- & \begin{minipage}[t]{\rightcolumnlength}
- #8
- \end{minipage} \\
- & \footnotesize{\emph{Technologies utilisées:} #9 } \\
- }
-
-\newcommand\emptySeparator{\multicolumn{2}{c}{}\\}