prez
This commit is contained in:
parent
d62bed937d
commit
7c5a85c2d9
3 changed files with 45 additions and 2 deletions
|
@ -1,9 +1,20 @@
|
||||||
\newcommand{\import}[1]{\input{présentation/#1}}
|
\newcommand{\import}[1]{\input{présentation/#1}}
|
||||||
|
|
||||||
\import{settings}
|
\import{settings}
|
||||||
|
\import{plan}
|
||||||
|
|
||||||
\begin{document}
|
\section{Introduction}
|
||||||
|
\subsection{Machine learning}
|
||||||
|
\subsection{Méthodes}
|
||||||
|
|
||||||
…
|
\section{Principes}
|
||||||
|
\subsection{Régression}
|
||||||
|
\subsection{Classification}
|
||||||
|
|
||||||
|
\section{Questions}
|
||||||
|
\begin{frame}{\bititle\\Questions}
|
||||||
|
\Huge
|
||||||
|
Questions ?
|
||||||
|
\end{frame}
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|
19
cnam/travaux/probatoire/présentation/plan.tex
Normal file
19
cnam/travaux/probatoire/présentation/plan.tex
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
\AtBeginSubsection{\begin{frame}{\bititle\\Plan}
|
||||||
|
\begin{multicols}{2}
|
||||||
|
{\LARGE Mémoire}\vspace{1em}
|
||||||
|
\tableofcontents[currentsection,currentsubsection,
|
||||||
|
sections={1-2}]\columnbreak
|
||||||
|
{\LARGE Présentation}\vspace{1em}
|
||||||
|
\tableofcontents[currentsection,currentsubsection,
|
||||||
|
sections={3}]\end{multicols}
|
||||||
|
\end{frame}}
|
||||||
|
%–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
|
||||||
|
\begin{document}\maketitle
|
||||||
|
%–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
|
||||||
|
\begin{frame}{\bititle\\Plan}
|
||||||
|
\begin{multicols}{2}
|
||||||
|
{\LARGE Mémoire}\vspace{1em}
|
||||||
|
\tableofcontents[sections={1-2}]\columnbreak
|
||||||
|
{\LARGE Présentation}\vspace{1em}
|
||||||
|
\tableofcontents[sections={3}]\end{multicols}
|
||||||
|
\end{frame}
|
|
@ -3,6 +3,14 @@
|
||||||
\usetheme{Berkeley}
|
\usetheme{Berkeley}
|
||||||
\usecolortheme{seahorse}
|
\usecolortheme{seahorse}
|
||||||
|
|
||||||
|
\setbeamercovered{transparent}
|
||||||
|
\beamertemplatenavigationsymbolsempty
|
||||||
|
\addtobeamertemplate{navigation symbols}{}{
|
||||||
|
\color{black}\normalsize\textbf\insertframenumber}
|
||||||
|
\newcommand{\img}[2]{\includegraphics[#1]{images/#2}}
|
||||||
|
\newcommand{\imgbig}[1]{\img{width=.86\textwidth}{#1}}
|
||||||
|
\newcommand{\imgico}[2]{\img{height=#1em}{#2}}
|
||||||
|
|
||||||
\def\hi{SVM}
|
\def\hi{SVM}
|
||||||
\def\lo{Machine à Vecteurs de Support}
|
\def\lo{Machine à Vecteurs de Support}
|
||||||
\def\bititle{\hi, \lo}
|
\def\bititle{\hi, \lo}
|
||||||
|
@ -12,3 +20,8 @@
|
||||||
\author[M. Beninca]{Marc Beninca}
|
\author[M. Beninca]{Marc Beninca}
|
||||||
\institute[CNAM]{Conservatoire National des Arts et Métiers}
|
\institute[CNAM]{Conservatoire National des Arts et Métiers}
|
||||||
\date[Probatoire 2020]{Oral probatoire\\Mercredi 16 Septembre 2020}
|
\date[Probatoire 2020]{Oral probatoire\\Mercredi 16 Septembre 2020}
|
||||||
|
|
||||||
|
\hypersetup{colorlinks,linkcolor=blue,urlcolor=blue}
|
||||||
|
\usepackage{fontspec}
|
||||||
|
\setmainfont{DejaVu Sans}\setmonofont{DejaVu Sans Mono}
|
||||||
|
\usepackage{multicol}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue