adding presentation
This commit is contained in:
parent
809eccfe7c
commit
48c23d7058
2 changed files with 38 additions and 0 deletions
BIN
presentation/presentation.pdf
Normal file
BIN
presentation/presentation.pdf
Normal file
Binary file not shown.
38
presentation/presentation.tex
Normal file
38
presentation/presentation.tex
Normal file
|
@ -0,0 +1,38 @@
|
|||
\documentclass{beamer}
|
||||
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage[french]{babel}
|
||||
\usepackage{xcolor}
|
||||
\usepackage{trimclip}
|
||||
|
||||
\usetheme{boxes}
|
||||
\addtobeamertemplate{footline}{
|
||||
\marginbox{1pt 3pt 0pt 0pt}{
|
||||
\color[RGB]{173, 173, 224}{
|
||||
\insertframenumber/\inserttotalframenumber
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
\title{Heyawake en Prolog}
|
||||
\subtitle{Projet de fin de semestre}
|
||||
\author{Kévin Martins Da Veiga et Anri Kennel}
|
||||
\institute{Paris 8 - Programmation Déclarative et Bases de Données}
|
||||
\date{}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\begin{frame}
|
||||
\titlepage
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Présentation du jeu}
|
||||
\dots
|
||||
\end{frame}
|
||||
|
||||
\begin{frame}{Explication code}
|
||||
\dots
|
||||
\end{frame}
|
||||
|
||||
\end{document}
|
Reference in a new issue