Start 2015 lecture
This commit is contained in:
parent
34e4c63753
commit
142b06dea6
@ -1,5 +1,6 @@
|
||||
SOURCES = slides.md rappels.md gnulinux.md prod.md
|
||||
TEMPLATE = Szeged
|
||||
HEADER = header.tex
|
||||
TEMPLATE = CambridgeUS
|
||||
COLORTHEME = beaver
|
||||
PANDOCOPTS = --latex-engine=xelatex \
|
||||
-t beamer \
|
||||
@ -7,9 +8,9 @@ PANDOCOPTS = --latex-engine=xelatex \
|
||||
-V colortheme:${COLORTHEME} \
|
||||
--standalone \
|
||||
--normalize \
|
||||
--chapters \
|
||||
--slide-level=3 \
|
||||
-M lang=frenchb
|
||||
--slide-level=3 \
|
||||
-M lang=frenchb \
|
||||
--include-in-header=${HEADER}
|
||||
|
||||
|
||||
all: slides.pdf
|
||||
|
23
slides/header.tex
Normal file
23
slides/header.tex
Normal file
@ -0,0 +1,23 @@
|
||||
\setbeamertemplate{title page}[default][colsep=-4bp,rounded=true]
|
||||
\setbeamertemplate{blocks}[rounded][shadow=false]
|
||||
\setbeamercolor*{item}{fg=lightgray}
|
||||
\setbeamercolor*{block title}{fg=darkred}
|
||||
\setsansfont[Ligatures=Common]{LinBiolinum}
|
||||
%\setmonofont{fantasque-sans-mono}
|
||||
\setmonofont{Inconsolata}
|
||||
\beamertemplatenavigationsymbolsempty
|
||||
\AtBeginSection{
|
||||
\let\insertsectionnumber\relax
|
||||
\let\sectionname\relax
|
||||
\frame{
|
||||
\begingroup
|
||||
\centering
|
||||
{\usebeamerfont{section name}\usebeamercolor[fg]{section name}\sectionname~\insertsectionnumber}
|
||||
\vskip1em\par
|
||||
\begin{beamercolorbox}[sep=12pt,center]{part title}
|
||||
\usebeamerfont{section title}\insertsection\par
|
||||
\end{beamercolorbox}
|
||||
\endgroup
|
||||
}
|
||||
}
|
||||
\AtBeginSubsection{}
|
@ -1,11 +1,3 @@
|
||||
% Virtualisation légère
|
||||
% 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
|
||||
% Jeudi 1er octobre 2015
|
||||
|
Loading…
x
Reference in New Issue
Block a user