
Sichuan University CS Reference Letter Template
作者:
Xuan Zhang
最近上传:
4 年前
许可:
Creative Commons CC BY 4.0
摘要:
An unofficial SCU CS letter of recommendation template with letterhead, modified from THU CS's template by Jiayi Weng.

An unofficial SCU CS letter of recommendation template with letterhead, modified from THU CS's template by Jiayi Weng.
\documentclass[a4paper]{letter}
\usepackage[top=1in,bottom=1in,left=1in,right=1in]{geometry}
\usepackage{fontspec}
\usepackage{fancyhdr}
\usepackage{graphicx}
\usepackage{hyperref}
\pagestyle{fancy}
\title{\bf Recommendation Letter for Mr. Your Name}
\author{xxx}
\fancypagestyle{plain}{
\fancyhead[C]{\includegraphics[height=1.5cm]{pic/scu.png}~~\includegraphics[height=1.5cm]{pic/ccs.png}~~\includegraphics[height=1.5cm]{pic/logo.pdf}}
\fancyfoot[C]{}
}
\pagestyle{plain}
\makeatletter
\let\ps@empty\ps@plain
\let\ps@firstpage\ps@plain
\makeatother
% the end indent
\setlength{\longindentation}{3in}
\setlength{\indentedwidth}{\textwidth}
\addtolength{\indentedwidth}{-\longindentation}
%\setmainfont{Times New Roman}
\address{Room x-xxx, Erji Building\\ Sichuan University, Chengdu\\Sichuan, P. R. China, 610065}
\begin{document}
% \thispagestyle{fancy}
\begin{letter}{\bf Recommendation Letter for Mr. Your Name}
\opening{To Whom It May Concern:}
I am a professor of College of Computer Science at Sichuan University. ......
\textbf{Project 1}. Detail 1
\textbf{Project 2}. Detail 2 \footnote{\textbf{Reference}. ``SCU Letter of Recommendation Template'' Proceedings of Overleaf. Overleaf Gallery, 2021.}
\textbf{Project 3}. Detail 3
\textbf{Personality}. Details
\textbf{Conclusion}. All things considered, Your Name is undoubtedly a talented student with great potential. I have no doubt that he can qualify your honorable program. If there is anything else I can do to support his application, please do not hesitate to contact me.
\closing{Sincerely yours,\\
\fromsig{%\includegraphics[scale=0.25]{pic/signature-xxx.jpg}
}
\fromname{xxx, Professor, Ph.D.\\
College of Computer Science\\
Phone: (86) 28-xxxx-xxxx \\
Email: \href{mailto:president@scu.edu.cn}{president@scu.edu.cn}\\
Web: \url{http://www.cs.scu.edu.cn}}
}
\end{letter}
\end{document}