Templates

Beamer Default

Preview

Beamer Default

Baseline Beamer presentation: title slide, outline, section slides, two-column layout, blocks (default, alert, example), figures, and thank-you slide. 16:9 aspect ratio.

Category

Presentation

License

Free to use (MIT)

File

beamer-default/main.tex

main.texRead-only preview
\documentclass[aspectratio=169,10pt]{beamer}
\usetheme{default}
\usepackage{graphicx}
\usepackage{booktabs}
\usepackage{hyperref}

\title[Short Title]{Full Presentation Title: A Subtitle}
\author[F.\ Last]{First Last \\ \texttt{[email protected]}}
\institute[Uni]{University of Somewhere}
\date{\today}

\begin{document}

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

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

\section{Introduction}

\begin{frame}{Motivation}
  \begin{itemize}
    \item First point motivating the problem.
    \item Second point with supporting detail.
    \item Third point establishing the gap.
  \end{itemize}
  \vspace{6pt}
  \textbf{Question:} What if we could do X efficiently?
\end{frame}

\section{Method}

\begin{frame}{Our Approach}
  \begin{columns}
    \column{0.5\textwidth}
    \textbf{Key idea:}
    \begin{itemize}
      \item Observation 1
      \item Observation 2
      \item Mechanism that exploits them
    \end{itemize}
    \column{0.5\textwidth}
    % \includegraphics[width=\linewidth]{figure.png}
    \fbox{\parbox[c][3cm][c]{0.95\linewidth}{\centering figure placeholder}}
  \end{columns}
\end{frame}

\begin{frame}{Algorithm}
  \begin{block}{Proposed algorithm}
    \begin{enumerate}
      \item Initialize parameters.
      \item Repeat until convergence:
        \begin{itemize}
          \item Step A
          \item Step B
        \end{itemize}
    \end{enumerate}
  \end{block}
\end{frame}

\section{Results}

\begin{frame}{Experimental Setup}
  \begin{itemize}
    \item \textbf{Datasets:} Dataset A, Dataset B.
    \item \textbf{Baselines:} Method X, Method Y.
    \item \textbf{Metrics:} Accuracy, F1, latency.
  \end{itemize}
\end{frame}

\begin{frame}{Main Results}
  \centering
  \begin{tabular}{lcc}
    \toprule
    Method & Accuracy & Latency (ms) \\
    \midrule
    Baseline & 82.1 & 120 \\
    Ours     & \textbf{89.4} & \textbf{95} \\
    \bottomrule
  \end{tabular}

  \vspace{8pt}
  \begin{exampleblock}{Takeaway}
    +7.3 points accuracy with lower latency.
  \end{exampleblock}
\end{frame}

\begin{frame}{Limitations}
  \begin{alertblock}{Caveats}
    \begin{itemize}
      \item Requires labeled data.
      \item Evaluated on English-only benchmarks.
    \end{itemize}
  \end{alertblock}
\end{frame}

\section{Conclusion}

\begin{frame}{Conclusion}
  \begin{itemize}
    \item We presented X.
    \item Our method outperforms baselines by Y.
    \item Future work: Z.
  \end{itemize}
  \vspace{10pt}
  \centering\Large Thank you!\\[2pt]
  \small \texttt{[email protected]}
\end{frame}

\end{document}
Bibby Mascot

PDF Preview

Create an account to compile and preview

Beamer Default LaTeX Template | Free Download & Preview - Bibby