| 1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- \documentclass{beamer}
- \usepackage{bookmark}
- \usetheme{Darmstadt}
- \title{Outside the Box Portfolio}
- \author{Arnaud BASTIAN}
- \begin{document}
- \maketitle
- \section*{The great challenges of the $21^{st}$ century}
- \begin{frame}{The great challenges of the $21^{st}$ century}
-
- Through the portfolio, I will unfold the great challenges of the $21^{st}$ century,
- all related to climate change considerations and the modern society. I will develop various related subjects, such as energy and transport.
- \end{frame}
- \begin{frame}
- \tableofcontents
- \end{frame}
- \include{energy}
- \include{nuke}
- \section{Passports: identity and airports}
- \begin{frame}{Origins of the passport}
- \end{frame}
- \begin{frame}{Our relationship to passports}
-
- \end{frame}
- \end{document}
|