Okay I lied, split it up a little and add some comments
Next focus block is research key points
This commit is contained in:
parent
562f8b2cec
commit
7885aa5b9f
12
ada-core-cover-letter/closer.tex
Normal file
12
ada-core-cover-letter/closer.tex
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
% Closer
|
||||||
|
\vspace{0.1in}
|
||||||
|
\vfill
|
||||||
|
|
||||||
|
\begin{flushright}
|
||||||
|
\closer,
|
||||||
|
|
||||||
|
\ifthenelse{\boolean{include-signature}}{\vspace{-0.1in}\includegraphics[width=1.5in]{sig.png}\vspace{-0.1in}}{}
|
||||||
|
|
||||||
|
\myname\\
|
||||||
|
\mytitle
|
||||||
|
\end{flushright}
|
||||||
22
ada-core-cover-letter/header.tex
Normal file
22
ada-core-cover-letter/header.tex
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
% Shaded header banner
|
||||||
|
\AddToShipoutPictureBG{%
|
||||||
|
\color{TopBackground}
|
||||||
|
\AtPageUpperLeft{\rule[-\shadedheight]{\paperwidth}{\shadedheight}}
|
||||||
|
}
|
||||||
|
|
||||||
|
% Header
|
||||||
|
\begin{center}
|
||||||
|
{\fontsize{28}{0}\selectfont\scshape \myname}
|
||||||
|
|
||||||
|
\vspace{0.2cm}
|
||||||
|
\icon{MapMarker}{12}{Bath / Reading}
|
||||||
|
\hfill
|
||||||
|
\icon{Phone}{12}{\tel{+44 7564 199236}}
|
||||||
|
\hfill
|
||||||
|
\icon{At}{12}{\emailaddr{me@joshuacoles.me}}
|
||||||
|
\hfill
|
||||||
|
\icon{Github}{12}{\href{https://github.com/joshuacoles}{joshuacoles}}
|
||||||
|
% \icon{Linkedin}{12}{\href{https://www.linkedin.com/in/joshua-coles-a79498151/}{LinkedIn}}
|
||||||
|
\end{center}
|
||||||
|
|
||||||
|
\vspace{0.75cm}
|
||||||
@ -49,53 +49,42 @@
|
|||||||
\vcenteredhbox{#3}% Text
|
\vcenteredhbox{#3}% Text
|
||||||
}
|
}
|
||||||
|
|
||||||
% Shaded header banner
|
%%%
|
||||||
\AddToShipoutPictureBG{%
|
|
||||||
\color{TopBackground}
|
|
||||||
\AtPageUpperLeft{\rule[-\shadedheight]{\paperwidth}{\shadedheight}}
|
|
||||||
}
|
|
||||||
|
|
||||||
% Header
|
% Header
|
||||||
\begin{center}
|
%%%
|
||||||
{\fontsize{28}{0}\selectfont\scshape \myname}
|
|
||||||
|
|
||||||
\vspace{0.2cm}
|
\input{header}
|
||||||
\icon{MapMarker}{12}{Bath / Reading}
|
|
||||||
\hfill
|
|
||||||
\icon{Phone}{12}{\tel{+44 7564 199236}}
|
|
||||||
\hfill
|
|
||||||
\icon{At}{12}{\emailaddr{me@joshuacoles.me}}
|
|
||||||
\hfill
|
|
||||||
\icon{Github}{12}{\href{https://github.com/joshuacoles}{joshuacoles}}
|
|
||||||
% \icon{Linkedin}{12}{\href{https://www.linkedin.com/in/joshua-coles-a79498151/}{LinkedIn}}
|
|
||||||
\end{center}
|
|
||||||
|
|
||||||
\vspace{0.75cm}
|
|
||||||
|
|
||||||
|
%%%
|
||||||
% Opening block
|
% Opening block
|
||||||
\today
|
%%%
|
||||||
\\
|
|
||||||
|
|
||||||
\vspace{-0.1in}\recipient\\\company
|
% Date
|
||||||
\ifthenelse{\boolean{include-company-address}}{\\\companyaddress}{}\\
|
\today \\
|
||||||
|
|
||||||
\vspace{-0.1in}\greeting\ \recipient,\\
|
% Address
|
||||||
|
\vspace{-0.1in}\recipient\\\company\\
|
||||||
|
\ifthenelse{\boolean{include-company-address}}
|
||||||
|
{\companyaddress\\}
|
||||||
|
{}
|
||||||
|
|
||||||
|
|
||||||
|
% Greeting
|
||||||
|
\vspace{-0.1in}
|
||||||
|
\greeting\ \recipient, \\
|
||||||
|
|
||||||
|
%%%
|
||||||
% Body
|
% Body
|
||||||
|
%%%
|
||||||
|
|
||||||
\vspace{-0.1in}\setlength\parindent{24pt}
|
\vspace{-0.1in}\setlength\parindent{24pt}
|
||||||
\noindent\input{body}
|
\noindent\input{body}
|
||||||
|
|
||||||
|
%%%
|
||||||
% Closer
|
% Closer
|
||||||
\vspace{0.1in}
|
%%%
|
||||||
\vfill
|
|
||||||
|
|
||||||
\begin{flushright}
|
\input{closer}
|
||||||
\closer,
|
|
||||||
|
|
||||||
\ifthenelse{\boolean{include-signature}}{\vspace{-0.1in}\includegraphics[width=1.5in]{sig.png}\vspace{-0.1in}}{}
|
|
||||||
|
|
||||||
\myname\\
|
|
||||||
\mytitle
|
|
||||||
\end{flushright}
|
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
Loading…
Reference in New Issue
Block a user