Academic writing pack

Letter of Recommendation

A university letterhead recommendation letter drawn with rules and a small TikZ crest placeholder.

LaTeXCC0-1.0

Open in Oleafly (free)View in the catalog

Compiled first page of the Letter of Recommendation template
\documentclass[11pt]{article}
\usepackage[margin=1in, top=0.9in]{geometry}
\usepackage{xcolor}
\usepackage{tikz}
\usepackage[hidelinks]{hyperref}

\definecolor{accent}{HTML}{7A1F2B}
\pagestyle{empty}
\setlength{\parindent}{0pt}
\setlength{\parskip}{0.7em}

\newcommand{\crest}{%
  \begin{tikzpicture}[scale=1]
    \fill[accent] (0,0) -- (0.9,0) -- (0.9,1.05) .. controls (0.9,1.45) and (0.55,1.55) .. (0.45,1.6)
       .. controls (0.35,1.55) and (0,1.45) .. (0,1.05) -- cycle;
    \draw[white, line width=0.6pt] (0.45,0.15) -- (0.45,1.4);
    \draw[white, line width=0.6pt] (0.1,0.72) -- (0.8,0.72);
    \node[white] at (0.45,1.0) {\footnotesize\bfseries A};
    \node[white] at (0.45,0.45) {\tiny\itshape 1887};
  \end{tikzpicture}%
}

\begin{document}

\noindent
\begin{minipage}[c]{0.16\textwidth}\crest\end{minipage}%
\begin{minipage}[c]{0.83\textwidth}
  {\LARGE\bfseries\color{accent} Aldermere University}\\[0.15em]
  {\normalsize Department of Computer Science}\\
  {\small 14 University Green, Aldermere, AD 20194 \, | \, cs.aldermere.edu}
\end{minipage}

\vspace{0.4em}
{\color{accent}\rule{\textwidth}{1.4pt}}
\vspace{0.9em}

22 July 2026

\vspace{0.4em}
To the Admissions Committee,

It is my genuine pleasure to recommend Elena Marchetti for doctoral study in
computer science. I have known Elena for three years, first as a student in my
graduate systems course and then as an undergraduate researcher in my group, and
she is among the most capable young systems thinkers I have taught.

Elena joined my lab with an unusual asset, real operational experience, and she
put it to immediate use. Where most students treat fault injection as an
afterthought, she asked why our tools could not reproduce the incidents she had
personally debugged. That question became a senior thesis in which she modeled a
replication protocol formally and used a solver to expose a recovery stall that
had eluded conventional testing. The work was strong enough that an open-source
project adopted her fix.

Beyond her technical ability, Elena is a careful writer and a generous
collaborator. She mentored two junior students through their first paper and
raised the standard of every group meeting she attended. I have no doubt she
will thrive in a research environment and become a leader in reliability
research.

I recommend her without reservation and would gladly answer any questions.

\vspace{0.8em}
Sincerely,

\vspace{1.2em}
Professor Priya Nadeau\\
{\color{accent}\itshape Professor of Computer Science, Aldermere University}\\
{\small [email protected]}

\end{document}

In the app: open the New Project gallery, install the Academic writing pack 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.