Add cover letter

master
Olivier Provost 2 years ago
parent 3d199e6ff4
commit 449085e1f5

Binary file not shown.

@ -0,0 +1,92 @@
%% start of file `template.tex'.
%% Copyright 2006-2013 Xavier Danaux (xdanaux@gmail.com).
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License version 1.3c,
% available at http://www.latex-project.org/lppl/.
\documentclass[11pt,letterpaper,sans]{moderncv} % possible options include font size ('10pt', '11pt' and '12pt'), paper size ('a4paper', 'letterpaper', 'a5paper', 'legalpaper', 'executivepaper' and 'landscape') and font family ('sans' and 'roman')
% moderncv themes
\moderncvstyle{classic} % style options are 'casual' (default), 'classic', 'oldstyle' and 'banking'
\moderncvcolor{blue} % color options 'blue' (default), 'orange', 'green', 'red', 'purple', 'grey' and 'black'
%\renewcommand{\familydefault}{\sfdefault} % to set the default font; use '\sfdefault' for the default sans serif font, '\rmdefault' for the default roman one, or any tex font name
%\nopagenumbers{} % uncomment to suppress automatic page numbering for CVs longer than one page
% character encoding
%\usepackage[utf8]{inputenc} % if you are not using xelatex ou lualatex, replace by the encoding you are using
%\usepackage{CJKutf8} % if you need to use CJK to typeset your resume in Chinese, Japanese or Korean
% adjust the page margins
\usepackage[scale=0.75]{geometry}
%\setlength{\hintscolumnwidth}{3cm} % if you want to change the width of the column with the dates
%\setlength{\makecvtitlenamewidth}{10cm} % for the 'classic' style, if you want to force the width allocated to your name and avoid line breaks. be careful though, the length is normally calculated to avoid any overlap with your personal info; use this at your own typographical risks...
\usepackage[french]{babel}
% personal data
\name{Paul}{Provost}
\title{Resumé title} % optional, remove / comment the line if not wanted
%\address{4865 Ave. Bessborough}{Montr\'eal, Qu\'ebec}{Canada H4V 2S2}% optional, remove / comment the line if not wanted; the "postcode city" and "country" arguments can be omitted or provided empty
\phone[mobile]{(514) 638-7250}
%\phone[fixed]{+2~(345)~678~901}
%\phone[fax]{+3~(456)~789~012}
\email{paul.provost.work@icloud.com} % optional, remove / comment the line if not wanted
%\homepage{www.johndoe.com} % optional, remove / comment the line if not wanted
\social[linkedin][https://www.linkedin.com/in/provostpaul/]{provostpaul} % optional, remove / comment the line % optional, remove / comment the line if not wanted
%\social[twitter]{jdoe} % optional, remove / comment the line if not wanted
%\social[github]{jdoe} % optional, remove / comment the line if not wanted
%\extrainfo{additional information} % optional, remove / comment the line if not wanted
%\photo[64pt][0.4pt]{picture} % optional, remove / comment the line if not wanted; '64pt' is the height the picture must be resized to, 0.4pt is the thickness of the frame around it (put it to 0pt for no frame) and 'picture' is the name of the picture file
%\quote{Some quote} % optional, remove / comment the line if not wanted
% to show numerical labels in the bibliography (default is to show no labels); only useful if you make citations in your resume
%\makeatletter
%\renewcommand*{\bibliographyitemlabel}{\@biblabel{\arabic{enumiv}}}
%\makeatother
%\renewcommand*{\bibliographyitemlabel}{[\arabic{enumiv}]}% CONSIDER REPLACING THE ABOVE BY THIS
% bibliography with mutiple entries
%\usepackage{multibib}
%\newcites{book,misc}{{Books},{Others}}
%----------------------------------------------------------------------------------
% content
%----------------------------------------------------------------------------------
\begin{document}
%----- letter ---------------------------------------------------------
% recipient data
\recipient{Logibec}{Talent Acquisition}
\date{September 14, 2023}
\opening{Dear Sir or Madam,}
\closing{Respectfully,}
%\enclosure[Attached]{curriculum vit\ae{}} % use an optional argument to use a string other than "Enclosure", or redefine \enclname
\makelettertitle
\begingroup% locally change the value for \parskip
\parskip 12pt
Please accept my application for the Manager, Development Review position at Logibec. I trust that my diverse expertise as an Engineering Manager and Product Owner, as well as a software developer make me a candidate of choice for the position. I also have experience in the medical, aerospace and animation industries that are not mentioned in my resume for brevity.
Over the last 14 years, I have held several positions in the gaming industry, among which Engineering Manager for a team working on an industry-leading game engine and Product Owner for a telemetry and diagnostic tool, all the while keeping my hands in the code and contributing as best I could.
Prior to that, I worked in a start-up in the medical field on the design, implementation and delivery of the software part of a medical device used in patient positioning during radiotherapy treatments. During this period, I was exposed to several certification processes (ISO-9660, FDA, Santé Canada). I was also involved in discussions with hospital radiation professionals and radiography technicians to provide a product that would be helpful and with a streamlined workflow.
As a people manager, my philosophy is that of a Servant Leader, emphasizing teamwork, employee satisfaction, motivation, communication, authenticity and self-awareness. I am looking to move back into this kind off role, as I believe this is how I could best serve an organization, by helping a team do their best work and enhance the end product.
During my work experience, I have built and maintained cross-team relationships. I have a good knowledge of the processes in place inside a software development team working on a large scale project (Planning, CI, Testing, Releases) as I have gone through several product releases as an Engineering Manager, a Product Owner and an individual contributor.
In addition to the typical expertise, my experience in team management and product ownership allowed me to develop great communication skills, manage clear cross-domain interactions and foster team spirit.
Thank you for your time and consideration.
\endgroup %parskip override
\makeletterclosing
%\clearpage\end{CJK*} % if you are typesetting your resume in Chinese using CJK; the \clearpage is required for fancyhdr to work correctly with CJK, though it kills the page numbering by making \lastpage undefined
\end{document}
%% end of file `template.tex'.
Loading…
Cancel
Save