% This template version by Robert Browder and Carrie Cross, adapted from OSU letter template by Brian Wood.
%
% This template is designed to be easily modified so that it can be used by anyone at VT. The Department/School and College are easily modified in this file.
\documentclass[12pt]{VTletter}
\usepackage{fontspec}
\usepackage{xcolor}
\usepackage{lipsum}
\usepackage{fancyhdr}
\usepackage{lastpage}
\hbadness=99999 %Suppresses underfull \hbox badness warnings. Comment out to remove.
% Set custom fonts here. Virginia Tech uses Crimson Text font. Comment the below lines out if you do not have a Crimson Text font (originally included with this template) installed; computer modern (or whatever your current default font is) will be substituted.
%Primary font
\newfontfamily\fromadd{CrimsonText-Regular.ttf}
\setmainfont{CrimsonText-Regular.ttf}[BoldFont = CrimsonText-Bold.ttf, ItalicFont = CrimsonText-Italic.ttf, BoldItalicFont = CrimsonText-BoldItalic.ttf ]
% Secondary font
%Use \myfont to set alternative fonts.
\newfontfamily\myfont{GinesoCondRegular.otf}[BoldFont=GinesoCondDemi.otf]
%%%%%%%%%%% Put Personal Information Here %%%%%%%%%%%
%
\def\name{Your Name}
%
% List your degree(s), licenses, etc. below if you like.
%\def\What{, Your degrees, etc.}
%
% Set the name of your Department or School here:
%%%%%%%%%%%%%%%%%% School or Department %%%%%%%%%%%%%%%
\def\Where{\textbf{Department name}}
%%%%%%%%%%%% Additional Contact Information %%%%%%%%%%%
%
% Set your preferred primary contact address here:
\def\Address{12345 Street Address\\
Building name, Suite 1234}
%
\def\CityZip{Blacksburg, Virginia~24061} % The tilde inserts a space between the state and zip code.
%
% Set your VT e-mail here:
\def\Email{name@vt.edu}
%
% Set your preferred VT contact number(s) here:
\def\TEL{P: 540-231-5555~F: 540-231-5555}
%
% Set your department or personal website here:
%\def\URL{URL: www.vt.edu}
%
%%%%%%%%%%%%%%%%%%%%% Signature line %%%%%%%%%%%%%%%%%%%%%
%
% Set your signature line below.
% You can add a signature image in a PDF file using the below code; this requires a file called "signature_block.pdf" to be uploaded to the template in Overleaf. The vertical spacing (\vspace) and the scaling will have to be adjusted to get things to look correct for your particular signature image.
%Alternately, comment out the following lines in favor of the one labeled
%"[[Alternate]]" if you want to sign a paper copy of the letter.
\signature{
\vspace{-12mm}\includegraphics[scale=0.40]{signature_block.pdf}\\\vspace{-2mm}
\name}
%\signature{\name} % [[Alternate]]
% The following block sets up the address on the right-hand side of the header. These lines just compile the information you set up into the LaTex letter variable "address" for later use.
\address{}
\def\newaddress{%
\Where\\
\Address\\
\CityZip\\
\TEL\\
\Email\\
%\URL
}
%% Adjust the width of the "from" address if the default is too wide/narrow.
\setlength{\addresswidth}{1.75in}
%
%%%%%%%%%%% DATE %%%%%%%%%%%%%%%%%%%%%%%%%
% If you want a date different from the current date, comment out the next line in favor of the line labeled "[[Alternate]]".
%
\date{\today}
%\date{20 September 2020} %[[Alternate]]
%
%%%%%%%%%%% Set the subject here if there is one %%%%
%\subject{Stuff} % optional subject line
\begin{document}
%
%
%%%%%%%% The "To" address goes here.
%
\begin{letter}{
Professor XXXXXXXX XXXXX\\
Some University\\
Some Addresss\\
SomeTown, SomeState~SomeZip
}
%%%%%% The "opening" is just the method of address you would like to use at the start of the letter.
%
\opening{Dear Professor XXXXX,}
%%%%%%%%%% Body of letter %%%%%%%%%%%%%%
% The "\lipsum[1-10]" command just fills the letter with 10 paragraphs of Latin for the purposes of filler. Unless you really want to send filler Latin to someone, you will replace this command with actual text. Do that here:
%
\lipsum[1-10]
%%%%%%% "closing" sets the sign-off line.
\closing{Sincerely,}
% Comment out/in the lines below as necessary.
%\encl{If an enclosure is provided, let them know what it is.}
%\ps{A postscript if that is a thing you do.}
%\cc{Someone Who Cares (and is copied).}
\end{letter}
\end{document}