diff --git a/slides/Makefile b/slides/Makefile index 817cdd4..4aa7338 100644 --- a/slides/Makefile +++ b/slides/Makefile @@ -1,9 +1,9 @@ all: slides.pdf .md.pdf: - pandoc --latex-engine=xelatex -t beamer -V theme:Szeged -V colortheme:beaver --toc --toc-depth=1 --normalize --listings --chapters --slide-level=3 -M lang=frenchb --standalone -o $@ $< + pandoc --latex-engine=xelatex -t beamer -V theme:Szeged -V colortheme:beaver --normalize --chapters --slide-level=3 -M lang=frenchb --standalone -o $@ $< .md.tex: - pandoc --latex-engine=xelatex -t beamer -V theme:Warsaw --toc --normalize --listings --chapters --slide-level=3 -M lang=frenchb --standalone -o $@ $< + pandoc --latex-engine=xelatex -t beamer -V theme:Szeged -V colortheme:beaver --normalize --chapters --slide-level=3 -M lang=frenchb --standalone -o $@ $< .SUFFIXES: .md .tex .pdf diff --git a/slides/slides.md b/slides/slides.md index 60012f8..9c0d55e 100644 --- a/slides/slides.md +++ b/slides/slides.md @@ -2,6 +2,15 @@ % Pierre-Olivier Mercier % Samedi 29 novembre 2014 +### Table des matières + +#### Virtualisation légère + +1. Rappels & historique +2. GNU/Linux, implementations +3. Cas en production + + # Rappels & historique ## Rappels sur la virtualisation classique