\documentclass[11pt,letterpaper]{letter} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Packages %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \usepackage[utf8]{inputenc} \usepackage{fourier} \usepackage{graphicx} \graphicspath{ {images/} } \usepackage{lipsum} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Page Layout %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % \usepackage{showframe} % \renewcommand*\ShowFrameColor{\color{red}} \raggedbottom \raggedright \setlength{\parindent}{0pt} \usepackage{geometry} \geometry{ margin=20mm, } \author{Kenneth John Odle} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% Get it started… %%%%%%%%%%%%%%%%%%%%%%%%%% \begin{document} %% My Contact Info %%%%%%%%%%%%%%%%%%% {\Large \textbf{Kenneth John Odle}}\hfill{} {\large Technical Writer/Documentation Specialist} \\ \smallskip Portage, MI 49024\hfill kenneth.odle@tutanota.com \\ \hfill{}248.716.8264 \hrulefill \vspace{30mm} %% Company Info %%%%%%%%%%%%%%%%%%%%%% Generic Company \\ Attn: Hiring Manager \\ 1313 Mockingbird Lane\\ Corporate City, MI 49099 Dear Hiring Manager, I am very excited to apply for the position of (test job). \lipsum[2] \lipsum[3] Sincerely yours, \\ \vspace{2mm} \includegraphics[scale=0.75]{signature} \\ Kenneth John Odle \end{document}