Simple Letter Template For LaTeX - Gists · GitHub

Skip to content Search Gists Search Gists All gists Back to GitHub Sign in Sign up Sign in Sign up Dismiss alert {{ message }}

Instantly share code, notes, and snippets.

@ashwin ashwin/latex-letter.tex Created January 2, 2013 06:31 Show Gist options
  • Star (22) You must be signed in to star a gist
  • Fork (3) You must be signed in to fork a gist
  • Embed Select an option
    • Embed Embed this gist in your website.
    • Share Copy sharable link for this gist.
    • Clone via HTTPS Clone using the web URL.

    No results found

    Learn more about clone URLs Clone this repository at <script src="https://gist.github.com/ashwin/4432684.js"></script>
  • Save ashwin/4432684 to your computer and use it in GitHub Desktop.
Code Revisions 1 Stars 22 Forks 3 Embed Select an option
  • Embed Embed this gist in your website.
  • Share Copy sharable link for this gist.
  • Clone via HTTPS Clone using the web URL.

No results found

Learn more about clone URLs Clone this repository at <script src="https://gist.github.com/ashwin/4432684.js"></script> Save ashwin/4432684 to your computer and use it in GitHub Desktop. Download ZIP Simple letter template for LaTeX Raw latex-letter.tex This file contains hidden or 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 Show hidden characters
%-----------------------------------------------------------------------------%
% Letter class
\documentclass[a4paper, 10pt]{letter}
% Name of sender
\name{Joe Fox}
% Signature of sender
\signature{Joe Fox}
% Address of sender
\address
{
Fox Books,\\
Times Square, NYC.
}
%-----------------------------------------------------------------------------%
\begin{document}
% Name and address of receiver
\begin{letter}
{
Kathleen Kelly,\\
The Shop Around The Corner,\\
Small Corner, NYC.
}
% Opening statement
\opening{Dear Kathleen,}
% Letter body
I am aware that you are pretty miffed at me for being the cause of the demise of your bookstore. You have to believe in me, that was not my intention at all.
I hope we can talk about this over coffee. How about we meet this Friday evening at the corner cafe? Let me know.
% Closing statement
\closing{Yours truly,}
\end{letter}
\end{document}
%-----------------------------------------------------------------------------%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment You can’t perform that action at this time.

Tag » How To Write An Example With Letter Latex