mi024

College project master 1 "Projet IAD"
git clone https://esimon.eu/repos/mi024.git
Log | Files | Refs | README

commit 254a2e3e7297a87054193cc4895676da4f33f68a
parent bccebabdf00120ed9983872de9793bbd3752d40d
Author: Étienne Simon <etienne.jl.simon@gmail.com>
Date:   Tue,  7 May 2013 02:50:42 +0200

Add (empty) slideshow.

Diffstat:
Mdoc/CMakeLists.txt | 3++-
Adoc/slideshow.tex | 18++++++++++++++++++
Mscripts/format for rendering.sh | 1+
3 files changed, 21 insertions(+), 1 deletion(-)

diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt @@ -1,7 +1,8 @@ set(LATEX_DOCUMENTS "analysis and conception.tex" - specifications.tex "operational plan.tex" + slideshow.tex + specifications.tex ) add_custom_target(doc) diff --git a/doc/slideshow.tex b/doc/slideshow.tex @@ -0,0 +1,18 @@ +\documentclass{beamer} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage[french]{babel} +\usetheme{Warsaw} + +\title[MI024 Sujet 7]{MI024~: PIAD\\Vers une machine d'apprentissage persistante} +\author{Étienne Simon} +\date\today +\newcommand{\nmlp}{\textsc{nmlp}} + +\begin{document} + +\begin{frame} + \titlepage +\end{frame} + +\end{document} diff --git a/scripts/format for rendering.sh b/scripts/format for rendering.sh @@ -76,6 +76,7 @@ echo -n 'Populating Rapports with documentations...' mv 'Build/doc/specifications.pdf' 'Rapports/specifications.pdf' mv 'Build/doc/operational plan.pdf' 'Rapports/operational plan.pdf' mv 'Build/doc/analysis and conception.pdf' 'Rapports/analysis and conception.pdf' +mv 'Build/doc/slideshow.pdf' 'Rapports/slideshow.pdf' mv 'Build/doc/html' 'Rapports/developer documentation' cp 'Sources/README' 'Rapports/README' cp 'Sources/INSTALL' 'Rapports/INSTALL'