aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2023-05-03 08:55:04 -0500
committerMatt Strapp <matt@mattstrapp.net>2023-05-03 08:55:04 -0500
commitbfa90c1d2f9db3323f82b3f4fb2f1aa465104623 (patch)
tree21d6a1ba09b319c35d737850e6e61a2fc1bfbcbf
parentAdd cover letter (diff)
downloadhomework-bfa90c1d2f9db3323f82b3f4fb2f1aa465104623.tar
homework-bfa90c1d2f9db3323f82b3f4fb2f1aa465104623.tar.gz
homework-bfa90c1d2f9db3323f82b3f4fb2f1aa465104623.tar.bz2
homework-bfa90c1d2f9db3323f82b3f4fb2f1aa465104623.tar.lz
homework-bfa90c1d2f9db3323f82b3f4fb2f1aa465104623.tar.xz
homework-bfa90c1d2f9db3323f82b3f4fb2f1aa465104623.tar.zst
homework-bfa90c1d2f9db3323f82b3f4fb2f1aa465104623.zip
a
-rw-r--r--papers/coverletter.tex36
1 files changed, 25 insertions, 11 deletions
diff --git a/papers/coverletter.tex b/papers/coverletter.tex
index 89a8eaa..0f0abd7 100644
--- a/papers/coverletter.tex
+++ b/papers/coverletter.tex
@@ -19,8 +19,9 @@
%%%%%%%%%%%%% CHANGE YOUR NAME HERE %%%%%%%%%%%%%
-\newcommand{\firstname}{Joe}
-\newcommand{\lastname}{Doe}
+\newcommand{\firstname}{Matt}
+\newcommand{\lastname}{Strapp}
+\newcommand{\email}{matt@mattstrapp.net}
%%%%%%%%%%%%% Colors %%%%%%%%%%%%%
@@ -29,7 +30,7 @@
\definecolor{redBlood}{RGB}{188, 20, 20}
\definecolor{grayShy}{RGB}{153, 150, 142}
-\newcommand{\mainColor}{redBlood} % pick a color above, or add a custom one
+\newcommand{\mainColor}{grayShy} % pick a color above, or add a custom one
%%%%%%%%%%%%% Macros %%%%%%%%%%%%%
@@ -60,9 +61,9 @@
\fontfamily{phv}\selectfont
\color{\mainColor}
\parbox{4\spacebox} {
- \textbf{\MakeUppercase{\lastname}}
- \color{black}
\textbf{\firstname}
+ \color{black}
+ \textbf{\MakeUppercase{\lastname}}
}
\normalsize
\color{grayShy}
@@ -126,7 +127,7 @@
\parbox{3\spacebox}{
Sincerely,\par
\svspace
- \textbf{\lastname \hspace{0.1em} \firstname}\par
+ \textbf{\firstname \hspace{0.05em} \lastname }\par
\svspace
\Huge \faPenNib
}\par
@@ -135,16 +136,29 @@
%%% Your cover letter below %%%
\begin{document}
-\userInfo{2708 N University Dr}{33322 Sunrise, Florida}{(954) 747-1245}{doe.joe@gmail.com}
-\companyInfo{Foo Corp}{Mr. Laurent, CEO}{1741 Tomlinson RD}{19116 Philadelphia, Pennsylvania}
+\userInfo
+{2708 N University Dr} % Address
+{33322 Sunrise, Florida} % Address, Line 2
+{(954) 747-1245} % Phone number
+{\email} % Email Address
+
+\companyInfo
+{Foo Corp}
+{Mr. Laurent, CEO}
+{1741 Tomlinson RD}
+{19116 Philadelphia, Pennsylvania}
+
\content{
-Foremost among my reasons for applying is my belief that I could render a valuable service to the team in this position; after receiving my degree in (your-degree-here) from (your-uni-here) I believe I have competitive qualities for this position that I have gained through not only my work experience but my time spent on personal projects. \\
+Foremost among my reasons for applying is my belief that I could render a valuable service to the team in this position;
+after receiving my degree in (your-degree-here) from (your-uni-here) I believe I have competitive qualities for this position that I have gained through not only my work experience but my time spent on personal projects. \\
-My current time at (your-company-name-here) has been with the (team-name) team, a team of engineers (explain what your team does here, if you aren't 100 percent sure wing it, no one will check) . Continue to describe some of your completed work here. \\
+My current time at (your-company-name-here) has been with the (team-name) team, a team of engineers (explain what your team does here, if you aren't 100 percent sure wing it, no one will check) .
+Continue to describe some of your completed work here. \\
My project (project-name) is a tool written in (language) that does (explain the problem you were trying to solve or the thing you were trying to learn by making this project. Try not to exceed the length of your work experience unless you think your project(s) provide better details on work.) \\
-I am eager to demonstrate my value to your team, and I firmly believe that my work at your institution will result in our mutual satisfaction. If I may provide any additional information, please feel free to contact me at (you-email-address@gmail.com). I look forward to discussing the value of my future contributions.}
+I am eager to demonstrate my value to your team, and I firmly believe that my work at your institution will result in our mutual satisfaction. If I may provide any additional information, please feel free to contact me at \email.
+I look forward to discussing the value of my future contributions.}
\signature
\end{document}