This commit is contained in:
Marc Beninca 2020-10-30 10:28:17 +01:00
parent 761d26d48b
commit 160e486e88
250 changed files with 5 additions and 12 deletions

View file

@ -0,0 +1,31 @@
\documentclass[aspectratio=43]{beamer}
\usetheme{Berkeley}
\usecolortheme{seahorse}
\usebackgroundtemplate{\includegraphics[width=\paperwidth]{../paper}}
\setbeamercovered{transparent}
\beamertemplatenavigationsymbolsempty
\addtobeamertemplate{navigation symbols}{}{
\color{black}\normalsize\textbf\insertframenumber}
\newcommand{\img}[2]{\includegraphics[#1]{images/#2}}
\newcommand{\imgbig}[1]{\img{height=16em}{#1}}
\newcommand{\imgcol}[1]{\img{width=.86\textwidth}{#1}}
\newcommand{\imgh}[3]{\vspace{#1em}\img{height=#2em}{#3}\vspace{#1em}}
\newcommand{\imgwide}[1]{\img{height=12em}{#1}}
\newcommand{\imgwidth}[1]{\img{width=\textwidth}{#1}}
\def\hi{SVM}
\def\lo{Machine à Vecteurs de Support}
\def\bititle{\hi, \lo}
\logo{\includegraphics[height=7.5em]{../cnam}}
\title[\hi]{\hi}
\subtitle{\lo}
\author[M. Beninca]{Marc Beninca}
\institute[CNAM]{Conservatoire National des Arts et Métiers}
\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}