summaryrefslogtreecommitdiffstats
path: root/src/cover_letter.tex
diff options
context:
space:
mode:
Diffstat (limited to 'src/cover_letter.tex')
-rw-r--r--src/cover_letter.tex18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/cover_letter.tex b/src/cover_letter.tex
new file mode 100644
index 0000000..93e276a
--- /dev/null
+++ b/src/cover_letter.tex
@@ -0,0 +1,18 @@
+\input{sections/preamble}
+
+\recipient{HR Department}{Corporation\\123 Pleasant Lane\\12345 City, State}
+\date{\today}
+\opening{Dear Sir or Madam,}
+\closing{Sincerely yours,}
+\enclosure[Attached]{curriculum vit\ae{}}
+
+
+\begin{document}
+
+\makelettertitle
+
+\lipsum[1-3]
+
+\makeletterclosing
+
+\end{document}