Last active
November 7, 2022 11:44
-
-
Save wedesoft/46056c097672a2cde064d794724ddd4e to your computer and use it in GitHub Desktop.
Latex letter
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
% https://www.dickimaw-books.com/latex/admin/html/letter.shtml | |
\documentclass[12pt]{letter} | |
\usepackage[a4paper]{geometry} | |
\usepackage[british]{babel} | |
\begin{document} | |
\begin{letter}{Mrs Mabel Canary\\24 The Street\\ | |
Some Village\\Some Town\\Noshire\\AB1 2YZ} | |
\opening{Dear Mrs Canary} | |
This is an imaginary letter. | |
This is the second paragraph of the letter. | |
\closing{Yours sincerely} | |
\ps PS: this is a postscript. | |
\encl{Photocopy of something interesting\\ | |
Photocopy of something rather dull} | |
\cc{Prof Important Person\\Dr Bor Ing} | |
\end{letter} | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment