%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Long Lined Cover Letter
% LaTeX Template
% Version 2.0 (September 17, 2021)
%
% This template originates from:
% https://www.LaTeXTemplates.com
%
% Authors: Xianyuan Bao
% (baoxianyuan@126.com)
%
% License:
% CC BY-NC-SA 4.0 (https://creativecommons.org/licenses/by-nc-sa/4.0/)
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
\documentclass{article}
\usepackage{charter} % Use the Charter font
\usepackage[
a4paper, % Paper size
top=1in, % Top margin
bottom=1in, % Bottom margin
left=1in, % Left margin
right=1in, % Right margin
%showframe % Uncomment to show frames around the margins for debugging purposes
]{geometry}
\setlength{\parindent}{0pt} % Paragraph indentation
\setlength{\parskip}{1em} % Vertical space between paragraphs
\usepackage{graphicx} % Required for including images
\usepackage{fancyhdr} % Required for customizing headers and footers
\fancypagestyle{firstpage}{%
\fancyhf{} % Clear default headers/footers
\renewcommand{\headrulewidth}{0pt} % No header rule
\renewcommand{\footrulewidth}{1pt} % Footer rule thickness
}
\fancypagestyle{subsequentpages}{%
\fancyhf{} % Clear default headers/footers
\renewcommand{\headrulewidth}{1pt} % Header rule thickness
\renewcommand{\footrulewidth}{1pt} % Footer rule thickness
}
\AtBeginDocument{\thispagestyle{firstpage}} % Use the first page headers/footers style on the first page
\pagestyle{subsequentpages} % Use the subsequent pages headers/footers style on subsequent pages
%----------------------------------------------------------------------------------------
\begin{document}
%----------------------------------------------------------------------------------------
% FIRST PAGE HEADER
%----------------------------------------------------------------------------------------
\includegraphics[width=0.4\textwidth]{nxu.png} % Logo
\vspace{-1em} % Pull the rule closer to the logo
\rule{\linewidth}{1pt} % Horizontal rule
\bigskip\bigskip % Vertical whitespace
%----------------------------------------------------------------------------------------
% YOUR NAME AND CONTACT INFORMATION
%----------------------------------------------------------------------------------------
\hfill
\begin{tabular}{l @{}}
\today \bigskip\\ % Date
XXX \\
Address 1 \\ % Address
Address 2 \\
Phone: (000) 111-1111 \\
Email: xxx@example.com
\end{tabular}
\bigskip % Vertical whitespace
%----------------------------------------------------------------------------------------
% ADDRESSEE AND GREETING
%----------------------------------------------------------------------------------------
\begin{tabular}{@{} l}
Mrs.\ XXX \\
Recruitment Officer \\
The Corporation \\
123 Pleasant Lane \\
City, State 12345
\end{tabular}
\bigskip % Vertical whitespace
Dear Mrs.\ XXX,
\bigskip % Vertical whitespace
%----------------------------------------------------------------------------------------
% LETTER CONTENT
%----------------------------------------------------------------------------------------
PARAGRAPH ONE: State the reason for the letter, name the position or type of work you are applying for and identify the source from which you learned of the opening (i.e. career development center, newspaper, employment service, personal contact).
PARAGRAPH TWO: Indicate why you are interested in the position, the company, its products, services - above all, stress what you can do for the employer. If you are a recent graduate, explain how your academic background makes you a qualified candidate for the position. If you have practical work experience, point out specific achievements or unique qualifications. Try not to repeat the same information the reader will find in the resume. Refer the reader to the enclosed resume or application which summarizes your qualifications, training, and experiences. The purpose of this section is to strengthen your resume by providing details which bring your experiences to life.
PARAGRAPH THREE: Request a personal interview and indicate your flexibility as to the time and place. Repeat your phone number in the letter and offer assistance to help in a speedy response. For example, state that you will be in the city where the company is located on a certain date and would like to set up an interview. Alternatively, state that you will call on a certain date to set up an interview. End the letter by thanking the employer for taking time to consider your credentials.
\bigskip % Vertical whitespace
Sincerely yours,
\vspace{50pt} % Vertical whitespace
John Smith
\end{document}