summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2020-02-19 13:25:05 -0500
committerBenjamin Chausse <benjamin@chausse.xyz>2020-02-19 13:25:05 -0500
commit646c454d003c0e6c335905ab1c9db92ebfdc002a (patch)
tree2647842014f1ccd7856381c15fe503d0f1cac1d5
parentb232d1c21c2231aefe19fc4735a90bd40517b0bb (diff)
Rewrote document after it stopped compiling
-rw-r--r--[-rwxr-xr-x]main.tex233
1 files changed, 98 insertions, 135 deletions
diff --git a/main.tex b/main.tex
index ec598e1..3b923c0 100755..100644
--- a/main.tex
+++ b/main.tex
@@ -1,15 +1,13 @@
\documentclass[11pt, A4]{article}
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%| _____ _____ _ __ _____ ______ _____ |%
-%| | __ \ /\ / ____| |/ / /\ / ____| ____|/ ____| |%
-%| | |__) / \ | | | ' / / \ | | __| |__ | (___ |%
-%| | ___/ /\ \| | | < / /\ \| | |_ | __| \___ \ |%
-%| | | / ____ \ |____| . \ / ____ \ |__| | |____ ____) | |%
-%| |_| /_/ \_\_____|_|\_\/_/ \_\_____|______|_____/ |%
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~%
+% Packages %
+%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~%
% \usepackage{<++>} % <++>
+\usepackage{sectsty} % underline section
+\usepackage{ragged2e} % Align right in minipages
\usepackage[utf8]{inputenc} % UTF-8 Compatible documents
\usepackage[T1]{fontenc} % Better character management
\usepackage[french]{babel} % French Symbols
@@ -17,7 +15,7 @@
\usepackage{hyperref} % Clickable links & colores through prefs
\usepackage[dvipsnames]{xcolor} % Better color management (colored urls)
\usepackage{fontawesome} % Font awesome icons as utf-8 chars
-\usepackage{titlesec} % Customisability for sections
+\usepackage[pagestyles]{titlesec} % Customisability for sections
\usepackage{titling} % Tag management for authors and titles
\usepackage{tabularx} % better table placements
\usepackage{booktabs} % Nicer looking tables
@@ -25,14 +23,16 @@
\usepackage{qrcode} % QR code insertions
\usepackage{ulem} % Uline for uderlining
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%| _____ _____ ______ ______ _____ |%
-%| | __ \| __ \| ____| ____/ ____| |%
-%| | |__) | |__) | |__ | |__ | (___ |%
-%| | ___/| _ /| __| | __| \___ \ |%
-%| | | | | \ \| |____| | ____) | |%
-%| |_| |_| \_\______|_| |_____/ |%
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~%
+% Preferences %
+%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~%
+
+%-NO-PAGE-NUMBERS-------|
+ %
+\pagenumbering{gobble} %
+ %
+%-----------------------|
%-LINK-COLOR-MANAGEMENT------------------|
%
@@ -44,55 +44,33 @@ anchorcolor=darkred,citecolor=darkred %
%
%----------------------------------------|
-%-NO-PAGE-NUMBERS-------|
- %
-\pagenumbering{gobble} %
- %
-%-----------------------|
+\titleformat{\section}
+{\LARGE\bfseries}
+{}
+{0em}
+{}
+[{\titlerule[0.8pt]}]
+\titlespacing*{\section} {0pt}{0pt}{3pt}
-%-TITLE/SECTION-MANAGEMENT------------------|
- %
-%-SECTIONS--------------| %
-\titleformat{\section} % %
-{\LARGE\bfseries} % %
-{} % %
-{0em} % %
-{}[\titlerule] % %
-\titlespacing{\section} % %
-{}{0.12em}{0.25em} % %
-%-----------------------| %
- %
-%-SUBSECTIONS--------------| %
-\titleformat{\subsection} % %
-{\large\bfseries} % %
-{} % %
-{-0.5em} % %
-{} % %
-\titlespacing{\subsection} % %
-{}{0.15em}{0.15em} % %
-%--------------------------| %
- %
-%-SUBSUBSECTIONS--------------------| %
-\titleformat{\subsubsection}[runin] % %
-{\bfseries} % %
-{} % %
-{.5em} % %
-{} % %
-\titlespacing{\subsubsection} % %
-{}{0.25em}{0.55em} % %
-%-----------------------------------| %
- %
-%-------------------------------------------|
+\titleformat{\subsection}
+{\Large\bfseries}
+{}
+{0em}
+{}
+\titlespacing*{\subsection} {0pt}{0pt}{0pt}
+
+\titleformat{\subsubsection}[runin]
+{\normalsize\bfseries}
+{}
+{0em}
+{}
+\titlespacing*{\subsubsection} {0pt}{0pt}{7pt}
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%| __ __ _____ _____ ____ _____ |%
-%| | \/ | /\ / ____| __ \ / __ \ / ____| |%
-%| | \ / | / \ | | | |__) | | | | (___ |%
-%| | |\/| | / /\ \| | | _ /| | | |\___ \ |%
-%| | | | |/ ____ \ |____| | \ \| |__| |____) | |%
-%| |_| |_/_/ \_\_____|_| \_\\____/|_____/ |%
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~%
+% Macros %
+%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~%
%-Better-titling-with-logo-&-date--------------|
\renewcommand{\maketitle}{ %
@@ -113,16 +91,14 @@ anchorcolor=darkred,citecolor=darkred %
% [3]: École/Institution %
% [4]: Détails et informations %
\newcommand{\entry}[4]{ %
-\begin{minipage}[t][][t]{.15\textwidth} %
-\hfill\textsc{#1} %
-\end{minipage} %
-\vline\hfill\hspace{0.15cm} %
-\begin{minipage}[t]{.8\textwidth} %
-\large{#2}\hfill\\ %
-\textit{#3}\hfill\\ %
-\footnotesize{\text{#4}}\hfill %
-\end{minipage} %
-\vspace{0.1cm} %
+ \normalsize{\textsc{#1}\textbf{:}\textsc{#2}}
+ \textit{\textsc{#3}} \\
+ \begin{minipage}[t]{1.2cm}
+ \
+ \end{minipage}
+ \begin{minipage}[t]{0.7\textwidth}
+ \small{\textsc{#4}}
+ \end{minipage}
} %
%---------------------------------------|
@@ -133,18 +109,18 @@ anchorcolor=darkred,citecolor=darkred %
% [4]: Adresse %
% [5]: Téléphone %
\newcommand{\slimentry}[5]{ %
-\begin{minipage}[t][][t]{.15\linewidth} %
-\hfill\textsc{#1} %
-\end{minipage} %
-\vline\hspace{0.15cm} %
-\begin{minipage}[t]{.65\linewidth} %
-#2\scriptsize{ - #3}\\ %
-\scriptsize{#4}, \textbf{#5} %
-\end{minipage} %
-\begin{minipage}[t]{0.15\textwidth} %
-\hfill\textcolor{darkred} %
-{\qrcode[hyperlink, height=0.32in]{tel:#5}} %
-\end{minipage} %
+ \begin{minipage}[t]{4.4cm}
+ \begin{flushright}
+ \textsc{#1} \\
+ \footnotesize\textsc{#3} \\
+ \end{flushright}
+ \end{minipage}
+ \hfill\vline\hfill
+ \begin{minipage}[t]{.72\textwidth}
+ \textsc{#2} \\
+ \textsc{#4} \\ \textsc{#5}
+ \end{minipage}
+ \vspace{.4cm}
} %
%-------------------------------------------|
@@ -152,47 +128,32 @@ anchorcolor=darkred,citecolor=darkred %
% [1]: Point principal %
% [2]: Liste ou détails %
\newcommand{\listentry}[2]{ %
-\begin{minipage}[t][][t]{.15\linewidth} %
-\begin{flushright} %
-\small{#1} %
-\end{flushright} %
-\end{minipage} %
-\vline\hspace{0.15cm} %
-\begin{minipage}[t]{.8\linewidth} %
-\small{#2} %
-\end{minipage} %
+ \textsc{#1} \\
+ \textsc{#2} \\
+% TODO: Fix list entries
} %
%---------------------------------------|
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%| _____ _ _ ______ ____ |%
-%| |_ _| \ | | ____/ __ \ |%
-%| | | | \| | |__ | | | | |%
-%| | | | . ` | __|| | | | |%
-%| _| |_| |\ | | | |__| | |%
-%| |_____|_| \_|_| \____/ |%
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~%
+% Personal Information %
+%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~%
\title{Curriculum Vit\ae} % Title of the CV
\author{Benjamin Chausse} % Author of the CV
\date{\today} % Current date
-\newcommand{\adressOne}{162 Av. Du parc, l'Assomption, QC}
-\newcommand{\adressTwo}{J5W 2Z3, CA}
+\newcommand{\adressOne}{162 Av. Du parc, l'Assomption, QC, CA}
\newcommand{\email}{benjamin@chausse.xyz}
\newcommand{\website}{chaussebenjamin.xyz}
\newcommand{\phone}{438-395-4349}
-\newcommand{\available}{30 Mai 2019}
+\newcommand{\available}{$1^\textrm{er}$ Juin 2020}
\newcommand{\wants}{Temps plein}
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%| _____ ____ _____ _ _ __ __ ______ _ _ _______ |%
-%| | __ \ / __ \ / ____| | | | \/ | ____| \ | |__ __| |%
-%| | | | | | | | | | | | | \ / | |__ | \| | | | |%
-%| | | | | | | | | | | | | |\/| | __| | . ` | | | |%
-%| | |__| | |__| | |____| |__| | | | | |____| |\ | | | |%
-%| |_____/ \____/ \_____|\____/|_| |_|______|_| \_| |_| |%
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~%
+% Document %
+%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~%
\begin{document}
@@ -200,26 +161,22 @@ anchorcolor=darkred,citecolor=darkred %
\maketitle
%-BASIC-INFO-----------------------------------------------------------------
-\section{Information générales}
+% \section{Information générales}
\begin{minipage}[t]{.5\linewidth}
\begin{tabular}{rp{.75\linewidth}}
\baselineskip=20pt
- \faLocationArrow : & \adressOne,\ \ \ \ \ \ \ \ \adressTwo \\
+ \faLocationArrow : & \adressOne \\
\faicon{at} : & \textcolor{darkred}{\href{mailto:\email}{\email}}\\
\end{tabular}
\end{minipage}
\begin{minipage}[t]{.5\linewidth}
\begin{tabular}{rl}
\faicon{phone} : & \textcolor{darkred}{\href{tel:\phone}{\phone}}\\
- \faicon{github} : & \textcolor{darkred}{\href{http://github.com/ChausseBenjamin}{github.com/ChausseBenjamin}}\\
+ % \faicon{github} : & \textcolor{darkred}{\href{http://github.com/ChausseBenjamin}{github.com/ChausseBenjamin}}\\
\faicon{globe} : & \textcolor{darkred}{\href{https://\website}{\website}}\\
\end{tabular}
\end{minipage}
-% Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
-% incididunt ut labore et dolore magna aliqua. Etiam non quam lacus suspendisse.
-% Mattis molestie a iaculis at erat pellentesque adipiscing. Venenatis lectus
-% magna fringilla urna porttitor rhoncus dolor. Sed felis eget velit aliquet
-% sagittis id consectetur purus ut. (3-4 sentences)
+
Étant un jeune homme passionné, acquérir des connaissances et les mettre en
pratique est un de mes plus grands plaisirs. Grâce a cela, j'ai développé des
capacités d'apprentissage rapide ainsi qu'un désir d'optimiser les tâches que
@@ -244,16 +201,16 @@ $\rightharpoonup$ Chimie, Physique et Mathématiques SN (sciences naturelles)}
Cégep régional de Lanaudière à l'Assomption}{
Programme type visant l'atteinte des études supérieures
en sciences à l'université. Continuité dans l'anglais
-avancé. \textit{Obtention de ce diplôme prévue pour décembre 2020.}}
-
+avancé. \textit{Obtention de ce diplôme prévue pour Mai 2021.}}
\section{Parcours professionnel}
-\slimentry
-{Juin 2017}
-{Plongeur au \textit{Bistro l'Ange Cornu}}
-{20h/semaine}
-{263 Boulevard de l'Ange-Gardien, L'Assomption, QC J5W 1R8, Canada}
-{450-589-7701}
+
+% \slimentry
+% {Juin 2017}
+% {Plongeur au \textit{Bistro l'Ange Cornu}}
+% {20h/semaine}
+% {263 Boulevard de l'Ange-Gardien, L'Assomption, QC J5W 1R8, Canada}
+% {450-589-7701}
\slimentry
{Été 2017}
@@ -270,12 +227,18 @@ avancé. \textit{Obtention de ce diplôme prévue pour décembre 2020.}}
{450-760-9082}
\slimentry
-{Mars 2018 -- \bfseries{\rightharpoonup}}
+{Mars 2018 -- Mai 2019}
{Commis à la poissonnerie chez \textit{Metro Marquis}}
{35h/semaine puis 10h/semaine}
{790 Montée de St Sulpice, L'Assomption, QC J5W 0M6, Canada}
{450-589-0442}
+\slimentry
+{Juin 2019 -- [\ldots]}
+{Emballeur et aide à la fabrication chez \textit{IPEX Inc.}}
+{42h/semaine puis 8h/semaine}
+{905 rue 344, L'Assomption, QC J5W 2H1, Canada}
+{}
\section{Compétences}
\begin{minipage}[t][][t]{.5\textwidth}
@@ -285,7 +248,7 @@ avancé. \textit{Obtention de ce diplôme prévue pour décembre 2020.}}
Linux, macOS, Windows
\subsubsection{Langues de programmation}
-Go, Python
+Python, Shell script
\subsubsection{Langues de formatage}
\LaTeX, Markdown, html
@@ -302,7 +265,7 @@ Français, Anglais, Espagnol
\section{Autres}
\begin{minipage}[t][][t]{.5\textwidth}
-\subsection{\ \ Implications sociales}
+\subsection{Implications sociales}
\subsubsection{DTS}
(Discipleship Training School), Formation et pratique d'aide aux gens dans le
@@ -320,10 +283,10 @@ Piano, Trombone
Mixage de son, production
\subsubsection{Programmation}
-Réalisation de projets tels qu'un jeu de \textit{Battleship} et un protocole d'encryption.
+Optimisations de travaux
\subsubsection{Mathématiques}
-Intéressé par la théorie des nombres premiers, l'analyse multi-dimensionnelle,
+Intéressé par la théorie des nombres premiers
et la dérivation.
\end{minipage}
@@ -337,5 +300,5 @@ et la dérivation.
\begin{minipage}{0.5\textwidth}
\end{minipage}
\hfill\LARGE{À la recherche de: \uline{\wants}}
+
\end{document}
-%-END-OF-DOCUMENT--------------------------------------------------------------