Templates

Beamer Theme

Preview

Beamer Theme

:bar_chart: My custom LaTeX beamer theme for presentations

Category

Presentation

License

Free to use (MIT)

File

present.tex

present.texRead-only preview
\documentclass{beamer}

% Add packages
\usepackage{graphicx}
\usepackage{tikz}
\usepackage{pgfplots}
\usepackage{amsmath}

% Set basic theming for presentation
\usetheme{Boadilla}
\usecolortheme{seagull}

% Specify title and author information
\title{Template Beamer Presentation}
\subtitle{To Edit Away}
\author{John Smith}
\institute[PCC]{Portland Community College}
\date{2017-01-01}

\begin{document}

\begin{frame}
  \maketitle
\end{frame}

% Two-column slide
\begin{frame}{The columns environment}
  \begin{columns}

  \begin{column}{0.47\textwidth}
    \begin{itemize}
      \item First item
      \item Second item
      \item Third item
    \end{itemize}
  \end{column}

  \begin{column}{0.5\textwidth}
    \rule{\textwidth}{0.75\textwidth}
  \end{column}

  \end{columns}
\end{frame}
\end{document}
Preview
Beamer Theme preview
Beamer Theme LaTeX Template | Bibby | Bibby AI