Skip to content

Beamer

Related pages: LaTeX

Templates

\documentclass[aspectratio=169,t]{beamer}

% GRAPHS
\usepackage{graphicx}

% TABLES
\usepackage{booktabs}

% LAYOUT
\usepackage{ragged2e}
\raggedbottom
\linespread{1.15}

% SHOW PAGE NUMBER
\setbeamertemplate{footline}[page number]

% NO NAVIGATION SYMBOLS
\beamertemplatenavigationsymbolsempty

% BASICS
\title{%
  % TITLE
}
\author{%
  % AUTHOR
}
\date{
  % DATE
}

% INPUT (IF ANY)
% \input{../input/...}

% ==============================================================================

\begin{document}

\begin{frame}[plain,noframenumbering]
  \titlepage
\end{frame}

\begin{frame}{Frame title}

\end{frame}

\end{document}

Introduction

Elements

Buttons