Presentation Template for UFR PHITEM - UGA
作者:
Gilles FOUCAULT
最近上传:
1 个月前
许可:
Creative Commons CC BY 4.0
摘要:
Template for courses presentation at UFR Phitem (UGA)
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
\begin
Discover why 18 million people worldwide trust Overleaf with their work.
\documentclass{phitem_beamer}
% Load necessary packages
\usepackage{graphicx} % For including images
\usepackage{booktabs} % For better tables (optional)
\usepackage{hyperref} % For hyperlinks (optional)
\usepackage{helvet} % If you prefer use Calibri Style font (similar) comments helvet font style (look like Arial Style)
\renewcommand{\sfdefault}{phv}
% Title and Subtitle
\title{Titre de la Présentation}
\subtitle{Sous-titre de la Présentation}
\author{Votre Nom}
\institute{UFR \textbf{P}hysique \textbf{I}ngénierie and \textbf{T}erre \textbf{E}nvironnement, \textbf{M}écanique, Université Grenoble-Alpes}
\date{\today}
\begin{document}
% Title Frame
\begin{frame}[plain] % Plain unable the enumation of main slide page.
\titlepage
\end{frame}
% Section 1
\section{Introduction}
% Slide 1
\begin{frame}
\frametitle{Introduction}
\begin{itemize}
\item Point clé 1
\item Point clé 2
\item Point clé 3
\end{itemize}
\end{frame}
% Slide 2
\begin{frame}
\frametitle{Contexte}
\frametitle{Contexte}
\begin{block}{Observation 1}
Simmons Hall is composed of metal and concrete.
\end{block}
\begin{exampleblock}{Observation 2}
Simmons Dormitory is composed of brick.
\end{exampleblock}
\begin{alertblock}{Conclusion}
Simmons Hall $\not=$ Simmons Dormitory.
\end{alertblock}
\end{frame}
% Section 2
\section{Méthodologie}
% Slide 3
\begin{frame}
\frametitle{Méthodologie}
\begin{enumerate}
\item Étape 1
\item Étape 2
\item Étape 3
\end{enumerate}
\end{frame}
% Section 3
\section{Résultats}
% Slide 4
\begin{frame}
\frametitle{Résultats}
\begin{itemize}
\item Résultat 1
\item Résultat 2
\item Résultat 3
\end{itemize}
\end{frame}
% Conclusion
\section{Conclusion}
% Slide 5
\begin{frame}
\frametitle{Conclusion}
\begin{itemize}
\item Conclusion 1
\item Conclusion 2
\end{itemize}
\end{frame}
% End Slide (Optional)
\begin{frame}
\frametitle{Merci}
\centering
{\LARGE Merci pour votre attention !}
\end{frame}
\end{document}