% Project: TeX Cover Letter Template % Author: Sid Lacy \documentclass[12pt]{letter} \usepackage[utf8]{inputenc} \usepackage[empty]{fullpage} \usepackage[hidelinks]{hyperref} \usepackage{graphicx} \usepackage{fontawesome5} \usepackage{eso-pic} \usepackage{charter} \usepackage{geometry} % Required for adjusting page dimensions and margins \geometry{ paper=a4paper, top=1.75cm, % Top margin bottom=1.75cm, % Bottom margin left=2cm, % Left margin right=2cm, % Right margin headheight=0.75cm, % Header height footskip=1cm, % Space from the bottom margin to the baseline of the footer headsep=0.5cm, % Space from the top margin to the baseline of the header % showframe, % Uncomment to show how the type block is set on the page } %\addtolength{\topmargin}{-0.5in} %\addtolength{\textheight}{1.0in} \definecolor{gr}{RGB}{225,225,225} \input{info} \begin{document} % Shaded header banner \AddToShipoutPictureBG{% \color{gr} \AtPageUpperLeft{\rule[-1.3in]{\paperwidth}{1.3in}} } % Header \begin{center} {\fontsize{28}{0}\selectfont\scshape \myname} \href{mailto:\myemail}{\faEnvelope\enspace \myemail}\hfill \href{https://linkedin.com/in/\mylinkedin}{\faLinkedinIn\enspace linkedin.com/in/\mylinkedin}\hfill \href{tel:\myphone}{\faPhone\enspace \myphone}\hfill \faMapMarker\enspace \mylocation \end{center} \vspace{0.2in} % Opening block \today\\ \vspace{-0.1in}\recipient\\ \company\\ \street\\ \city, \state\ \zip\\ \vspace{-0.1in}\greeting\ \recipient,\\ % Body \vspace{-0.1in}\setlength\parindent{24pt} \noindent\input{body} % Closer \vspace{0.1in} \vfill \begin{flushright} \closer, \vspace{-0.1in}\includegraphics[width=1.5in]{sig.png}\vspace{-0.1in} \myname\\ \mytitle \end{flushright} \end{document}