summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Gayot <og@satcom1.com>2019-09-10 19:56:15 +0200
committerOlivier Gayot <og@satcom1.com>2019-09-10 19:56:15 +0200
commit27c45b6a97b0ee847b7f17230527b9e3bed5819d (patch)
tree00bb4120c1692e16fe867419d158ae986ee4eac8
parentd0b2d5cf07d76cc1ebb020a80004e9c3c7b6b54a (diff)
Use custom arrows for dates
Signed-off-by: Olivier Gayot <og@satcom1.com>
-rw-r--r--cv.tex14
-rw-r--r--friggeri-cv-a4.cls4
2 files changed, 11 insertions, 7 deletions
diff --git a/cv.tex b/cv.tex
index 73241b1..de47128 100644
--- a/cv.tex
+++ b/cv.tex
@@ -51,7 +51,7 @@
\end{actions}
}
\entry
- {Oct. 2014 \\-> Jan. 2015}
+ {Oct. 2014 \\\xrightarrow Jan. 2015}
{University of Kent, Canterbury (United Kingdom)}
{Teacher assistant}
{
@@ -61,7 +61,7 @@
\end{actions}
}
\entry
- {Apr. 2014 \\-> Sep. 2014}
+ {Apr. 2014 \\\xrightarrow Sep. 2014}
{BayLibre, Valbonne - Sophia Antipolis (France)}
{Intern}
{
@@ -72,7 +72,7 @@
\end{actions}
}
\entry
- {Oct. 2013 \\-> May 2014}
+ {Oct. 2013 \\\xrightarrow May 2014}
{Intersec, Paris (France)}
{Part time software developer}
{
@@ -83,7 +83,7 @@
\end{actions}
}
\entry
- {Jul. 2012 \\-> Dec. 2012}
+ {Jul. 2012 \\\xrightarrow Dec. 2012}
{Intersec, Paris (France)}
{Intern within the R\&D department}
{
@@ -99,17 +99,17 @@
\begin{entrylist}
\entry
- {Jul. 2014\\-> Sept. 2016}
+ {Jul. 2014\\\xrightarrow Sept. 2016}
{Master degree of Information Technology}
{EPITECH Paris, France}
{}
\entry
- {Sept. 2014\\-> Sept. 2015}
+ {Sept. 2014\\\xrightarrow Sept. 2015}
{One year as exchange student}
{University of Kent, England}
{Course of Computer Security}
\entry
- {Oct. 2011\\-> Jul. 2014}
+ {Oct. 2011\\\xrightarrow Jul. 2014}
{Bachelor degree of Information Technology}
{EPITECH Nancy, France}
{}
diff --git a/friggeri-cv-a4.cls b/friggeri-cv-a4.cls
index 6f1882e..858b8a1 100644
--- a/friggeri-cv-a4.cls
+++ b/friggeri-cv-a4.cls
@@ -377,3 +377,7 @@ BoldItalicFont=texgyreheros-bolditalic.otf
\makeatletter
\def\HyColor@@@@UseColor#1\@nil{\addfontfeatures{Color=#1}}
\makeatother
+
+\newcommand{\xrightarrow}{
+\rightarrow\hspace{1pt}
+}