Manual TOC
This commit is contained in:
parent
7b6466d3b8
commit
1a8bcf87fb
@ -1,9 +1,9 @@
|
|||||||
all: slides.pdf
|
all: slides.pdf
|
||||||
|
|
||||||
.md.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:
|
.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
|
.SUFFIXES: .md .tex .pdf
|
||||||
|
@ -2,6 +2,15 @@
|
|||||||
% Pierre-Olivier Mercier
|
% Pierre-Olivier Mercier
|
||||||
% Samedi 29 novembre 2014
|
% 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 & historique
|
||||||
|
|
||||||
## Rappels sur la virtualisation classique
|
## Rappels sur la virtualisation classique
|
||||||
|
Loading…
x
Reference in New Issue
Block a user