Beamer theme collection

Beamer Berkeley

A sidebar-navigation slide deck using the Berkeley beamer theme with a deep green color scheme.

LaTeXCC0-1.0

Open in Oleafly (free)View in the catalog

Compiled first page of the Beamer Berkeley template
\documentclass[aspectratio=169]{beamer}
\usetheme{Berkeley}
\usecolortheme[RGB={20,90,50}]{structure}
\usepackage{booktabs}

\title[Canopy Recovery]{Canopy Recovery After Selective Logging in Tropical Forests}
\subtitle{Doctoral thesis defense}
\author[M. Alvarez]{Mateo Alvarez}
\institute[Halden U.]{Department of Forest Ecology\\Halden University}
\date{15 July 2026}

\begin{document}

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

\begin{frame}{Outline}
  \tableofcontents
\end{frame}

\section{Study design}

\begin{frame}{Study design}
  \begin{itemize}
    \item 48 one-hectare plots across three concessions, logged between 2008 and 2015.
    \item Annual airborne lidar from 2016 to 2025 paired with ground inventories.
    \item Matched unlogged control plots within 2 km of each treatment plot.
    \item Mixed-effects models of canopy height with plot and year random effects.
  \end{itemize}
\end{frame}

\section{Key findings}

\begin{frame}{Key findings}
  \begin{table}
    \centering
    \begin{tabular}{lrr}
      \toprule
      Harvest intensity & Height recovery at 10 yr & Gap fraction \\
      \midrule
      Low (2 trees/ha) & 92\% & 4.1\% \\
      Medium (5 trees/ha) & 78\% & 7.9\% \\
      High (8 trees/ha) & 61\% & 13.6\% \\
      \bottomrule
    \end{tabular}
  \end{table}
  \vspace{0.5em}
  Recovery slows sharply above 5 trees per hectare, and skid trail layout
  explains more variance than harvest volume alone.
\end{frame}

\begin{frame}{Thank you}
  \begin{center}
    {\Large Thank you to my committee}\\[1em]
    I welcome your questions.
  \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.