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,7 +1,7 @@
 | 
				
			||||||
.DEFAULT_GOAL := default
 | 
					.DEFAULT_GOAL := default
 | 
				
			||||||
 | 
					
 | 
				
			||||||
default: all
 | 
					default: all
 | 
				
			||||||
all: cv résumé pubs
 | 
					all: cv résumé pubs resume
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Build CV
 | 
					## Build CV
 | 
				
			||||||
cv:	build/Paul_Lesur_CV.pdf
 | 
					cv:	build/Paul_Lesur_CV.pdf
 | 
				
			||||||
| 
						 | 
					@ -9,6 +9,8 @@ cv:	build/Paul_Lesur_CV.pdf
 | 
				
			||||||
## Build résumé
 | 
					## Build résumé
 | 
				
			||||||
résumé:	build/Paul_Lesur_résumé.pdf
 | 
					résumé:	build/Paul_Lesur_résumé.pdf
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					resume:	build/Paul_Lesur_resume.pdf
 | 
				
			||||||
 | 
						
 | 
				
			||||||
## Build publication list
 | 
					## Build publication list
 | 
				
			||||||
pubs: build/Paul_Lesur_publications.pdf
 | 
					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}{%
 | 
					\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
 | 
					% In the aside, each new line forces a line break
 | 
				
			||||||
\begin{aside}
 | 
					\begin{aside}
 | 
				
			||||||
~\vspace{-0.9cm}
 | 
					~\vspace{-1.0cm}
 | 
				
			||||||
\includegraphics[width=0.9\linewidth]{img/pic.jpg}
 | 
					\includegraphics[width=0.9\linewidth]{img/pic.jpg}
 | 
				
			||||||
	\section{Address}
 | 
						\section{Address}
 | 
				
			||||||
    53115, Bonn
 | 
					    53115, Bonn
 | 
				
			||||||
| 
						 | 
					@ -39,7 +39,7 @@
 | 
				
			||||||
    \begin{tabular}{r@{\hskip 0.25cm}r}
 | 
					    \begin{tabular}{r@{\hskip 0.25cm}r}
 | 
				
			||||||
        French & Native
 | 
					        French & Native
 | 
				
			||||||
        English & C2
 | 
					        English & C2
 | 
				
			||||||
        German & B1
 | 
					        German & B2
 | 
				
			||||||
        Spanish & B1
 | 
					        Spanish & B1
 | 
				
			||||||
    \end{tabular}
 | 
					    \end{tabular}
 | 
				
			||||||
	~
 | 
						~
 | 
				
			||||||
| 
						 | 
					@ -59,6 +59,40 @@
 | 
				
			||||||
    VCS (git)
 | 
					    VCS (git)
 | 
				
			||||||
\end{aside}
 | 
					\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}
 | 
					\section{Experience}
 | 
				
			||||||
\begin{entrylist}
 | 
					\begin{entrylist}
 | 
				
			||||||
    \entry
 | 
					    \entry
 | 
				
			||||||
| 
						 | 
					@ -66,9 +100,9 @@
 | 
				
			||||||
    {Systems Developer}
 | 
					    {Systems Developer}
 | 
				
			||||||
    {Koblenz, Germany}
 | 
					    {Koblenz, Germany}
 | 
				
			||||||
    {\emph{TOMRA Sorting GmbH} \\
 | 
					    {\emph{TOMRA Sorting GmbH} \\
 | 
				
			||||||
    Development of Calibration Tools for the Autosort machines, Enhancing
 | 
					    Development of Calibration Tools for the AutoSort machines, Enhancing
 | 
				
			||||||
    System Security (\textbf{NIS2}), porting code to Linux, and general improvements to
 | 
					    System Security (\textbf{NIS2}), porting code to Linux, and general
 | 
				
			||||||
    Code Quality (Refactoring).\\}
 | 
					    performance improvements.\\}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    \entry
 | 
					    \entry
 | 
				
			||||||
    {2022-02 2023-02}
 | 
					    {2022-02 2023-02}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue