Commit ee6daf9a6d9ec82bf2bdd75751830bacb4a93538
1 parent
26e04d66ec
Exists in
main
Example with multiple authors and institutions
Showing 2 changed files with 5 additions and 1 deletions Inline Diff
example.pdf
View file @
ee6daf9
example.tex
View file @
ee6daf9
\documentclass{beamer} | 1 | 1 | \documentclass{beamer} | |
2 | 2 | |||
\usetheme{femto} | 3 | 3 | \usetheme{femto} | |
4 | 4 | |||
\title{This Is An Example Presentation} | 5 | 5 | \title{This Is An Example Presentation} | |
\subtitle{Using the femto template} | 6 | 6 | \subtitle{Using the femto template} | |
7 | 7 | |||
\author{Paul BREUGNOT} | 8 | 8 | \author{Paul BREUGNOT\inst{1}, Vincent LAUDE\inst{2}} | |
9 | \institute{ | |||
10 | \inst{1} Université de Bourgogne Franche-Comté\\ | |||
11 | \inst{2} Centre National de la Recherche Scientifique | |||
12 | } | |||
9 | 13 | |||
\begin{document} | 10 | 14 | \begin{document} | |
11 | 15 | |||
\begin{frame}[plain,c] | 12 | 16 | \begin{frame}[plain,c] | |
\titlepage | 13 | 17 | \titlepage | |
\end{frame} | 14 | 18 | \end{frame} | |
15 | 19 | |||
\begin{frame} | 16 | 20 | \begin{frame} | |
\frametitle{Table of Contents} | 17 | 21 | \frametitle{Table of Contents} | |
\tableofcontents | 18 | 22 | \tableofcontents | |
\end{frame} | 19 | 23 | \end{frame} | |
20 | 24 | |||
\section{Block} | 21 | 25 | \section{Block} | |
\subsection{Example Block} | 22 | 26 | \subsection{Example Block} | |
23 | 27 | |||
\begin{frame}[c] | 24 | 28 | \begin{frame}[c] | |
\frametitle{\secname} | 25 | 29 | \frametitle{\secname} | |
\framesubtitle{\subsecname} | 26 | 30 | \framesubtitle{\subsecname} | |
27 | 31 | |||
\begin{block}{A Block.} | 28 | 32 | \begin{block}{A Block.} | |
This is a normal block. | 29 | 33 | This is a normal block. | |
\end{block} | 30 | 34 | \end{block} | |
31 | 35 | |||
\begin{alertblock}{Ho No!} | 32 | 36 | \begin{alertblock}{Ho No!} | |
This is an alert block! | 33 | 37 | This is an alert block! | |
\end{alertblock} | 34 | 38 | \end{alertblock} | |
35 | 39 | |||
\begin{exampleblock}{A Small Example.} | 36 | 40 | \begin{exampleblock}{A Small Example.} | |
This is an example block. | 37 | 41 | This is an example block. | |
\end{exampleblock} | 38 | 42 | \end{exampleblock} | |
39 | 43 | |||
\end{frame} | 40 | 44 | \end{frame} | |
41 | 45 | |||
\section{List} | 42 | 46 | \section{List} | |
\subsection{Example Item} | 43 | 47 | \subsection{Example Item} | |
44 | 48 | |||
\begin{frame}[c] | 45 | 49 | \begin{frame}[c] | |
\frametitle{List} | 46 | 50 | \frametitle{List} | |
\framesubtitle{List Example} | 47 | 51 | \framesubtitle{List Example} | |
48 | 52 | |||
\begin{itemize} | 49 | 53 | \begin{itemize} | |
\item FEMTO-ST | 50 | 54 | \item FEMTO-ST | |
\begin{itemize} | 51 | 55 | \begin{itemize} | |
\item Subitem | 52 | 56 | \item Subitem | |
\end{itemize} | 53 | 57 | \end{itemize} | |
\item GitLab | 54 | 58 | \item GitLab | |
\item LaTeX | 55 | 59 | \item LaTeX | |
\end{itemize} | 56 | 60 | \end{itemize} |