Beamer 主题集合

比默马德里

商务风格的幻灯片,采用经典的马德里投影仪主题和海狸深红色配色方案。

LaTeXCC0-1.0演讲
在目录中查看
比默马德里 模板的编译首页
main.tex
\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}

应用内:打开新建项目图库,在「获取更多模板」下安装 Beamer 主题集合 包,即可带实时预览并一键创建项目。编译在捆绑引擎上本地运行。

全部模板