ENS Paris Presentation Template
Forfatter
U. REMOND
Sidst opdateret
6 år siden
Licens
LaTeX Project Public License 1.3c
Resumé
To be used for LaTeX Presentations in the ENS Paris-Saclay
To be used for LaTeX Presentations in the ENS Paris-Saclay
% Based on the template https://github.com/Noktec/Abertay_Beamer_Template
\documentclass[aspectratio=169, 169]{beamer}
% Use \documentclass{beamer} for narrow template
\usetheme{STR}
\usepackage{caption}
\title{Unofficial Beamer Template for Paris-Saclay University, France}
\subtitle{Subtitle}
\author{Name Surname}
% Uncomment to use your own affiliation, otherwise, default is used
\renewcommand{\addresstext}{
PhD Student \\
Division of Cyber Security \\
P-S University}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
\begin{frame}{TOC}
\tableofcontents
\end{frame}
\section{Section 1}
\subsection{Section 1.1}
\begin{frame}{Slide 1}
Contents of Slide
\end{frame}
\begin{frame}{Slide 2}
\begin{itemize}
\item Item 1
\begin{itemize}
\item Item 1.1
\item Item 1.2
\end{itemize}
\item Item 2
\item Item 3
\end{itemize}
\end{frame}
\section{Section 2}
\begin{frame}{}
\centering
\Huge{\textbf{Separator Slide}}
\end{frame}
\begin{frame}{Two Columns}
\begin{columns}
\begin{column}{0.48\linewidth}
Content
\end{column}
\begin{column}{0.48\linewidth}
Content
\end{column}
\end{columns}
\end{frame}
\section{Questions}
\begin{frame}
\centering \Huge
\emph{Thank You\\for Listening.}
\end{frame}
\end{document}