60 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			TeX
		
	
	
	
	
	
			
		
		
	
	
			60 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			TeX
		
	
	
	
	
	
| \documentclass[11pt,letterpaper]{letter}
 | |
| 
 | |
| 
 | |
| %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 | |
| %% Packages %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 | |
| \usepackage[utf8]{inputenc}
 | |
| \usepackage{fourier}
 | |
| \usepackage{graphicx}
 | |
| \graphicspath{ {images/} }
 | |
| 
 | |
| 
 | |
| %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 | |
| %% 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).
 | |
| 
 | |
| 
 | |
| Sincerely yours, \\
 | |
| \vspace{2mm}
 | |
| \includegraphics[scale=0.75]{signature} \\
 | |
| Kenneth John Odle
 | |
| \end{document} |