Last active
September 28, 2021 20:54
-
-
Save myersjustinc/52f3d7e6e7d92cd1778dae73f2bf4ab1 to your computer and use it in GitHub Desktop.
LaTeX letter template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass[letterpaper]{article} | |
\usepackage[ | |
% grid,gridBG, | |
% pscoord=false, | |
% texcoord=true, | |
% gridcolor=red!50, | |
% subgridcolor=black!25, | |
% gridunit=mm | |
]{eso-pic} | |
\usepackage[hang,flushmargin]{footmisc} | |
\usepackage{graphicx} | |
\usepackage{lipsum} | |
% \AddToShipoutPictureFG*{ | |
% \AtPageUpperLeft{ | |
% \put(\LenToUnit{50mm},\LenToUnit{-250mm}){ | |
% \includegraphics[page=1]{image}} | |
% }} | |
\pagenumbering{gobble} | |
\setlength{\parindent}{0pt} | |
\setlength{\parskip}{1em} | |
\begin{document} | |
Sender Address \\ | |
City, State ZIP | |
Month Day, Year | |
Recipient Name \\ | |
Recipient Address \\ | |
City, State ZIP | |
Salutation: | |
\lipsum[1-2] | |
Closing, | |
\vspace*{3\baselineskip} | |
Sender Name | |
Enclosures: TK | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment