-
Notifications
You must be signed in to change notification settings - Fork 1
/
main.tex
59 lines (48 loc) · 1.96 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
\documentclass[12pt, a4paper]{letter} % Set the font size (10pt, 11pt and 12pt) and paper size
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage{geometry}
\usepackage{eso-pic}
\usepackage[export]{adjustbox}
\usepackage{xcolor}
\hypersetup{hidelinks}
\geometry{top=0.7in, bottom=1in, left=1in, right=1in}
% If you don't need a picture background for the letter, you can remove this code
\newcommand\BackgroundPicture{
\put(0,0){
\parbox[b][\paperheight]{\paperwidth}{
\vfill
\centering\includegraphics[width=0.4\paperwidth,height=0.4\paperheight,keepaspectratio]{pic/NENU_Logo_Bg.png} % Change your logo
\vfill
}
}
}
\AddToShipoutPicture{\BackgroundPicture}
\begin{document}
\begin{minipage}{0.5\textwidth}
\includegraphics[width=3.2in]{pic/NENU_Logo.png}\\ % Change your logo
\end{minipage}
\hfill
\begin{minipage}{0.6\textwidth}\raggedright
\small{
\hphantom{AA}Room xxx, Academic Building \\ % Change your address
\hphantom{AA}School of Information Science and Technology \\
\hphantom{AA}NorthEast Normal University \\
\hphantom{AA}No.2555 Jingyue Street, Nanguan District \\
\hphantom{AA}Changchun, P. R. China, 130117 \\
}
\end{minipage}
\vspace{0.4in} % Increase distance
\today
\textbf{Recommendation Letter for Ms. Lili Liang\footnote{\textbf{Lili Liang}. ``NENU Letter Template'' Proceedings of Overleaf. Overleaf Gallery, 2024.}}
To Whom It May Concern:\\
\input{letterContent} % Refer to letterContent.tex
Sincerely yours,
\includegraphics[width=2in]{pic/signature.png} % Please sign your name
xxx, Professor \\ % Change your personal information
School of Information Science and Technology \\
NorthEast Normal University \\
Phone: (86) 10-xxxx-xxx \\
Email: \href{mailto:[email protected]}{[email protected]} \\
Website: \url{https://ai.nenu.edu.cn} \\
\end{document}