SDU Recommendation Letter Template
Author
Haoyang Wu
Last Updated
há um mês
License
Creative Commons CC BY 4.0
Abstract
Recommendation letter template for students at Shandong University, adapted from https://github.com/fmontesi/sdu_letter
\documentclass{letter}
\usepackage{graphicx}
\usepackage[hidelinks]{hyperref}
\signature{
% Replace the following with your details.
% (And adjust for the audience, some want Dr., some Ph.D., etc.)
Prof.\ Heji Zhao
% Optionally, add some titles here, like:
% \\ Professor, Aspirant Diplomat, Connoisseur of Programming Languages
\\[1ex]
%
% You have to add the signature_block.pdf file yourself.
% It should contain your real-life handwritten signature.
% Or, you can just remove the following line (and the spacing above).
\includegraphics[scale=0.1]{signature_block.pdf}
}
\address{
% This is where you choose the logo.
% You can use your own, or one of the following ones.
%
% Alternative SDU logo
% \includegraphics[scale=0.3]{sdu_en_title_below.png}
%
% \includegraphics[scale=0.3]{sdu_logo.png}
%
% SDU logo with title
\includegraphics[scale=0.4]{sdu_title_right.png}
\\
%
% If your department name is not in the logo already,
% you can insert it here, for example:
School of Computer Science and Technology\\
%
72 Binhai Road, Jimo, Qingdao, P.R. China
\\
%
% Replace the following with your own e-mail address.
\href{mailto:theprof@sdu.edu.cn}{theprof@sdu.edu.cn}
}
\begin{document}
% The following is an example for a letter of recommendation.
\begin{letter}{To whom it may concern}
\opening{\textbf{Object:} recommendation letter for Brilliant Person}
% Insert glorious opening line here:
It is an incommensurable/unimaginable/incredible pleasure to write a letter of recommendation for Brilliant Person.
% Add details about how brilliant the "recommendee" is:
I co-supervised Brilliant during her PhD. She is brilliant.
% Add personal touch to make the committee feel a pleasant "hygge" sensation about this person:
Person is also a nice person.
%
% Be formal enough here. Your mileage may vary depending on whether you prefer British English, American English, or Italian (Ciao):
\closing{Yours faithfully}
\end{letter}
\end{document}