-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathref-letter.tex
More file actions
65 lines (55 loc) · 1.63 KB
/
ref-letter.tex
File metadata and controls
65 lines (55 loc) · 1.63 KB
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
60
61
62
63
64
65
\documentclass[11pt]{letter}
\usepackage[top=1.2in,bottom=1.2in,left=1.2in,right=1.2in]{geometry}
\usepackage{graphicx}
\usepackage{tcolorbox}
\usepackage{lipsum}
\usepackage{hyperref}
\usepackage{fontawesome}
\colorlet{dkgreen}{green!20!black}
\hypersetup{
colorlinks=true,
allcolors=dkgreen
}
\address{
\begin{tcolorbox}[colback=white,colframe=dkgreen,sharp corners=uphill]
\vspace{-0.4in}
\begin{minipage}[b]{0.35\textwidth}
\colorbox{white}{\includegraphics[height=1.3in]{gmu3.png}}
\end{minipage}
\hfill
\begin{minipage}{0.6\textwidth}
\vspace{-0.7in}
{\Large \bf \myname}\\
\emph{\mytitle}\\
\emph{\myschool}\\
%\emph{\myaddress}\\
{\myemail}; {\myweb}
\end{minipage}
\end{tcolorbox}
}
\signature{\vspace{-0.5in}
\includegraphics[scale=0.5]{signature.png}\\
\myname{}}
\signature{\vspace{-0.5in}
\includegraphics[scale=0.5]{signature.png}\\
\myname{}}
%%% Customizations below
\newcommand\myname{ThanhVu Nguyen}
\newcommand\mytitle{Associate Prof. of Computer Science}
\newcommand\mydept{Department of Computer Science}
\newcommand\myschool{George Mason University}
\newcommand\myaddress{4400 University Drive, Fairfax, VA 22030}
\newcommand\myemail{\faEnvelopeO{} \href{mailto:tvn@gmu.edu}{\texttt{tvn@gmu.edu}}}
\newcommand\myweb{\faGlobe{} \href{https://roars.dev}{\texttt{roars.dev}}}
\begin{document}
\begin{letter}{
\textbf{Re: Subject of the letter}
}
\date{\today}
\opening{To whom it may concern:}
\lipsum[2-4]
\closing{Sincerely,}
\ps{ps goes here} %P.S. goes here
\encl{enclosure goes here} %Enclosures goes here
\end{letter}
\end{document}