Beamer theme collection

Beamer Madrid

A business-style slide deck using the classic Madrid beamer theme with the beaver dark red color scheme.

LaTeXCC0-1.0

Open in Oleafly (free)View in the catalog

Compiled first page of the Beamer Madrid template
\documentclass[aspectratio=169]{beamer}
\usetheme{Madrid}
\usecolortheme{beaver}
\usepackage{booktabs}

\title[Fern Notes 3.0 Review]{Fern Notes 3.0: Quarterly Product Review}
\subtitle{Q2 shipping recap and what comes next}
\author[P. Raghavan]{Priya Raghavan}
\institute[Fernworks]{Product Team, Fernworks}
\date{July 2026}

\begin{document}

\begin{frame}
  \titlepage
\end{frame}

\begin{frame}{Agenda}
  \tableofcontents
\end{frame}

\section{What we shipped}

\begin{frame}{What we shipped this quarter}
  \begin{itemize}
    \item Offline sync rewrite: conflict resolution now merges at the paragraph level.
    \item Shared workspaces left beta, with role-based permissions and audit logs.
    \item New mobile capture flow cut the time to first note from 9 taps to 3.
    \item Retired the legacy importer, migrating 41,000 remaining accounts.
  \end{itemize}
\end{frame}

\section{Metrics and roadmap}

\begin{frame}{Adoption and retention}
  \begin{table}
    \centering
    \begin{tabular}{lrrr}
      \toprule
      Metric & Q4 2025 & Q1 2026 & Q2 2026 \\
      \midrule
      Weekly active users & 182k & 214k & 261k \\
      Day-30 retention & 34\% & 37\% & 43\% \\
      Support tickets per 1k users & 6.1 & 5.4 & 3.8 \\
      \bottomrule
    \end{tabular}
  \end{table}
  \vspace{0.5em}
  Retention gains track the sync rewrite. Q3 focus: template gallery and API v2.
\end{frame}

\begin{frame}{Discussion}
  \begin{center}
    {\Large Questions and open discussion}\\[1em]
    Roadmap drafts live in the shared planning workspace.
  \end{center}
\end{frame}

\end{document}

In the app: open the New Project gallery, install the Beamer theme collection 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.