Skip to content

Instantly share code, notes, and snippets.

@wedesoft
Last active November 7, 2022 11:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wedesoft/46056c097672a2cde064d794724ddd4e to your computer and use it in GitHub Desktop.
Save wedesoft/46056c097672a2cde064d794724ddd4e to your computer and use it in GitHub Desktop.
Latex letter
% 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