diff options
author | Christophe Roger <darwiinc@live.fr> | 2015-08-19 08:53:27 +1100 |
---|---|---|
committer | Christophe Roger <darwiinc@live.fr> | 2015-08-19 08:53:27 +1100 |
commit | 8985b1dfc4b4323a6670509a0decddae0b7265d9 (patch) | |
tree | 3102af60c9e79ff4bf375955333bb0720eefa9ca /cv.tex | |
parent | b34cd59cfd3a74ca293419506366b5f8d28f45bf (diff) | |
download | cv-8985b1dfc4b4323a6670509a0decddae0b7265d9.tar.gz cv-8985b1dfc4b4323a6670509a0decddae0b7265d9.tar.bz2 cv-8985b1dfc4b4323a6670509a0decddae0b7265d9.tar.xz cv-8985b1dfc4b4323a6670509a0decddae0b7265d9.zip |
- Created package ResumeMacros
- Moved macros to newly created package
- Update cv.tex to use package
Diffstat (limited to 'cv.tex')
-rwxr-xr-x | cv.tex | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -17,13 +17,15 @@ \usepackage{longtable} %for Grades
\usepackage{titlesec} %custom \section
\usepackage[margin=1.5cm]{geometry}
-\usepackage{fontawesome}
+
%Setup hyperref package, and colours for links
\usepackage{hyperref}
\definecolor{linkcolour}{rgb}{0,0.2,0.6}
\hypersetup{colorlinks,breaklinks,urlcolor=linkcolour, linkcolor=linkcolour}
+\usepackage{ResumeMacros}
+
%FONTS
\defaultfontfeatures{Mapping=tex-text}
%\setmainfont[SmallCapsFont = Fontin Sans Small Caps]{Fontin Sans Regular}
@@ -35,12 +37,6 @@ %Tweak a bit the top margin
%\addtolength{\voffset}{-1.3cm}
-%Macros
-\newcommand{\el}{\quad - \enspace}
-\newcommand\user[2]{\color{Blue}{\LARGE #1 #2}\color{Black}}
-\newcommand\linkedin[2]{\faLinkedin \quad \href{#1}{#2}}
-\newcommand\address[1]{\faHome \quad #1}
-\newcommand\infos[1]{\faInfo \quad #1}
\newlength{\datebox}
\settowidth{\datebox}{Décembre 2009}
|