The public sources for my resume. These sources are auto compiled and published upon changes.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

72 lines
2.2 KiB

  1. % Cover letter using letter.sty
  2. \documentclass{letter} % Uses 10pt
  3. %Use \documentstyle[newcent]{letter} for New Century Schoolbook postscript font
  4. % the following commands control the margins:
  5. \topmargin=-1in % Make letterhead start about 1 inch from top of page
  6. \textheight=8in % text height can be bigger for a longer letter
  7. \oddsidemargin=0pt % leftmargin is 1 inch
  8. \textwidth=6.5in % textwidth of 6.5in leaves 1 inch for right margin
  9. \begin{document}
  10. \signature{Drew P. Short} % name for signature
  11. \longindentation=0pt % needed to get closing flush left
  12. \let\raggedleft\raggedright % needed to get date flush left
  13. \begin{letter}{
  14. Mozilla Corporation \\
  15. 331 E. Evelyn Avenue \\
  16. Mountain View, CA 94041}
  17. \begin{flushleft}
  18. {\large\bf Drew P. Short}
  19. \end{flushleft}
  20. \medskip\hrule height 1pt
  21. \begin{flushright}
  22. \hfill 1430 Taylor Ave W, Saint Paul, MN 55104 \\
  23. \hfill (651) 285-4565
  24. \end{flushright}
  25. \vfill % forces letterhead to top of page
  26. \opening{Dear Hiring Manager for the Research Engineer Position:}
  27. \noindent I found your open Research Engineer position through the
  28. Mozilla career site and am applying because this role aligns with my
  29. future goals as a software engineer. As a loyal user of Mozilla
  30. products I deeply resonate with Mozilla's goal of building a better
  31. Internet and am excited about the possibility to work for a company
  32. that has changed the Internet so profoundly.
  33. \noindent For the past 3 years I have been expanding and maintaining
  34. a large Java Spring web application for Cargill Inc. Risk Management.
  35. This has made me sensitive to the difficulties in providing a unified
  36. experience on the web. I would like to use my skills and ambitions
  37. to make the web a better place for everyone; developers, designers and users
  38. alike. I have hobbyist experience with Rust and love the work I
  39. have done in the language so far, I think it has a very bright future
  40. ahead of it.
  41. \noindent I would love to have an opportunity to share my experience,
  42. discuss the position, and explore the unique background I can bring
  43. to the team.
  44. \closing{Thanks for your time,}
  45. %\encl{} % Enclosures
  46. \end{letter}
  47. \end{document}