%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Recommendation Letter (better one page, but more pages would also be fine)
% LaTeX/Overleaf Template
% Version 1.0 (December 24, 2022)
% This file is an original template
%
% Authors: Yidian Wang
% (email: wangydian@163.com)
% Happy to hear any suggestions
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%!TEX program = xelatex
\PassOptionsToPackage{quiet}{fontspec}
\documentclass[12pt,a4paper]{letter}
\usepackage{ctex}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage[left=2.75cm, right=2.75cm, top=1.50cm, bottom=1.50cm]{geometry}
\usepackage{times}%Times New Roman font
\usepackage{tabularx}
\usepackage{setspace}
\usepackage{color}
\usepackage{multirow}
\usepackage[colorlinks]{hyperref}
\setlength{\parindent}{0pt} %Paragraph indentation
\setlength{\parskip}{1em} %Vertical space between paragraphs
\begin{document}
%-----------------------------Letterhead-----------------------------%
%%%Note: please do not change anything
\begin{minipage}[b]{0.25\linewidth}
\centering
\includegraphics[height=2cm]{logo.png}
\vspace{-0.5em}
\end{minipage}
\hfill %Horizontal fill
\begin{minipage}[b]{21em}
\begin{spacing}{0.5}
\begin{tabular}{|p{4.5cm}|p{3.5cm}}
%\cline{1-2}
\tiny Frontier Institute of Science and Technology (FIST) & \tiny 西安交通大学前沿科学技术研究院 \\% \cline{1-2}
\tiny Xi'an Jiaotong University & \multirow{2}{*}{\tiny 中国陕西省西安市雁塔区雁翔路99号} \\ %\cline{1-1}
\tiny No.1 West building & \\ %\cline{1-2}
\tiny 99 Yanxiang Road, Yanta District & \multirow{2}{*}{\tiny 交通大学曲江校区西一楼}\\ %\cline{1-1}
\tiny Xi'an, Shaanxi Province & \\ %\cline{1-2}
\tiny P.R.China, 710054 & \tiny 邮编:710054\\
\tiny Tel: +86 29 83395126 & \tiny 电话:+86 29 83395126\\
\tiny Fax: +86 29 83395132 & \tiny 传真:+86 29 83395132\\
\tiny E-mail: fist@mail.xjtu.edu.cn & \tiny E-mail: fist@mail.xjtu.edu.cn
\end{tabular}
\end{spacing}
\end{minipage}
\vspace{-2em}% vetor space
\rule{\linewidth}{1pt} % Horizontal rule
\vspace{-3em}% make the date more close to the horizontal line
%-----------------------------text-----------------------------%
%%%Note: you can edit text below
\hfill
\begin{tabular}{l @{}}
October 17, 2019 \\ % Date
\end{tabular}
%%%Note: your name replaces Jay Chou
\vspace{2em}
\\To whom it may concern,
Glad to know that Jay Chou has applied the PhD candidate position in your group. Here I wrote this letter to support his application.
Jay joined my group to pursue a master degree since September 2016. During these three years, he has developed excellent skills for XXX. The synthesis of ZZZ is actually quite demanding, which requires YYY and other anaerobic operations. In addition to synthesis he can also operate the ZZZ. I also know that he is able to XXX, and YYY and use the ZZZ to XXX by his own. As you can see he had completed his project excellently and earned here master degree in this summer. He has also published a nice paper in \textit{J. Am. Chem. Soc.}
Jay is also good at lab management, such as the maintaince of YYY and ZZZ. He is also a great team mate as he has well communication skills. This includes very good English proficiency in both writing and speaking. Thus, he has won the scholarship from XXX to pursue a PhD degree abroad, which means she will be funded by the YYY up to four years.
All in all, this man is quite ambitious and has great enthusiasm for ZZZ. Therefore, I strongly recommend you to accept his application to pursue the PhD degree in your group.
If you need further information related to Jay, please feel free to contact me.
Yours sincerely,
%%%Note:add signature
\includegraphics[height=5em]{signature.png}\\
%\vspace{1em}
\rule{5cm}{1pt} \\% Horizontal rule
%%%Note:prof.'s name replaces Andy Lau
Andy Lau\\
Professor of Chemistry\\
Xi'an Jiaotong University,\\
Group website: \href{http://www.addthegroupwebsite.com}{\textcolor{blue}{http://www.addthegroupwebsite.com}}
\end{document}