Formal letter template in LaTeX
A letter to the dean's office, an official request or a cover letter - this template lays it out with sender, date, recipient, a standard greeting and closing, and space for a signature.
- Standard formal letter layout
- Greeting and closing phrases ready to edit
- Space for a signature and attachments
- Compiles to a clean PDF the first time
Template code
% --- CamteX: Formal letter ---
\documentclass[a4paper,12pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[english]{babel}
\usepackage[margin=2.5cm]{geometry}
\pagestyle{empty}
\begin{document}
\noindent Full Name \\
Sender address \hfill \today
\vspace{1.5cm}
\noindent Dear Sir or Madam,
\vspace{0.5cm}
Body of the letter.
\vspace{1cm}
\noindent Yours faithfully,\\
Full Name
\end{document}How to use this template?
- Copy the code with the button above.
- Paste it into the CamteX editor or a new Overleaf project.
- Fill in your details and content - the structure and preamble are ready.
- Compile to PDF in one click.
Drawing formulas is faster than typing them.
Draw a formula, table or chart - CamteX AI turns it into ready LaTeX and inserts it into your document.