Manual TOC

This commit is contained in:
nemunaire 2014-11-29 16:26:27 +01:00
parent 7b6466d3b8
commit 1a8bcf87fb
2 changed files with 11 additions and 2 deletions

View File

@ -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

View File

@ -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