amd <3
This commit is contained in:
parent
e9ae9f0cad
commit
ebf69b2a7e
4 changed files with 52 additions and 15 deletions
4
Makefile
4
Makefile
|
@ -1,13 +1,15 @@
|
|||
.DEFAULT_GOAL := default
|
||||
|
||||
default: all
|
||||
all: cv résumé pubs
|
||||
all: cv résumé pubs resume
|
||||
|
||||
## Build CV
|
||||
cv: build/Paul_Lesur_CV.pdf
|
||||
|
||||
## Build résumé
|
||||
résumé: build/Paul_Lesur_résumé.pdf
|
||||
|
||||
resume: build/Paul_Lesur_resume.pdf
|
||||
|
||||
## Build publication list
|
||||
pubs: build/Paul_Lesur_publications.pdf
|
||||
|
|
8
Paul_Lesur_resume.tex
Normal file
8
Paul_Lesur_resume.tex
Normal file
|
@ -0,0 +1,8 @@
|
|||
%! Tex program = xelatex
|
||||
\documentclass[hidelinks]{template/friggeri-cv-a4}
|
||||
\input{common/preamble.tex}
|
||||
|
||||
\begin{document}
|
||||
\input{common/résumé.tex}
|
||||
\end{document}
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
%! Tex program = xelatex
|
||||
\documentclass[hidelinks]{template/friggeri-cv-a4}
|
||||
\input{common/preamble.tex}
|
||||
|
||||
\begin{document}
|
||||
\input{common/résumé.tex}
|
||||
\end{document}
|
||||
|
1
Paul_Lesur_résumé.tex
Symbolic link
1
Paul_Lesur_résumé.tex
Symbolic link
|
@ -0,0 +1 @@
|
|||
Paul_Lesur_resume.tex
|
|
@ -5,11 +5,11 @@
|
|||
\fcolorbox{white}{gray}{\parbox{\dimexpr\textwidth-2\fboxsep-2\fboxrule}{%
|
||||
~
|
||||
}}
|
||||
~\vspace{0.5cm}
|
||||
~\vspace{0.1cm}
|
||||
|
||||
% In the aside, each new line forces a line break
|
||||
\begin{aside}
|
||||
~\vspace{-0.9cm}
|
||||
~\vspace{-1.0cm}
|
||||
\includegraphics[width=0.9\linewidth]{img/pic.jpg}
|
||||
\section{Address}
|
||||
53115, Bonn
|
||||
|
@ -39,7 +39,7 @@
|
|||
\begin{tabular}{r@{\hskip 0.25cm}r}
|
||||
French & Native
|
||||
English & C2
|
||||
German & B1
|
||||
German & B2
|
||||
Spanish & B1
|
||||
\end{tabular}
|
||||
~
|
||||
|
@ -59,6 +59,40 @@
|
|||
VCS (git)
|
||||
\end{aside}
|
||||
|
||||
\section{Interests}
|
||||
|
||||
~\vspace{-1.0cm}
|
||||
|
||||
\newcommand{\flushSomewhere}{\centering}
|
||||
\newcommand{\scale}{0.36}
|
||||
\begin{minipage}[t]{\scale\entryListSize}
|
||||
\centering
|
||||
{\flushSomewhere
|
||||
~\\
|
||||
Algorithm Design\\
|
||||
Compiler Development\\
|
||||
}
|
||||
\end{minipage}\hfill{\color{headercolor} \vline}\hfill
|
||||
\begin{minipage}[t]{\scale\entryListSize}
|
||||
\centering
|
||||
{\flushSomewhere
|
||||
~\\
|
||||
Artificial Intelligence\\
|
||||
Project Management\\
|
||||
}
|
||||
\end{minipage}\hfill{\color{headercolor} \vline}\hfill
|
||||
\begin{minipage}[t]{\scale\entryListSize}
|
||||
\centering
|
||||
{\flushSomewhere
|
||||
~\\
|
||||
System Programming\\
|
||||
Software Optimization\\
|
||||
}
|
||||
\end{minipage}
|
||||
|
||||
~\vspace{0.1cm}
|
||||
|
||||
|
||||
\section{Experience}
|
||||
\begin{entrylist}
|
||||
\entry
|
||||
|
@ -66,9 +100,9 @@
|
|||
{Systems Developer}
|
||||
{Koblenz, Germany}
|
||||
{\emph{TOMRA Sorting GmbH} \\
|
||||
Development of Calibration Tools for the Autosort machines, Enhancing
|
||||
System Security (\textbf{NIS2}), porting code to Linux, and general improvements to
|
||||
Code Quality (Refactoring).\\}
|
||||
Development of Calibration Tools for the AutoSort machines, Enhancing
|
||||
System Security (\textbf{NIS2}), porting code to Linux, and general
|
||||
performance improvements.\\}
|
||||
|
||||
\entry
|
||||
{2022-02 2023-02}
|
||||
|
|
Loading…
Reference in a new issue