Business documents

Business Memo

A classic interoffice memo with a TO, FROM, DATE, and RE header block.

LaTeXCC0-1.0

Open in Oleafly (free)View in the catalog

Compiled first page of the Business Memo template
\documentclass[11pt]{article}
\usepackage[a4paper,margin=2.5cm]{geometry}
\usepackage{xcolor}
\usepackage{sourcesanspro}
\pagestyle{empty}
\setlength{\parindent}{0pt}
\setlength{\parskip}{0.8em}

\definecolor{accent}{HTML}{2B4C7E}
\definecolor{inkgray}{HTML}{555555}

\begin{document}

{\LARGE\bfseries\color{accent}Meridian Analytics}\hfill
{\Huge\bfseries\color{inkgray}MEMO}

\vspace{6pt}
{\color{accent}\rule{\linewidth}{2pt}}

\vspace{14pt}

\begin{tabular}{@{}p{2cm}l@{}}
  {\bfseries\color{accent}TO:} & All project leads, Delivery group\\[3pt]
  {\bfseries\color{accent}FROM:} & Priya Raghavan, VP of Delivery\\[3pt]
  {\bfseries\color{accent}DATE:} & July 20, 2026\\[3pt]
  {\bfseries\color{accent}RE:} & New client reporting cadence starting Q3\\
\end{tabular}

\vspace{8pt}
{\color{inkgray}\rule{\linewidth}{0.6pt}}

Beginning August 3, all active engagements move to a biweekly client
reporting cadence. This replaces the mixed weekly and monthly schedules we
have run since 2024. The change follows feedback from the spring client
survey, where 71\% of respondents said our weekly updates were too granular
to act on, while monthly summaries arrived too late to change course.

What changes for you:

\begin{itemize}
  \item Status reports are due every other Friday by 3:00 pm, starting
        August 7. The delivery calendar has been updated with the full
        schedule through December.
  \item Use the new two-page template in the shared drive under
        \textit{Delivery / Templates / Client Status v3}. Section one is
        outcomes and risks; section two is the metrics appendix.
  \item Escalations no longer wait for the report. Raise anything urgent in
        the client channel the day it surfaces, then reference it in the
        next report.
\end{itemize}

Project leads with contractual weekly reporting obligations (currently
Harborview and Caldera) should contact me by July 28 so we can align the
new cadence with those agreements before notifying the clients.

Thanks for making this a smooth transition. Questions are welcome at the
delivery all-hands on Thursday.

\vspace{1em}
{\bfseries Priya Raghavan}\\
{\color{inkgray}VP of Delivery, Meridian Analytics}

\end{document}

In the app: open the New Project gallery, install the Business documents pack under "Get more templates", and this template appears with a live preview and one-click project creation. Compilation runs locally on the bundled engine.